summaryrefslogtreecommitdiffstats
path: root/include/linux/netpoll.h
Commit message (Expand)AuthorAgeFilesLines
* netpoll: convert mutex into a semaphoreNeil Horman2013-05-011-1/+1
* netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman2013-02-111-2/+2
* netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman2013-02-061-1/+10
* netpoll: prepare for ipv6Cong Wang2013-01-081-2/+11
* netpoll: convert several functions to boolAmerigo Wang2012-08-141-7/+7
* netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang2012-08-141-0/+3
* netpoll: use netpoll_rx_on() in netpoll_rx()Amerigo Wang2012-08-141-9/+9
* netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang2012-08-141-2/+2
* netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-0/+3
* netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-141-1/+1
* netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko2012-07-171-1/+1
* netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches2011-07-031-2/+0
* bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman2010-10-181-2/+7
* netpoll: Disable IRQ around RCU dereference in netpoll_rxHerbert Xu2010-09-171-4/+4
* net: make netpoll_rx return bool for !CONFIG_NETPOLLJohn W. Linville2010-08-101-1/+1
* netpoll: Use correct primitives for RCU dereferencingHerbert Xu2010-06-151-2/+2
* netpoll: Add netpoll_tx_runningHerbert Xu2010-06-151-0/+9
* netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu2010-06-151-0/+2
* netpoll: Fix RCU usageHerbert Xu2010-06-151-5/+8
* netpoll: Use 'bool' for netpoll_rx() return type.David S. Miller2010-05-061-4/+4
* netpoll: add generic support for bridge and bonding devicesWANG Cong2010-05-061-0/+5
* netpoll: allow execution of multiple rx_hooks per interfaceDaniel Borkmann2010-01-131-3/+8
* netpoll: store local and remote ip in net-endianHarvey Harrison2009-03-281-1/+1
* GRO: Move netpoll checks to correct locationHerbert Xu2009-03-161-0/+11
* net: Add Generic Receive Offload infrastructureHerbert Xu2008-12-151-5/+0
* [NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller2008-03-041-3/+4
* [NETPOLL]: Don't need rx_flags.Stephen Hemminger2008-01-281-4/+3
* [NETPOLL]: no need to store local_macStephen Hemminger2008-01-281-1/+1
* [NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma2007-10-101-0/+1
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-14/+41
* WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-051-1/+1
* netpoll header cleanupStephen Hemminger2006-12-021-4/+3
* netpoll queue cleanupStephen Hemminger2006-12-021-2/+2
* netpoll retry cleanupStephen Hemminger2006-12-021-1/+0
* netpoll per device txqStephen Hemminger2006-12-021-0/+2
* netpoll info leakStephen Hemminger2006-12-021-0/+1
* [NET] netpoll: break recursive loop in netpoll rx pathNeil Horman2006-06-261-0/+1
* [NETPOLL]: wrong return for null netpoll_poll_lock()Ben Dooks2005-10-121-1/+1
* [NETPOLL]: fix initialization/NAPI raceMatt Mackall2005-08-111-6/+13
* [NETPOLL]: add retry timeoutMatt Mackall2005-08-111-0/+1
* [NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer2005-06-221-3/+12
* [NETPOLL]: Introduce a netpoll_info structJeff Moyer2005-06-221-8/+17
* [NETPOLL]: Set poll_owner to -1 before unlocking in netpoll_poll_unlock()Jeff Moyer2005-06-221-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+67