index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
net: hold netdev instance lock during ndo_open/ndo_stop
Stanislav Fomichev
1
-0
/
+12
2025-03-04
net: Prevent use after free in netif_napi_set_irq_locked()
Dan Carpenter
1
-1
/
+1
2025-03-04
net: plumb extack in __dev_change_net_namespace()
Nicolas Dichtel
1
-9
/
+34
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
1
-2
/
+2
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+4
2025-02-27
net: gro: expose GRO init/cleanup to use outside of NAPI
Alexander Lobakin
1
-34
/
+3
2025-02-27
net: gro: decouple GRO from the NAPI layer
Alexander Lobakin
1
-35
/
+31
2025-02-26
net: move aRFS rmap management and CPU affinity to core
Ahmed Zaki
1
-0
/
+169
2025-02-26
net: Handle napi_schedule() calls from non-interrupt
Frederic Weisbecker
1
-1
/
+1
2025-02-26
net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().
Kuniyuki Iwashima
1
-9
/
+3
2025-02-24
net: Remove shadow variable in netdev_run_todo()
Breno Leitao
1
-3
/
+2
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+2
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
Jason Xing
1
-1
/
+2
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+97
2025-02-20
Revert "net: skb: introduce and use a single page frag cache"
Paolo Abeni
1
-0
/
+17
2025-02-19
net: Add non-RCU dev_getbyhwaddr() helper
Breno Leitao
1
-3
/
+34
2025-02-18
dev: Use rtnl_net_dev_lock() in unregister_netdev().
Kuniyuki Iwashima
1
-4
/
+2
2025-02-18
net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().
Kuniyuki Iwashima
1
-4
/
+44
2025-02-18
net: Remove redundant variable declaration in __dev_change_flags()
Breno Leitao
1
-1
/
+1
2025-02-18
netdev: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-02-17
net: use napi_id_valid helper
Stefano Jordhani
1
-3
/
+3
2025-02-06
Merge branch 'io_uring-zero-copy-rx'
Jakub Kicinski
1
-1
/
+15
2025-02-06
net: page_pool: add a mp hook to unregister_netdevice*
Pavel Begunkov
1
-1
/
+15
2025-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+14
2025-02-05
net: flush_backlog() small changes
Eric Dumazet
1
-4
/
+8
2025-02-04
net: warn if NAPI instance wasn't shut down
Jakub Kicinski
1
-0
/
+3
2025-02-03
net: harmonize tstats and dstats
Paolo Abeni
1
-0
/
+14
2025-01-30
net: revert RTNL changes in unregister_netdevice_many_notify()
Eric Dumazet
1
-30
/
+3
2025-01-29
net: xdp: Disallow attaching device-bound programs in generic mode
Toke Høiland-Jørgensen
1
-0
/
+4
2025-01-27
net: page_pool: don't try to stash the napi id
Jakub Kicinski
1
-1
/
+1
2025-01-20
net: provide pending ring configuration in net_device
Jakub Kicinski
1
-0
/
+2
2025-01-20
net: move HDS config from ethtool state
Jakub Kicinski
1
-2
/
+8
2025-01-20
net: sched: refine software bypass handling in tc_run
Xin Long
1
-6
/
+9
2025-01-18
net: introduce netdev_napi_exit()
Eric Dumazet
1
-6
/
+17
2025-01-18
net: destroy dev->lock later in free_netdev()
Eric Dumazet
1
-2
/
+2
2025-01-16
dev: Hold rtnl_net_lock() for dev_ifsioc().
Kuniyuki Iwashima
1
-5
/
+2
2025-01-16
dev: Remove devnet_rename_sem.
Kuniyuki Iwashima
1
-14
/
+2
2025-01-16
dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().
Kuniyuki Iwashima
1
-0
/
+2
2025-01-15
Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'
Jakub Kicinski
1
-22
/
+75
2025-01-15
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)
Eric Dumazet
1
-2
/
+1
2025-01-15
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)
Eric Dumazet
1
-0
/
+3
2025-01-15
net: no longer hold RTNL while calling flush_all_backlogs()
Eric Dumazet
1
-3
/
+28
2025-01-15
net: no longer assume RTNL is held in flush_all_backlogs()
Eric Dumazet
1
-18
/
+35
2025-01-15
net: expedite synchronize_net() for cleanup_net()
Eric Dumazet
1
-1
/
+10
2025-01-15
net: protect napi->irq with netdev_lock()
Jakub Kicinski
1
-1
/
+1
2025-01-15
net: protect threaded status of NAPI with netdev_lock()
Jakub Kicinski
1
-0
/
+2
2025-01-15
net: make netdev netlink ops hold netdev_lock()
Jakub Kicinski
1
-1
/
+2
2025-01-15
net: protect NAPI enablement with netdev_lock()
Jakub Kicinski
1
-7
/
+34
2025-01-15
net: protect netdev->napi_list with netdev_lock()
Jakub Kicinski
1
-5
/
+10
2025-01-15
net: add netdev->up protected by netdev_lock()
Jakub Kicinski
1
-2
/
+2
[prev]
[next]