index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
2026-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-08-18
net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()
Tetsuo Handa
2026-08-17
net: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_map
Eric Dumazet
2026-08-17
net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tc
Eric Dumazet
2026-08-17
net: prevent torn reads in netdev_tc_txq
Eric Dumazet
2026-08-17
bpf, xdp: move offload check into dev_xdp_install()
Jiayuan Chen
2026-08-14
Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2026-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-08-10
net: pass net_device_path_ctx to dev_fill_forward_path()
Lorenzo Bianconi
2026-08-07
net: fix skb length accounting after generic XDP frag adjustment
Sun Jian
2026-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-08-06
net: avoid theoretical races with ref drain
Jakub Kicinski
2026-08-06
net: Defer netdev KOBJ_ADD uevent until the device is published
Dragos Tatulea
2026-07-31
net: pass dst via net_device_path in dev_fill_forward_path()
Pablo Neira Ayuso
2026-07-31
net: do not advance stack index from dev_fwd_path()
Pablo Neira Ayuso
2026-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2026-07-11
net: Call unregister_netdevice_many() per netns.
Kuniyuki Iwashima
2026-07-11
net: Add per-netns netdev unregistration infra.
Kuniyuki Iwashima
2026-07-11
net: Hold __rtnl_net_lock() in netdev_wait_allrefs_any().
Kuniyuki Iwashima
2026-07-11
net: Wrap default_device_exit_net() with __rtnl_net_lock().
Kuniyuki Iwashima
2026-07-07
net: require instance lock for NETDEV_DOWN/GOING_DOWN notifiers
Stanislav Fomichev
2026-07-07
net: hold instance lock around NETDEV_DOWN/GOING_DOWN
Stanislav Fomichev
2026-06-26
xfrm: propagate -EINPROGRESS from validate_xmit_xfrm()
Petr Wozniak
2026-06-25
vlan: defer real device state propagation to netdev_work
Jakub Kicinski
2026-06-25
net: turn the rx_mode work into a generic netdev_work facility
Jakub Kicinski
2026-06-16
net: serialize netif_running() check in enqueue_to_backlog()
Eric Dumazet
2026-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-06-12
net: watchdog: fix refcount tracking races
Eric Dumazet
2026-06-09
net: add retry mechanism to ndo_set_rx_mode_async
Stanislav Fomichev
2026-06-04
net: rename netdev_ops_assert_locked()
Jakub Kicinski
2026-05-26
net: defer netdev_name_node_alt_flush() call to netdev_run_todo()
Eric Dumazet
2026-05-26
net: napi: Skip last poll when arming gro timer in busy poll
Martin Karsten
2026-05-18
net: devmem: support TX over NETMEM_TX_NO_DMA devices
Bobby Eshleman
2026-05-18
net: convert netmem_tx flag to enum
Bobby Eshleman
2026-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-05-08
net: Do not unconditionally turn on carrier when turning off protodown
Ido Schimmel
2026-05-08
net: Set dev->proto_down before changing carrier state
Ido Schimmel
2026-05-08
net: napi: Avoid gro timer misfiring at end of busypoll
Dragos Tatulea
2026-05-04
net: prevent possible UAF in rtnl_prop_list_size()
Eric Dumazet
2026-04-24
Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2026-04-23
net: remove unused ATM protocols and legacy ATM device drivers
Jakub Kicinski
2026-04-21
net: warn ops-locked drivers still using ndo_set_rx_mode
Stanislav Fomichev
2026-04-21
net: move promiscuity handling into netdev_rx_mode_work
Stanislav Fomichev
2026-04-21
net: cache snapshot entries for ndo_set_rx_mode_async
Stanislav Fomichev
2026-04-21
net: introduce ndo_set_rx_mode_async and netdev_rx_mode_work
Stanislav Fomichev
2026-04-12
net: fix reference tracker mismanagement in netdev_put_lock()
Jakub Kicinski
2026-04-12
net: Add net_cookie to Dead loop messages
Chris J Arges
2026-04-09
netkit: Add netkit notifier to check for unregistering devices
Daniel Borkmann
2026-04-09
net: Proxy netif_mp_{open,close}_rxq for leased queues
David Wei
2026-04-09
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
[next]