summaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
Commit message (Expand)AuthorAgeFilesLines
* net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-011-1/+1
* net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-011-3/+1
* net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-291-1/+1
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-241-2/+1
* netpoll: fix use after freedavid decotigny2014-07-081-1/+2
* netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman2014-04-011-1/+1
* netpoll: Respect NETIF_F_LLTXEric W. Biederman2014-03-291-5/+5
* netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman2014-03-291-2/+2
* netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2014-03-291-4/+4
* netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman2014-03-291-25/+36
* netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-291-4/+4
* net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.cMonam Agarwal2014-03-271-1/+1
* netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman2014-03-171-519/+1
* netpoll: Move all receive processing under CONFIG_NETPOLL_TRAPEric W. Biederman2014-03-171-17/+64
* netpoll: Consolidate neigh_tx processing in service_neigh_queueEric W. Biederman2014-03-171-22/+16
* netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAPEric W. Biederman2014-03-171-5/+9
* netpoll: Don't drop all received packets.Eric W. Biederman2014-03-171-11/+6
* netpoll: Add netpoll_rx_processingEric W. Biederman2014-03-171-2/+2
* 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/+0
* 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-061-1/+3
* netpoll: Use ether_addr_copyJoe Perches2014-01-211-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-021-2/+9
* netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli2013-10-251-13/+18
* netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-09-191-5/+4
* 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-091-11/+5
|\
| * netpoll: fix position of network headerAmerigo Wang2013-06-041-16/+4
| * net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-281-1/+8
| * netpoll: remove return value from netpoll_rx_disable()dingtianhong2013-05-271-2/+1
* | 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/+1
* netpoll: fix smatch warnings in netpoll core codeNeil Horman2013-02-131-3/+7
* netpoll: cleanup sparse warningsNeil Horman2013-02-111-4/+8
* netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman2013-02-111-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-281-2/+4
* netpoll: use ipv6_addr_equal() to compare ipv6 addrCong Wang2013-01-281-3/+3
* netpoll: fix an uninitialized variableCong Wang2013-01-221-0/+1
* netpoll: fix a missing dev refcountingCong Wang2013-01-161-0/+1
* netpoll: fix a rtnl lock assertion failureCong Wang2013-01-161-14/+10
* netpoll: add IPv6 supportCong Wang2013-01-081-10/+236
* netpoll: prepare for ipv6Cong Wang2013-01-081-178/+224
OpenPOWER on IntegriCloud