aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/netkit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-27netkit: Remove double invocation to clear ipvs property flagDaniel Borkmann1-1/+0
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang1-1/+1
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang1-5/+9
2025-01-06netkit: Allow for configuring needed_{head,tail}roomDaniel Borkmann1-23/+43
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang1-8/+3
2024-11-11netkit: Set IFLA_NETKIT_PEER_INFO to netkit_link_ops.peer_type.Kuniyuki Iwashima1-9/+2
2024-10-07netkit: Simplify netkit mode over to use NLA_POLICY_MAXDaniel Borkmann1-22/+3
2024-10-07netkit: Add option for scrubbing skb meta dataDaniel Borkmann1-13/+55
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-09-13netkit: Assign missing bpf_net_contextBreno Leitao1-0/+3
2024-09-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub 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-27netkit: 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-24netkit, bpf: Add bpf programmable net deviceDaniel Borkmann1-0/+940