index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
netpoll.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-09
netconsole: do not dequeue pooled skbs that cannot satisfy len
Breno Leitao
1
-0
/
+16
2026-05-13
netconsole: move find_skb() from netpoll
Breno Leitao
1
-1
/
+0
2026-05-13
netpoll: rename and export netpoll_zap_completion_queue()
Breno Leitao
1
-0
/
+1
2026-05-13
netconsole: move netpoll_udp_checksum() from netpoll
Breno Leitao
1
-1
/
+0
2026-05-13
netconsole: move push_udp() from netpoll
Breno Leitao
1
-1
/
+0
2026-05-13
netconsole: move push_eth() from netpoll
Breno Leitao
1
-1
/
+0
2026-05-13
netconsole: move push_ipv4() from netpoll
Breno Leitao
1
-1
/
+0
2026-05-13
netconsole: move push_ipv6() from netpoll
Breno Leitao
1
-1
/
+0
2026-05-13
netconsole: move netpoll_send_udp() from netpoll
Breno Leitao
1
-1
/
+0
2026-05-13
netpoll: expose UDP packet builder helpers for netconsole
Breno Leitao
1
-0
/
+6
2025-09-19
net: netpoll: remove unused netpoll pointer from netpoll_info
Breno Leitao
1
-1
/
+0
2025-07-25
netpoll: Remove unused fields from inet_addr union
Breno Leitao
1
-3
/
+0
2025-06-16
netpoll: move netpoll_print_options to netconsole
Breno Leitao
1
-1
/
+0
2025-06-16
netpoll: relocate netconsole-specific functions to netconsole module
Breno Leitao
1
-1
/
+0
2025-06-16
netpoll: expose netpoll logging macros in public header
Breno Leitao
1
-0
/
+7
2025-06-16
netpoll: remove __netpoll_cleanup from exported API
Breno Leitao
1
-1
/
+0
2025-03-19
netconsole: allow selection of egress interface via MAC address
Uday Shankar
1
-0
/
+6
2025-03-07
netpoll: Optimize skb refilling on critical path
Breno Leitao
1
-0
/
+1
2024-12-04
netpoll: Make netpoll_send_udp return status instead of void
Maksym Kutsevol
1
-1
/
+1
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2024-11-18
netpoll: Use rcu_access_pointer() in netpoll_poll_lock
Breno Leitao
1
-1
/
+1
2024-11-15
net: netpoll: Individualize the skb pool
Breno Leitao
1
-0
/
+1
2024-08-13
net: netpoll: extract core of netpoll_cleanup
Breno Leitao
1
-0
/
+1
2021-12-06
netpoll: add net device refcount tracker to struct netpoll
Eric Dumazet
1
-0
/
+1
2020-07-15
netpoll: Remove unused inline function netpoll_netdev_init()
YueHaibing
1
-3
/
+0
2020-05-07
netpoll: netpoll_send_skb() returns transmit status
Eric Dumazet
1
-1
/
+1
2020-05-07
netpoll: move netpoll_send_skb() out of line
Eric Dumazet
1
-8
/
+1
2020-05-07
netpoll: remove dev argument from netpoll_send_skb_on_dev()
Eric Dumazet
1
-3
/
+2
2018-10-19
netpoll: allow cleanup to be synchronous
Debabrata Banerjee
1
-3
/
+1
2018-09-23
netpoll: make ndo_poll_controller() optional
Eric Dumazet
1
-2
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-01
net: convert netpoll_info.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+2
2016-11-16
netpoll: more efficient locking
Eric Dumazet
1
-6
/
+7
2014-03-29
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
Eric W. Biederman
1
-4
/
+4
2014-03-29
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
1
-1
/
+1
2014-03-17
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
Eric W. Biederman
1
-84
/
+0
2014-03-17
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
Eric W. Biederman
1
-33
/
+40
2014-03-17
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
Eric W. Biederman
1
-2
/
+9
2014-03-17
netpoll: Don't drop all received packets.
Eric W. Biederman
1
-2
/
+1
2014-03-17
netpoll: Add netpoll_rx_processing
Eric W. Biederman
1
-4
/
+14
2013-10-25
netpoll: fix rx_hook() interface by passing the skb
Antonio Quartulli
1
-2
/
+3
2013-05-27
netpoll: remove return value from netpoll_rx_disable()
dingtianhong
1
-2
/
+2
2013-05-01
netpoll: convert mutex into a semaphore
Neil Horman
1
-1
/
+1
2013-02-11
netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock
Neil Horman
1
-2
/
+2
2013-02-06
netpoll: protect napi_poll and poll_controller during dev_[open|close]
Neil Horman
1
-1
/
+10
2013-01-08
netpoll: prepare for ipv6
Cong Wang
1
-2
/
+11
2012-08-14
netpoll: convert several functions to bool
Amerigo Wang
1
-7
/
+7
2012-08-14
netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()
Amerigo Wang
1
-0
/
+3
2012-08-14
netpoll: use netpoll_rx_on() in netpoll_rx()
Amerigo Wang
1
-9
/
+9
2012-08-14
netpoll: take rcu_read_lock_bh() in netpoll_rx()
Amerigo Wang
1
-2
/
+2
[next]