index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netpoll.h
Age
Commit message (
Expand
)
Author
9 days
netpoll: Remove unused fields from inet_addr union
Breno Leitao
2025-06-16
netpoll: move netpoll_print_options to netconsole
Breno Leitao
2025-06-16
netpoll: relocate netconsole-specific functions to netconsole module
Breno Leitao
2025-06-16
netpoll: expose netpoll logging macros in public header
Breno Leitao
2025-06-16
netpoll: remove __netpoll_cleanup from exported API
Breno Leitao
2025-03-19
netconsole: allow selection of egress interface via MAC address
Uday Shankar
2025-03-07
netpoll: Optimize skb refilling on critical path
Breno Leitao
2024-12-04
netpoll: Make netpoll_send_udp return status instead of void
Maksym Kutsevol
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2024-11-18
netpoll: Use rcu_access_pointer() in netpoll_poll_lock
Breno Leitao
2024-11-15
net: netpoll: Individualize the skb pool
Breno Leitao
2024-08-13
net: netpoll: extract core of netpoll_cleanup
Breno Leitao
2021-12-06
netpoll: add net device refcount tracker to struct netpoll
Eric Dumazet
2020-07-15
netpoll: Remove unused inline function netpoll_netdev_init()
YueHaibing
2020-05-07
netpoll: netpoll_send_skb() returns transmit status
Eric Dumazet
2020-05-07
netpoll: move netpoll_send_skb() out of line
Eric Dumazet
2020-05-07
netpoll: remove dev argument from netpoll_send_skb_on_dev()
Eric Dumazet
2018-10-19
netpoll: allow cleanup to be synchronous
Debabrata Banerjee
2018-09-23
netpoll: make ndo_poll_controller() optional
Eric Dumazet
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-01
net: convert netpoll_info.refcnt from atomic_t to refcount_t
Reshetova, Elena
2016-11-16
netpoll: more efficient locking
Eric Dumazet
2014-03-29
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
Eric W. Biederman
2014-03-29
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
2014-03-17
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
Eric W. Biederman
2014-03-17
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
Eric W. Biederman
2014-03-17
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
Eric W. Biederman
2014-03-17
netpoll: Don't drop all received packets.
Eric W. Biederman
2014-03-17
netpoll: Add netpoll_rx_processing
Eric W. Biederman
2013-10-25
netpoll: fix rx_hook() interface by passing the skb
Antonio Quartulli
2013-05-27
netpoll: remove return value from netpoll_rx_disable()
dingtianhong
2013-05-01
netpoll: convert mutex into a semaphore
Neil Horman
2013-02-11
netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock
Neil Horman
2013-02-06
netpoll: protect napi_poll and poll_controller during dev_[open|close]
Neil Horman
2013-01-08
netpoll: prepare for ipv6
Cong Wang
2012-08-14
netpoll: convert several functions to bool
Amerigo Wang
2012-08-14
netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()
Amerigo Wang
2012-08-14
netpoll: use netpoll_rx_on() in netpoll_rx()
Amerigo Wang
2012-08-14
netpoll: take rcu_read_lock_bh() in netpoll_rx()
Amerigo Wang
2012-08-14
netpoll: make __netpoll_cleanup non-block
Amerigo Wang
2012-08-14
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
2012-07-17
netpoll: move np->dev and np->dev_name init into __netpoll_setup()
Jiri Pirko
2011-07-03
netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev
Joe Perches
2010-10-18
bonding: Fix bonding drivers improper modification of netpoll structure
Neil Horman
2010-09-17
netpoll: Disable IRQ around RCU dereference in netpoll_rx
Herbert Xu
2010-08-10
net: make netpoll_rx return bool for !CONFIG_NETPOLL
John W. Linville
2010-06-15
netpoll: Use correct primitives for RCU dereferencing
Herbert Xu
2010-06-15
netpoll: Add netpoll_tx_running
Herbert Xu
2010-06-15
netpoll: Allow netpoll_setup/cleanup recursion
Herbert Xu
2010-06-15
netpoll: Fix RCU usage
Herbert Xu
[next]