summaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
Commit message (Expand)AuthorAgeFilesLines
* netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-191-16/+5
* Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller2018-10-191-2/+0
* bond: take rcu lock in netpoll_send_skb_on_devDave Jones2018-10-011-0/+2
* netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet2018-09-281-19/+1
* netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-231-12/+7
* netpoll: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-1/+1
* netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke2017-07-261-1/+1
* netpoll: shut up a kernel warning on refcountWANG Cong2017-07-141-1/+1
* net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* netpoll: Check for skb->queue_mappingTushar Dave2017-04-211-2/+8
* netpoll: more efficient lockingEric Dumazet2016-11-161-3/+3
* net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer2016-07-091-1/+1
* Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas2016-04-051-2/+1
* 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/+11
* 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-281-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/+1
* 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-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
OpenPOWER on IntegriCloud