aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netpoll.h
AgeCommit message (Expand)Author
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman
2013-01-08netpoll: prepare for ipv6Cong Wang
2012-08-14netpoll: convert several functions to boolAmerigo Wang
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang
2012-08-14netpoll: use netpoll_rx_on() in netpoll_rx()Amerigo Wang
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko
2011-07-03netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches
2010-10-18bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman
2010-09-17netpoll: Disable IRQ around RCU dereference in netpoll_rxHerbert Xu
2010-08-10net: make netpoll_rx return bool for !CONFIG_NETPOLLJohn W. Linville
2010-06-15netpoll: Use correct primitives for RCU dereferencingHerbert Xu
2010-06-15netpoll: Add netpoll_tx_runningHerbert Xu
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu
2010-06-15netpoll: Fix RCU usageHerbert Xu
2010-05-06netpoll: Use 'bool' for netpoll_rx() return type.David S. Miller
2010-05-06netpoll: add generic support for bridge and bonding devicesWANG Cong
2010-01-13netpoll: allow execution of multiple rx_hooks per interfaceDaniel Borkmann
2009-03-28netpoll: store local and remote ip in net-endianHarvey Harrison
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu
2008-12-15net: Add Generic Receive Offload infrastructureHerbert 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_macStephen Hemminger
2007-10-10[NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells
2006-12-02netpoll header cleanupStephen Hemminger
2006-12-02netpoll queue cleanupStephen Hemminger
2006-12-02netpoll retry cleanupStephen Hemminger
2006-12-02netpoll per device txqStephen Hemminger
2006-12-02netpoll info leakStephen Hemminger
2006-06-26[NET] netpoll: break recursive loop in netpoll rx pathNeil Horman
2005-10-12[NETPOLL]: wrong return for null netpoll_poll_lock()Ben Dooks
2005-08-11[NETPOLL]: fix initialization/NAPI raceMatt Mackall
2005-08-11[NETPOLL]: add retry timeoutMatt Mackall
2005-06-22[NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer
2005-06-22[NETPOLL]: Introduce a netpoll_info structJeff Moyer
2005-06-22[NETPOLL]: Set poll_owner to -1 before unlocking in netpoll_poll_unlock()Jeff Moyer
2005-04-16Linux-2.6.12-rc2Linus Torvalds