index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
netpoll.c
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
netpoll: prevent hanging NAPI when netcons gets enabled
Jakub Kicinski
1
-0
/
+7
2025-07-06
net: netpoll: Initialize UDP checksum field before checksumming
Breno Leitao
1
-1
/
+1
2025-03-24
netpoll: Eliminate redundant assignment
Breno Leitao
1
-1
/
+0
2025-03-19
netconsole: allow selection of egress interface via MAC address
Uday Shankar
1
-12
/
+39
2025-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-2
/
+7
2025-03-08
netpoll: hold rcu read lock in __netpoll_send_skb()
Breno Leitao
1
-2
/
+7
2025-03-08
netpoll: Optimize skb refilling on critical path
Breno Leitao
1
-2
/
+13
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+5
2025-01-15
net: netpoll: ensure skb_pool list is always initialized
John Sperbeck
1
-5
/
+5
2024-12-05
netpoll: Make netpoll_send_udp return status instead of void
Maksym Kutsevol
1
-3
/
+3
2024-12-05
netpoll: Use rtnl_dereference() for npinfo pointer access
Breno Leitao
1
-2
/
+2
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2024-11-19
netpoll: Use rcu_access_pointer() in __netpoll_setup
Breno Leitao
1
-1
/
+1
2024-11-16
net: netpoll: flush skb pool during cleanup
Breno Leitao
1
-1
/
+13
2024-11-16
net: netpoll: Individualize the skb pool
Breno Leitao
1
-18
/
+13
2024-10-23
netpoll: remove ndo_netpoll_setup() second argument
Eric Dumazet
1
-1
/
+1
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-07
netpoll: remove netpoll_srcu
Eric Dumazet
1
-11
/
+4
2024-08-26
net: Correct spelling in net/core
Simon Horman
1
-1
/
+1
2024-08-26
netpoll: Ensure clean state on setup failures
Breno Leitao
1
-5
/
+10
2024-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+0
2024-08-22
netpoll: do not export netpoll_poll_[disable|enable]()
Eric Dumazet
1
-2
/
+0
2024-08-13
net: netpoll: extract core of netpoll_cleanup
Breno Leitao
1
-3
/
+9
2024-05-01
netpoll: Fix race condition in netpoll_owner_active
Breno Leitao
1
-1
/
+1
2023-06-15
netpoll: allocate netdev tracker right away
Jakub Kicinski
1
-3
/
+2
2023-04-02
net: don't let netpoll invoke NAPI if in xmit context
Jakub Kicinski
1
-1
/
+18
2023-01-28
netpoll: Remove 4s sleep during carrier detection
Breno Leitao
1
-11
/
+1
2022-08-23
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-06-10
net: rename reference+tracking helpers
Jakub Kicinski
1
-1
/
+1
2021-12-07
netpoll: add net device refcount tracker to struct netpoll
Eric Dumazet
1
-2
/
+2
2021-07-02
Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2021-06-02
netpoll: don't require irqs disabled in rt kernels
Wander Lairson Costa
1
-1
/
+3
2021-05-17
netpoll: avoid put_unaligned() on single character
Arnd Bergmann
1
-2
/
+2
2021-02-07
Revert "net: Have netpoll bring-up DSA management interface"
Vladimir Oltean
1
-18
/
+4
2020-11-18
net: Have netpoll bring-up DSA management interface
Florian Fainelli
1
-4
/
+18
2020-09-10
net: make sure napi_list is safe for RCU traversal
Jakub Kicinski
1
-1
/
+1
2020-08-27
net: disable netpoll on fresh napis
Jakub Kicinski
1
-1
/
+1
2020-05-08
netpoll: accept NULL np argument in netpoll_send_skb()
Eric Dumazet
1
-3
/
+8
2020-05-08
netpoll: netpoll_send_skb() returns transmit status
Eric Dumazet
1
-4
/
+7
2020-05-08
netpoll: move netpoll_send_skb() out of line
Eric Dumazet
1
-2
/
+11
2020-05-08
netpoll: remove dev argument from netpoll_send_skb_on_dev()
Eric Dumazet
1
-4
/
+6
2020-04-29
netpoll: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
1
-4
/
+5
2019-08-28
net: fix skb use after free in netpoll
Feng Sun
1
-3
/
+3
2019-06-03
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
1
-2
/
+8
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
1
-2
/
+2
2019-03-20
net: dev: rename queue selection helpers.
Paolo Abeni
1
-1
/
+1
2018-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2018-12-07
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-1
/
+1
[next]