summaryrefslogtreecommitdiffstats
path: root/drivers/net/netkit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-151-0/+3
|\
| * netkit: Assign missing bpf_net_contextBreno Leitao2024-09-141-0/+3
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-09-131-0/+1
|\ \
| * | netkit: Disable netpoll supportDaniel Borkmann2024-08-271-0/+1
| |/
* / netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+2
|/
* netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann2024-05-251-1/+3
* netkit: Fix setting mac address in l2 modeDaniel Borkmann2024-05-251-5/+21
* rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-1/+1
* netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_linkDaniel Borkmann2023-11-281-0/+6
* bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann2023-11-201-1/+2
* netkit: Add tstats per-CPU traffic countersDaniel Borkmann2023-11-201-1/+18
* netkit: Remove explicit active/peer ptr initializationNikolay Aleksandrov2023-10-261-4/+0
* netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2023-10-251-0/+940