Age | Commit message (Expand) | Author |
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 |
2010-05-06 | netpoll: Use 'bool' for netpoll_rx() return type. | David S. Miller |
2010-05-06 | netpoll: add generic support for bridge and bonding devices | WANG Cong |
2010-01-13 | netpoll: allow execution of multiple rx_hooks per interface | Daniel Borkmann |
2009-03-28 | netpoll: store local and remote ip in net-endian | Harvey Harrison |
2009-03-16 | GRO: Move netpoll checks to correct location | Herbert Xu |
2008-12-15 | net: Add Generic Receive Offload infrastructure | Herbert Xu |
2008-03-04 | [NETPOLL]: Revert two bogus cleanups that broke netconsole. | David S. Miller |
2008-01-28 | [NETPOLL]: Don't need rx_flags. | Stephen Hemminger |
2008-01-28 | [NETPOLL]: no need to store local_mac | Stephen Hemminger |
2007-10-10 | [NET] netconsole: Support dynamic reconfiguration using configfs | Satyam Sharma |
2007-10-10 | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger |
2006-12-05 | WorkQueue: Fix up arch-specific work items where possible | David Howells |