summaryrefslogtreecommitdiff
path: root/net/core/netpoll.c
AgeCommit message (Expand)Author
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
2013-05-27netpoll: remove return value from netpoll_rx_disable()dingtianhong
2013-05-06netpoll: inverted down_trylock() testDan Carpenter
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-17netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcuLai Jiangshan
2013-02-13netpoll: fix smatch warnings in netpoll core codeNeil Horman
2013-02-11netpoll: cleanup sparse warningsNeil Horman
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman
2013-02-06netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman
2013-01-28netpoll: use the net namespace of current process instead of init_netCong Wang
2013-01-28netpoll: use ipv6_addr_equal() to compare ipv6 addrCong Wang
2013-01-22netpoll: fix an uninitialized variableCong Wang
2013-01-16netpoll: fix a missing dev refcountingCong Wang
2013-01-16netpoll: fix a rtnl lock assertion failureCong Wang
2013-01-08netpoll: add IPv6 supportCong Wang
2013-01-08netpoll: prepare for ipv6Cong Wang
2013-01-04netpoll: remove usage of dev->masterJiri Pirko
2012-12-11net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller