summaryrefslogtreecommitdiff
path: root/drivers/net/netkit.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-09-14netkit: Assign missing bpf_net_contextBreno Leitao1-0/+3
2024-09-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+2
2024-08-27netkit: Disable netpoll supportDaniel Borkmann1-0/+1
2024-05-25netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann1-1/+3
2024-05-25netkit: Fix setting mac address in l2 modeDaniel Borkmann1-5/+21
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-1/+1
2023-11-28netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_linkDaniel Borkmann1-0/+6
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann1-1/+2
2023-11-20netkit: Add tstats per-CPU traffic countersDaniel Borkmann1-1/+18
2023-10-26netkit: Remove explicit active/peer ptr initializationNikolay Aleksandrov1-4/+0
2023-10-25netkit, bpf: Add bpf programmable net deviceDaniel Borkmann1-0/+940