aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netpoll.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+2
2016-11-16netpoll: more efficient lockingGravatar Eric Dumazet 1-6/+7
2014-03-29netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableGravatar Eric W. Biederman 1-4/+4
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupGravatar Eric W. Biederman 1-1/+1
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Gravatar Eric W. Biederman 1-84/+0
2014-03-17netpoll: Move all receive processing under CONFIG_NETPOLL_TRAPGravatar Eric W. Biederman 1-33/+40
2014-03-17netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAPGravatar Eric W. Biederman 1-2/+9
2014-03-17netpoll: Don't drop all received packets.Gravatar Eric W. Biederman 1-2/+1
2014-03-17netpoll: Add netpoll_rx_processingGravatar Eric W. Biederman 1-4/+14
2013-10-25netpoll: fix rx_hook() interface by passing the skbGravatar Antonio Quartulli 1-2/+3
2013-05-27netpoll: remove return value from netpoll_rx_disable()Gravatar dingtianhong 1-2/+2
2013-05-01netpoll: convert mutex into a semaphoreGravatar Neil Horman 1-1/+1
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockGravatar Neil Horman 1-2/+2
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Gravatar Neil Horman 1-1/+10
2013-01-08netpoll: prepare for ipv6Gravatar Cong Wang 1-2/+11
2012-08-14netpoll: convert several functions to boolGravatar Amerigo Wang 1-7/+7
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Gravatar Amerigo Wang 1-0/+3
2012-08-14netpoll: use netpoll_rx_on() in netpoll_rx()Gravatar Amerigo Wang 1-9/+9
2012-08-14netpoll: take rcu_read_lock_bh() in netpoll_rx()Gravatar Amerigo Wang 1-2/+2
2012-08-14netpoll: make __netpoll_cleanup non-blockGravatar Amerigo Wang 1-0/+3
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Gravatar Amerigo Wang 1-1/+1
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Gravatar Jiri Pirko 1-1/+1
2011-07-03netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devGravatar Joe Perches 1-2/+0
2010-10-18bonding: Fix bonding drivers improper modification of netpoll structureGravatar Neil Horman 1-2/+7
2010-09-17netpoll: Disable IRQ around RCU dereference in netpoll_rxGravatar Herbert Xu 1-4/+4
2010-08-10net: make netpoll_rx return bool for !CONFIG_NETPOLLGravatar John W. Linville 1-1/+1
2010-06-15netpoll: Use correct primitives for RCU dereferencingGravatar Herbert Xu 1-2/+2
2010-06-15netpoll: Add netpoll_tx_runningGravatar Herbert Xu 1-0/+9
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionGravatar Herbert Xu 1-0/+2
2010-06-15netpoll: Fix RCU usageGravatar Herbert Xu 1-5/+8
2010-05-06netpoll: Use 'bool' for netpoll_rx() return type.Gravatar David S. Miller 1-4/+4
2010-05-06netpoll: add generic support for bridge and bonding devicesGravatar WANG Cong 1-0/+5
2010-01-13netpoll: allow execution of multiple rx_hooks per interfaceGravatar Daniel Borkmann 1-3/+8
2009-03-28netpoll: store local and remote ip in net-endianGravatar Harvey Harrison 1-1/+1
2009-03-16GRO: Move netpoll checks to correct locationGravatar Herbert Xu 1-0/+11
2008-12-15net: Add Generic Receive Offload infrastructureGravatar Herbert Xu 1-5/+0
2008-03-04[NETPOLL]: Revert two bogus cleanups that broke netconsole.Gravatar David S. Miller 1-3/+4
2008-01-28[NETPOLL]: Don't need rx_flags.Gravatar Stephen Hemminger 1-4/+3
2008-01-28[NETPOLL]: no need to store local_macGravatar Stephen Hemminger 1-1/+1
2007-10-10[NET] netconsole: Support dynamic reconfiguration using configfsGravatar Satyam Sharma 1-0/+1
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Gravatar Stephen Hemminger 1-14/+41
2006-12-05WorkQueue: Fix up arch-specific work items where possibleGravatar David Howells 1-1/+1
2006-12-02netpoll header cleanupGravatar Stephen Hemminger 1-4/+3
2006-12-02netpoll queue cleanupGravatar Stephen Hemminger 1-2/+2
2006-12-02netpoll retry cleanupGravatar Stephen Hemminger 1-1/+0
2006-12-02netpoll per device txqGravatar Stephen Hemminger 1-0/+2
2006-12-02netpoll info leakGravatar Stephen Hemminger 1-0/+1
2006-06-26[NET] netpoll: break recursive loop in netpoll rx pathGravatar Neil Horman 1-0/+1
2005-10-12[NETPOLL]: wrong return for null netpoll_poll_lock()Gravatar Ben Dooks 1-1/+1
2005-08-11[NETPOLL]: fix initialization/NAPI raceGravatar Matt Mackall 1-6/+13