index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
2023-11-20
net: add DEV_STATS_READ() helper
Eric Dumazet
2023-10-25
dev_forward_skb: do not scrub skb mark within the same name space
Nicolas Dichtel
2023-07-27
net: create netdev->dev_addr assignment helpers
Jakub Kicinski
2023-06-21
Remove DECnet support from kernel
Stephen Hemminger
2023-06-14
rfs: annotate lockless accesses to RFS sock flow table
Eric Dumazet
2023-03-22
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
2023-01-14
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
2022-09-28
net: socket: remove register_gifconf
Arnd Bergmann
2022-08-31
net: Fix data-races around sysctl_devconf_inherit_init_net.
Kuniyuki Iwashima
2022-08-31
net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.
Kuniyuki Iwashima
2022-04-08
netdevice: add the case if dev is NULL
Yajun Deng
2022-02-23
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
2022-02-01
net: fix information leakage in /proc/net/ptype
Congyu Liu
2021-12-08
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
2021-09-03
net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
Peter Collingbourne
2021-04-07
net: introduce CAN specific pointer in the struct net_device
Oleksij Rempel
2021-03-07
net: fix dev_ifsioc_locked() race condition
Cong Wang
2021-02-17
net: watchdog: hold device global xmit lock during tx disable
Edwin Peer
2020-11-28
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2020-11-24
net, xsk: Avoid taking multiple skbuff references
Björn Töpel
2020-11-23
net/packet: fix packet receive on L3 devices without visible hard header
Eyal Birger
2020-10-13
net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstats
Heiner Kallweit
2020-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-10-11
bpf: Add redirect_peer helper
Daniel Borkmann
2020-10-06
net: netdevice.h: sw_netstats_rx_add helper
Fabian Frederick
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-03
net: remove NETDEV_HW_ADDR_T_SLAVE
Taehee Yoo
2020-10-02
net: core: document two new elements of struct net_device
Mauro Carvalho Chehab
2020-09-29
net: Add netif_rx_any_context()
Sebastian Andrzej Siewior
2020-09-28
net: core: add nested_level variable in net_device
Taehee Yoo
2020-09-28
net: core: introduce struct netdev_nested_priv for nested interface infrastru...
Taehee Yoo
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-18
net: fix build without CONFIG_SYSCTL definition
Mahesh Bandewar
2020-09-17
netdev: Remove unused functions
YueHaibing
2020-09-10
net: manage napi add/del idempotence explicitly
Jakub Kicinski
2020-09-10
net: remove napi_hash_del() from driver-facing API
Jakub Kicinski
2020-09-07
netdevice.h: fix xdp_state kernel-doc warning
Randy Dunlap
2020-09-07
netdevice.h: fix proto_down_reason kernel-doc warning
Randy Dunlap
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
2020-08-28
net: add option to not create fall-back tunnels in root-ns as well
Mahesh Bandewar
2020-08-26
net: Take common prefetch code structure into a function
Tariq Toukan
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-04
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-08-04
ipv4: route: Ignore output interface in FIB lookup for PMTU route
Stefano Brivio
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-31
rtnetlink: add support for protodown reason
Roopa Prabhu
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
2020-07-25
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
2020-07-25
bpf, xdp: Maintain info on attached XDP BPF programs in net_device
Andrii Nakryiko
[next]