index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
netpoll.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
Eric W. Biederman
2014-03-29
1
-4
/
+4
*
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
2014-03-29
1
-1
/
+1
*
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
Eric W. Biederman
2014-03-17
1
-84
/
+0
*
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
Eric W. Biederman
2014-03-17
1
-33
/
+40
*
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
Eric W. Biederman
2014-03-17
1
-2
/
+9
*
netpoll: Don't drop all received packets.
Eric W. Biederman
2014-03-17
1
-2
/
+1
*
netpoll: Add netpoll_rx_processing
Eric W. Biederman
2014-03-17
1
-4
/
+14
*
netpoll: fix rx_hook() interface by passing the skb
Antonio Quartulli
2013-10-25
1
-2
/
+3
*
netpoll: remove return value from netpoll_rx_disable()
dingtianhong
2013-05-27
1
-2
/
+2
*
netpoll: convert mutex into a semaphore
Neil Horman
2013-05-01
1
-1
/
+1
*
netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock
Neil Horman
2013-02-11
1
-2
/
+2
*
netpoll: protect napi_poll and poll_controller during dev_[open|close]
Neil Horman
2013-02-06
1
-1
/
+10
*
netpoll: prepare for ipv6
Cong Wang
2013-01-08
1
-2
/
+11
*
netpoll: convert several functions to bool
Amerigo Wang
2012-08-14
1
-7
/
+7
*
netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()
Amerigo Wang
2012-08-14
1
-0
/
+3
*
netpoll: use netpoll_rx_on() in netpoll_rx()
Amerigo Wang
2012-08-14
1
-9
/
+9
*
netpoll: take rcu_read_lock_bh() in netpoll_rx()
Amerigo Wang
2012-08-14
1
-2
/
+2
*
netpoll: make __netpoll_cleanup non-block
Amerigo Wang
2012-08-14
1
-0
/
+3
*
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
2012-08-14
1
-1
/
+1
*
netpoll: move np->dev and np->dev_name init into __netpoll_setup()
Jiri Pirko
2012-07-17
1
-1
/
+1
*
netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev
Joe Perches
2011-07-03
1
-2
/
+0
*
bonding: Fix bonding drivers improper modification of netpoll structure
Neil Horman
2010-10-18
1
-2
/
+7
*
netpoll: Disable IRQ around RCU dereference in netpoll_rx
Herbert Xu
2010-09-17
1
-4
/
+4
*
net: make netpoll_rx return bool for !CONFIG_NETPOLL
John W. Linville
2010-08-10
1
-1
/
+1
*
netpoll: Use correct primitives for RCU dereferencing
Herbert Xu
2010-06-15
1
-2
/
+2
*
netpoll: Add netpoll_tx_running
Herbert Xu
2010-06-15
1
-0
/
+9
*
netpoll: Allow netpoll_setup/cleanup recursion
Herbert Xu
2010-06-15
1
-0
/
+2
*
netpoll: Fix RCU usage
Herbert Xu
2010-06-15
1
-5
/
+8
*
netpoll: Use 'bool' for netpoll_rx() return type.
David S. Miller
2010-05-06
1
-4
/
+4
*
netpoll: add generic support for bridge and bonding devices
WANG Cong
2010-05-06
1
-0
/
+5
*
netpoll: allow execution of multiple rx_hooks per interface
Daniel Borkmann
2010-01-13
1
-3
/
+8
*
netpoll: store local and remote ip in net-endian
Harvey Harrison
2009-03-28
1
-1
/
+1
*
GRO: Move netpoll checks to correct location
Herbert Xu
2009-03-16
1
-0
/
+11
*
net: Add Generic Receive Offload infrastructure
Herbert Xu
2008-12-15
1
-5
/
+0
*
[NETPOLL]: Revert two bogus cleanups that broke netconsole.
David S. Miller
2008-03-04
1
-3
/
+4
*
[NETPOLL]: Don't need rx_flags.
Stephen Hemminger
2008-01-28
1
-4
/
+3
*
[NETPOLL]: no need to store local_mac
Stephen Hemminger
2008-01-28
1
-1
/
+1
*
[NET] netconsole: Support dynamic reconfiguration using configfs
Satyam Sharma
2007-10-10
1
-0
/
+1
*
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
1
-14
/
+41
*
WorkQueue: Fix up arch-specific work items where possible
David Howells
2006-12-05
1
-1
/
+1
*
netpoll header cleanup
Stephen Hemminger
2006-12-02
1
-4
/
+3
*
netpoll queue cleanup
Stephen Hemminger
2006-12-02
1
-2
/
+2
*
netpoll retry cleanup
Stephen Hemminger
2006-12-02
1
-1
/
+0
*
netpoll per device txq
Stephen Hemminger
2006-12-02
1
-0
/
+2
*
netpoll info leak
Stephen Hemminger
2006-12-02
1
-0
/
+1
*
[NET] netpoll: break recursive loop in netpoll rx path
Neil Horman
2006-06-26
1
-0
/
+1
*
[NETPOLL]: wrong return for null netpoll_poll_lock()
Ben Dooks
2005-10-12
1
-1
/
+1
*
[NETPOLL]: fix initialization/NAPI race
Matt Mackall
2005-08-11
1
-6
/
+13
*
[NETPOLL]: add retry timeout
Matt Mackall
2005-08-11
1
-0
/
+1
*
[NETPOLL]: allow multiple netpoll_clients to register against one interface
Jeff Moyer
2005-06-22
1
-3
/
+12
[next]