aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/netpoll.c
Commit message (Expand)AuthorAge
* net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov2018-11-05
* netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-19
* Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller2018-10-19
* bond: take rcu lock in netpoll_send_skb_on_devDave Jones2018-10-02
* netpoll: do not test NAPI_STATE_SCHED in poll_one_napi()Eric Dumazet2018-09-28
* netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-24
* netpoll: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-08
* netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke2017-07-26
* netpoll: shut up a kernel warning on refcountWANG Cong2017-07-14
* net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-01
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* netpoll: Check for skb->queue_mappingTushar Dave2017-04-21
* netpoll: more efficient lockingEric Dumazet2016-11-16
* net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer2016-07-09
* Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas2016-04-05
* netpoll: Fix extra refcount release in netpoll_cleanup()Bjorn Helgaas2016-03-25
* netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck2015-09-29
* netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman2015-09-23
* netpoll: warn on netpoll_send_udp users who haven't disabled irqsNikolay Aleksandrov2015-08-28
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
* vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-21
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-21
* net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-01
* net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-01
* net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-29
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-25
* netpoll: fix use after freedavid decotigny2014-07-08
* netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman2014-04-01
* netpoll: Respect NETIF_F_LLTXEric W. Biederman2014-03-29
* netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman2014-03-29
* netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman2014-03-29
* netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman2014-03-29
* netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman2014-03-29
* net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.cMonam Agarwal2014-03-27
* netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman2014-03-17
* netpoll: Move all receive processing under CONFIG_NETPOLL_TRAPEric W. Biederman2014-03-17
* netpoll: Consolidate neigh_tx processing in service_neigh_queueEric W. Biederman2014-03-17
* netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAPEric W. Biederman2014-03-17
* netpoll: Don't drop all received packets.Eric W. Biederman2014-03-17
* netpoll: Add netpoll_rx_processingEric W. Biederman2014-03-17
* netpoll: Warn if more packets are processed than are budgetedEric W. Biederman2014-03-17
* netpoll: Visit all napi handlers in poll_napiEric W. Biederman2014-03-17
* netpoll: Pass budget into poll_napiEric W. Biederman2014-03-17
* netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_devEric W. Biederman2014-03-17
* netpoll: fix netconsole IPv6 setupSabrina Dubroca2014-02-07
* netpoll: Use ether_addr_copyJoe Perches2014-01-21
* net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-10
* netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller2014-01-02
* netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli2013-10-25