index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
netpoll.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-07
netpoll: fix netconsole IPv6 setup
Sabrina Dubroca
1
-1
/
+3
2014-01-22
netpoll: Use ether_addr_copy
Joe Perches
1
-2
/
+2
2014-01-10
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
1
-1
/
+1
2014-01-03
netpoll: Fix missing TXQ unlock and and OOPS.
David S. Miller
1
-2
/
+9
2013-10-26
netpoll: fix rx_hook() interface by passing the skb
Antonio Quartulli
1
-13
/
+18
2013-09-19
netpoll: fix NULL pointer dereference in netpoll_cleanup
Nikolay Aleksandrov
1
-5
/
+4
2013-09-13
netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply
Sonic Zhang
1
-1
/
+1
2013-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-11
/
+5
2013-06-05
net: core: move mac_pton() to lib/net_utils.c
Andy Shevchenko
1
-0
/
+1
2013-06-05
netpoll: fix position of network header
Amerigo Wang
1
-16
/
+4
2013-05-29
net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail
Simon Horman
1
-1
/
+8
2013-05-28
netpoll: remove return value from netpoll_rx_disable()
dingtianhong
1
-2
/
+1
2013-05-06
netpoll: inverted down_trylock() test
Dan Carpenter
1
-1
/
+1
2013-05-01
netpoll: convert mutex into a semaphore
Neil Horman
1
-7
/
+7
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-2
/
+3
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-1
/
+1
2013-03-17
netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcu
Lai Jiangshan
1
-2
/
+1
2013-02-13
netpoll: fix smatch warnings in netpoll core code
Neil Horman
1
-3
/
+7
2013-02-12
netpoll: cleanup sparse warnings
Neil Horman
1
-4
/
+8
2013-02-12
netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock
Neil Horman
1
-6
/
+10
2013-02-07
netpoll: protect napi_poll and poll_controller during dev_[open|close]
Neil Horman
1
-0
/
+40
2013-01-29
netpoll: use the net namespace of current process instead of init_net
Cong Wang
1
-2
/
+4
2013-01-29
netpoll: use ipv6_addr_equal() to compare ipv6 addr
Cong Wang
1
-3
/
+3
2013-01-23
netpoll: fix an uninitialized variable
Cong Wang
1
-0
/
+1
2013-01-17
netpoll: fix a missing dev refcounting
Cong Wang
1
-0
/
+1
2013-01-17
netpoll: fix a rtnl lock assertion failure
Cong Wang
1
-14
/
+10
2013-01-09
netpoll: add IPv6 support
Cong Wang
1
-10
/
+236
2013-01-09
netpoll: prepare for ipv6
Cong Wang
1
-178
/
+224
2013-01-05
netpoll: remove usage of dev->master
Jiri Pirko
1
-3
/
+6
2012-12-11
net: remove obsolete simple_strto<foo>
Abhijit Pawar
1
-1
/
+0
2012-12-10
net: remove obsolete simple_strto<foo>
Abhijit Pawar
1
-1
/
+4
2012-09-20
netpoll: call ->ndo_select_queue() in tx path
Amerigo Wang
1
-1
/
+1
2012-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+1
2012-08-30
netpoll: provide an IP ident in UDP frames
Eric Dumazet
1
-1
/
+2
2012-08-29
netpoll: revert 6bdb7fe3104 and fix be_poll() instead
Amerigo Wang
1
-9
/
+1
2012-08-15
netpoll: re-enable irq in poll_napi()
Amerigo Wang
1
-1
/
+9
2012-08-15
netpoll: handle vlan tags in netpoll tx and rx path
Amerigo Wang
1
-0
/
+15
2012-08-15
netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()
Amerigo Wang
1
-14
/
+17
2012-08-15
netpoll: take rcu_read_lock_bh() in netpoll_rx()
Amerigo Wang
1
-2
/
+1
2012-08-15
netpoll: make __netpoll_cleanup non-block
Amerigo Wang
1
-10
/
+32
2012-08-15
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
1
-4
/
+4
2012-07-17
netpoll: move np->dev and np->dev_name init into __netpoll_setup()
Jiri Pirko
1
-5
/
+5
2012-06-14
netpoll: fix netpoll_send_udp() bugs
Eric Dumazet
1
-5
/
+6
2012-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-02-15
netpoll: netpoll_poll_dev() should access dev->flags
Eric Dumazet
1
-1
/
+1
2012-02-01
netpoll: Neaten MAX_SKB_SIZE macro
Joe Perches
1
-3
/
+5
2012-02-01
netpoll: Convert printks to np_<level> and add pr_fmt
Joe Perches
1
-35
/
+28
2012-01-13
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
1
-1
/
+1
2011-11-29
net: Add queue state xoff flag for stack
Tom Herbert
1
-2
/
+2
2011-11-18
net: Remove all uses of LL_ALLOCATED_SPACE
Herbert Xu
1
-2
/
+4
[next]