Age | Commit message (Expand) | Author | Files | Lines |
2016-11-17 | netpoll: more efficient locking | Eric Dumazet | 1 | -6/+7 |
2014-03-30 | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable | Eric W. Biederman | 1 | -4/+4 |
2014-03-30 | 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-26 | netpoll: fix rx_hook() interface by passing the skb | Antonio Quartulli | 1 | -2/+3 |
2013-05-28 | 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-12 | netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock | Neil Horman | 1 | -2/+2 |
2013-02-07 | netpoll: protect napi_poll and poll_controller during dev_[open|close] | Neil Horman | 1 | -1/+10 |
2013-01-09 | netpoll: prepare for ipv6 | Cong Wang | 1 | -2/+11 |
2012-08-15 | netpoll: convert several functions to bool | Amerigo Wang | 1 | -7/+7 |
2012-08-15 | netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev() | Amerigo Wang | 1 | -0/+3 |
2012-08-15 | netpoll: use netpoll_rx_on() in netpoll_rx() | Amerigo Wang | 1 | -9/+9 |
2012-08-15 | netpoll: take rcu_read_lock_bh() in netpoll_rx() | Amerigo Wang | 1 | -2/+2 |
2012-08-15 | netpoll: make __netpoll_cleanup non-block | Amerigo Wang | 1 | -0/+3 |
2012-08-15 | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() | Amerigo Wang | 1 | -1/+1 |
2012-07-17 | netpoll: move np->dev and np->dev_name init into __netpoll_setup() | Jiri Pirko | 1 | -1/+1 |
2011-07-04 | netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev | Joe Perches | 1 | -2/+0 |
2010-10-18 | bonding: Fix bonding drivers improper modification of netpoll structure | Neil Horman | 1 | -2/+7 |
2010-09-18 | netpoll: Disable IRQ around RCU dereference in netpoll_rx | Herbert Xu | 1 | -4/+4 |
2010-08-11 | net: make netpoll_rx return bool for !CONFIG_NETPOLL | John W. Linville | 1 | -1/+1 |
2010-06-16 | netpoll: Use correct primitives for RCU dereferencing | Herbert Xu | 1 | -2/+2 |
2010-06-15 | netpoll: Add netpoll_tx_running | Herbert Xu | 1 | -0/+9 |
2010-06-15 | netpoll: Allow netpoll_setup/cleanup recursion | Herbert Xu | 1 | -0/+2 |
2010-06-15 | netpoll: Fix RCU usage | Herbert Xu | 1 | -5/+8 |
2010-05-06 | netpoll: Use 'bool' for netpoll_rx() return type. | David S. Miller | 1 | -4/+4 |
2010-05-06 | netpoll: add generic support for bridge and bonding devices | WANG Cong | 1 | -0/+5 |
2010-01-14 | netpoll: allow execution of multiple rx_hooks per interface | Daniel Borkmann | 1 | -3/+8 |
2009-03-29 | netpoll: store local and remote ip in net-endian | Harvey Harrison | 1 | -1/+1 |
2009-03-16 | GRO: Move netpoll checks to correct location | Herbert Xu | 1 | -0/+11 |
2008-12-16 | net: Add Generic Receive Offload infrastructure | Herbert Xu | 1 | -5/+0 |
2008-03-04 | [NETPOLL]: Revert two bogus cleanups that broke netconsole. | David S. Miller | 1 | -3/+4 |
2008-01-29 | [NETPOLL]: Don't need rx_flags. | Stephen Hemminger | 1 | -4/+3 |
2008-01-29 | [NETPOLL]: no need to store local_mac | Stephen Hemminger | 1 | -1/+1 |
2007-10-11 | [NET] netconsole: Support dynamic reconfiguration using configfs | Satyam Sharma | 1 | -0/+1 |
2007-10-11 | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 1 | -14/+41 |
2006-12-05 | WorkQueue: Fix up arch-specific work items where possible | David Howells | 1 | -1/+1 |
2006-12-03 | netpoll header cleanup | Stephen Hemminger | 1 | -4/+3 |
2006-12-03 | netpoll queue cleanup | Stephen Hemminger | 1 | -2/+2 |
2006-12-03 | netpoll retry cleanup | Stephen Hemminger | 1 | -1/+0 |
2006-12-03 | netpoll per device txq | Stephen Hemminger | 1 | -0/+2 |
2006-12-03 | netpoll info leak | Stephen Hemminger | 1 | -0/+1 |
2006-06-26 | [NET] netpoll: break recursive loop in netpoll rx path | Neil Horman | 1 | -0/+1 |
2005-10-13 | [NETPOLL]: wrong return for null netpoll_poll_lock() | Ben Dooks | 1 | -1/+1 |
2005-08-12 | [NETPOLL]: fix initialization/NAPI race | Matt Mackall | 1 | -6/+13 |
2005-08-12 | [NETPOLL]: add retry timeout | Matt Mackall | 1 | -0/+1 |