index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: 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
*
[NETPOLL]: Introduce a netpoll_info struct
Jeff Moyer
2005-06-22
1
-8
/
+17
*
[NETPOLL]: Set poll_owner to -1 before unlocking in netpoll_poll_unlock()
Jeff Moyer
2005-06-22
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+67