summaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
Commit message (Expand)AuthorAgeFilesLines
...
* netpoll: Warn if more packets are processed than are budgetedEric W. Biederman2014-03-171-0/+1
* netpoll: Visit all napi handlers in poll_napiEric W. Biederman2014-03-171-3/+0Star
* netpoll: Pass budget into poll_napiEric W. Biederman2014-03-171-3/+3
* netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_devEric W. Biederman2014-03-171-8/+8
* netpoll: fix netconsole IPv6 setupSabrina Dubroca2014-02-071-1/+3
* netpoll: Use ether_addr_copyJoe Perches2014-01-221-2/+2
* net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+1
* netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller2014-01-031-2/+9
* netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli2013-10-261-13/+18
* netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-09-191-5/+4Star
* netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang2013-09-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-11/+5Star
|\
| * netpoll: fix position of network headerAmerigo Wang2013-06-051-16/+4Star
| * net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-291-1/+8
| * netpoll: remove return value from netpoll_rx_disable()dingtianhong2013-05-281-2/+1Star
* | net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2013-06-051-0/+1
|/
* netpoll: inverted down_trylock() testDan Carpenter2013-05-061-1/+1
* netpoll: convert mutex into a semaphoreNeil Horman2013-05-011-7/+7
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+3
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcuLai Jiangshan2013-03-171-2/+1Star
* netpoll: fix smatch warnings in netpoll core codeNeil Horman2013-02-131-3/+7
* netpoll: cleanup sparse warningsNeil Horman2013-02-121-4/+8
* netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman2013-02-121-6/+10
* netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman2013-02-061-0/+40
* netpoll: use the net namespace of current process instead of init_netCong Wang2013-01-291-2/+4
* netpoll: use ipv6_addr_equal() to compare ipv6 addrCong Wang2013-01-291-3/+3
* netpoll: fix an uninitialized variableCong Wang2013-01-231-0/+1
* netpoll: fix a missing dev refcountingCong Wang2013-01-171-0/+1
* netpoll: fix a rtnl lock assertion failureCong Wang2013-01-161-14/+10Star
* netpoll: add IPv6 supportCong Wang2013-01-091-10/+236
* netpoll: prepare for ipv6Cong Wang2013-01-091-178/+224
* netpoll: remove usage of dev->masterJiri Pirko2013-01-041-3/+6
* net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-111-1/+0Star
* net: remove obsolete simple_strto<foo>Abhijit Pawar2012-12-101-1/+4
* netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang2012-09-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-9/+1Star
|\
| * netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang2012-08-291-9/+1Star
* | netpoll: provide an IP ident in UDP framesEric Dumazet2012-08-301-1/+2
|/
* netpoll: re-enable irq in poll_napi()Amerigo Wang2012-08-141-1/+9
* netpoll: handle vlan tags in netpoll tx and rx pathAmerigo Wang2012-08-141-0/+15
* netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()Amerigo Wang2012-08-141-14/+17
* netpoll: take rcu_read_lock_bh() in netpoll_rx()Amerigo Wang2012-08-141-2/+1Star
* netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-10/+32
* netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-141-4/+4
* netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko2012-07-171-5/+5
* netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-06-141-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-191-1/+1
|\
| * netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet2012-02-141-1/+1
* | netpoll: Neaten MAX_SKB_SIZE macroJoe Perches2012-02-011-3/+5