开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netkit.c
Age
Commit message (
Expand
)
Author
2026-04-21
netkit: convert to ndo_set_rx_mode_async
Stanislav Fomichev
2026-04-12
netkit: Don't emit scrub attribute for single device mode
Daniel Borkmann
2026-04-09
netkit: Add xsk support for af_xdp applications
Daniel Borkmann
2026-04-09
netkit: Add netkit notifier to check for unregistering devices
Daniel Borkmann
2026-04-09
netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
David Wei
2026-04-09
netkit: Add single device mode for netkit
Daniel Borkmann
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-06
netkit: Document fast vs slowpath members via macros
Daniel Borkmann
2025-07-11
netkit: Remove location field in netkit_link
Tao Chen
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
2025-02-27
netkit: Remove double invocation to clear ipvs property flag
Daniel Borkmann
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
2025-01-06
netkit: Allow for configuring needed_{head,tail}room
Daniel Borkmann
2024-12-03
rtnetlink: fix double call of rtnl_link_get_net_ifla()
Cong Wang
2024-11-11
netkit: Set IFLA_NETKIT_PEER_INFO to netkit_link_ops.peer_type.
Kuniyuki Iwashima
2024-10-07
netkit: Simplify netkit mode over to use NLA_POLICY_MAX
Daniel Borkmann
2024-10-07
netkit: Add option for scrubbing skb meta data
Daniel Borkmann
2024-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-13
netkit: Assign missing bpf_net_context
Breno Leitao
2024-09-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-08-27
netkit: Disable netpoll support
Daniel Borkmann
2024-05-25
netkit: Fix pkt_type override upon netkit pass verdict
Daniel Borkmann
2024-05-25
netkit: Fix setting mac address in l2 mode
Daniel Borkmann
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
2023-11-27
netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
Daniel Borkmann
2023-11-20
bpf, netkit: Add indirect call wrapper for fetching peer dev
Daniel Borkmann
2023-11-20
netkit: Add tstats per-CPU traffic counters
Daniel Borkmann
2023-10-26
netkit: Remove explicit active/peer ptr initialization
Nikolay Aleksandrov
2023-10-24
netkit, bpf: Add bpf programmable net device
Daniel Borkmann