summaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
Commit message (Expand)AuthorAgeFilesLines
* net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer2016-07-101-1/+1
* Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas2016-04-061-2/+1Star
* netpoll: Fix extra refcount release in netpoll_cleanup()Bjorn Helgaas2016-03-251-1/+2
* netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck2015-09-291-12/+11Star
* netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman2015-09-231-2/+8
* netpoll: warn on netpoll_send_udp users who haven't disabled irqsNikolay Aleksandrov2015-08-291-0/+2
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+1
* vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-211-3/+1Star
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-211-2/+2
* net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-021-1/+1
* net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-021-3/+1Star
* net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-301-1/+1
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-251-2/+1Star
* netpoll: fix use after freedavid decotigny2014-07-091-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/+1Star
* 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/+16Star
* 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/+6Star
* 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/+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