summaryrefslogtreecommitdiff
path: root/net/core/netpoll.c
AgeCommit message (Expand)Author
2017-11-08netpoll: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-07-26netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke
2017-07-14netpoll: shut up a kernel warning on refcountWANG Cong
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-04-21netpoll: Check for skb->queue_mappingTushar Dave
2016-11-16netpoll: more efficient lockingEric Dumazet
2016-07-09net: tracepoint napi:napi_poll add work and budgetJesper Dangaard Brouer
2016-04-05Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas
2016-03-25netpoll: Fix extra refcount release in netpoll_cleanup()Bjorn Helgaas
2015-09-29netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck
2015-09-23netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman
2015-08-28netpoll: warn on netpoll_send_udp users who haven't disabled irqsNikolay Aleksandrov
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller
2014-07-08netpoll: fix use after freedavid decotigny
2014-04-01netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman
2014-03-29netpoll: Respect NETIF_F_LLTXEric W. Biederman
2014-03-29netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman
2014-03-29netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman
2014-03-29netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman
2014-03-27net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.cMonam Agarwal
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman
2014-03-17netpoll: Move all receive processing under CONFIG_NETPOLL_TRAPEric W. Biederman
2014-03-17netpoll: Consolidate neigh_tx processing in service_neigh_queueEric W. Biederman
2014-03-17netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAPEric W. Biederman
2014-03-17netpoll: Don't drop all received packets.Eric W. Biederman
2014-03-17netpoll: Add netpoll_rx_processingEric W. Biederman
2014-03-17netpoll: Warn if more packets are processed than are budgetedEric W. Biederman
2014-03-17netpoll: Visit all napi handlers in poll_napiEric W. Biederman
2014-03-17netpoll: Pass budget into poll_napiEric W. Biederman
2014-03-17netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_devEric W. Biederman
2014-02-06netpoll: fix netconsole IPv6 setupSabrina Dubroca
2014-01-21netpoll: Use ether_addr_copyJoe Perches
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-02netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller
2013-10-25netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli
2013-09-19netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov
2013-09-12netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-06-05net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko
2013-06-04netpoll: fix position of network headerAmerigo Wang
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman