1. 4899542 Revert "bond: take rcu lock in netpoll_send_skb_on_dev" by David S. Miller · 6 years ago
  2. 6fe9487 bond: take rcu lock in netpoll_send_skb_on_dev by Dave Jones · 6 years ago
  3. c24498c netpoll: do not test NAPI_STATE_SCHED in poll_one_napi() by Eric Dumazet · 6 years ago
  4. ac3d9dd netpoll: make ndo_poll_controller() optional by Eric Dumazet · 6 years ago
  5. af07339 netpoll: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  6. 0c3a8f8 netpoll: Fix device name check in netpoll_setup() by Matthias Kaehlcke · 7 years ago
  7. 230cd12 netpoll: shut up a kernel warning on refcount by WANG Cong · 7 years ago
  8. 433cea4 net: convert netpoll_info.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  9. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  10. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  11. c70b17b7 netpoll: Check for skb->queue_mapping by Tushar Dave · 8 years ago
  12. 89c4b44 netpoll: more efficient locking by Eric Dumazet · 8 years ago
  13. 1db19db net: tracepoint napi:napi_poll add work and budget by Jesper Dangaard Brouer · 8 years ago
  14. 727ceaa Revert "netpoll: Fix extra refcount release in netpoll_cleanup()" by Bjorn Helgaas · 9 years ago
  15. 543e3a8 netpoll: Fix extra refcount release in netpoll_cleanup() by Bjorn Helgaas · 9 years ago
  16. 822d54b netpoll: Drop budget parameter from NAPI polling call hierarchy by Alexander Duyck · 9 years ago
  17. 2d8bff126 netpoll: Close race condition between poll_one_napi and napi_disable by Neil Horman · 9 years ago
  18. c9fd56b netpoll: warn on netpoll_send_udp users who haven't disabled irqs by Nikolay Aleksandrov · 9 years ago
  19. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  20. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  21. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  22. fa2dbdc net: Pass a "more" indication down into netdev_start_xmit() code paths. by David S. Miller · 10 years ago
  23. 10b3ad8 net: Do txq_trans_update() in netdev_start_xmit() by David S. Miller · 10 years ago
  24. 10c51b5623 net: add skb_get_tx_queue() helper by Daniel Borkmann · 10 years ago
  25. 4798248 net: Add ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  26. efa95b0 netpoll: fix use after free by david decotigny · 10 years ago
  27. b1586f0 netpoll: Use skb_irq_freeable to make zap_completion_queue safe. by Eric W. Biederman · 11 years ago
  28. 5efeac4 netpoll: Respect NETIF_F_LLTX by Eric W. Biederman · 11 years ago
  29. 080b3c1 netpoll: Remove strong unnecessary assumptions about skbs by Eric W. Biederman · 11 years ago
  30. 66b5552 netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable by Eric W. Biederman · 11 years ago
  31. 944e294 netpoll: Only call ndo_start_xmit from a single place by Eric W. Biederman · 11 years ago
  32. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 11 years ago
  33. fcb144b net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c by Monam Agarwal · 11 years ago
  34. 9c62a68 netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) by Eric W. Biederman · 11 years ago
  35. e1bd4d3 netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP by Eric W. Biederman · 11 years ago
  36. 18b3753 netpoll: Consolidate neigh_tx processing in service_neigh_queue by Eric W. Biederman · 11 years ago
  37. ad8d475 netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP by Eric W. Biederman · 11 years ago
  38. b6bacd5 netpoll: Don't drop all received packets. by Eric W. Biederman · 11 years ago
  39. ff60763 netpoll: Add netpoll_rx_processing by Eric W. Biederman · 11 years ago
  40. e97dc3f netpoll: Warn if more packets are processed than are budgeted by Eric W. Biederman · 11 years ago
  41. eb8143b netpoll: Visit all napi handlers in poll_napi by Eric W. Biederman · 11 years ago
  42. 9852fbe netpoll: Pass budget into poll_napi by Eric W. Biederman · 11 years ago
  43. b249b51 netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev by Eric W. Biederman · 11 years ago
  44. 00fe11b netpoll: fix netconsole IPv6 setup by Sabrina Dubroca · 11 years ago
  45. c62326a netpoll: Use ether_addr_copy by Joe Perches · 11 years ago
  46. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  47. aca5f58 netpoll: Fix missing TXQ unlock and and OOPS. by David S. Miller · 11 years ago
  48. 8fb479a netpoll: fix rx_hook() interface by passing the skb by Antonio Quartulli · 11 years ago
  49. d0fe8c88 netpoll: fix NULL pointer dereference in netpoll_cleanup by Nikolay Aleksandrov · 11 years ago
  50. b0dd663 netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply by Sonic Zhang · 11 years ago
  51. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  52. 4cd5773 net: core: move mac_pton() to lib/net_utils.c by Andy Shevchenko · 11 years ago
  53. 00f97da netpoll: fix position of network header by Amerigo Wang · 11 years ago
  54. 7cc4619 net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail by Simon Horman · 11 years ago
  55. da6e378 netpoll: remove return value from netpoll_rx_disable() by dingtianhong · 11 years ago
  56. a3dbbc2 netpoll: inverted down_trylock() test by Dan Carpenter · 12 years ago
  57. bd7c4b6 netpoll: convert mutex into a semaphore by Neil Horman · 12 years ago
  58. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  59. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  60. 7f9421c netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcu by Lai Jiangshan · 12 years ago
  61. 959d5fd netpoll: fix smatch warnings in netpoll core code by Neil Horman · 12 years ago
  62. 0790bbb netpoll: cleanup sparse warnings by Neil Horman · 12 years ago
  63. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 12 years ago
  64. ca99ca1 netpoll: protect napi_poll and poll_controller during dev_[open|close] by Neil Horman · 12 years ago
  65. 556e625 netpoll: use the net namespace of current process instead of init_net by Cong Wang · 12 years ago
  66. faeed82 netpoll: use ipv6_addr_equal() to compare ipv6 addr by Cong Wang · 12 years ago
  67. e39363a netpoll: fix an uninitialized variable by Cong Wang · 12 years ago
  68. 5bd30d3 netpoll: fix a missing dev refcounting by Cong Wang · 12 years ago
  69. f92d318 netpoll: fix a rtnl lock assertion failure by Cong Wang · 12 years ago
  70. b3d936f netpoll: add IPv6 support by Cong Wang · 12 years ago
  71. b7394d2 netpoll: prepare for ipv6 by Cong Wang · 12 years ago
  72. 49bd8fb netpoll: remove usage of dev->master by Jiri Pirko · 12 years ago
  73. a71258d net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  74. 4b5511e net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  75. 8c4c49d netpoll: call ->ndo_select_queue() in tx path by Amerigo Wang · 12 years ago
  76. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  77. ee13040 netpoll: provide an IP ident in UDP frames by Eric Dumazet · 12 years ago
  78. 072a9c4 netpoll: revert 6bdb7fe3104 and fix be_poll() instead by Amerigo Wang · 12 years ago
  79. 6bdb7fe netpoll: re-enable irq in poll_napi() by Amerigo Wang · 12 years ago
  80. 689971b netpoll: handle vlan tags in netpoll tx and rx path by Amerigo Wang · 12 years ago
  81. 2899656 netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev() by Amerigo Wang · 12 years ago
  82. 57c5d46 netpoll: take rcu_read_lock_bh() in netpoll_rx() by Amerigo Wang · 12 years ago
  83. 38e6bc1 netpoll: make __netpoll_cleanup non-block by Amerigo Wang · 12 years ago
  84. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  85. 30fdd8a0 netpoll: move np->dev and np->dev_name init into __netpoll_setup() by Jiri Pirko · 12 years ago
  86. 954fba0 netpoll: fix netpoll_send_udp() bugs by Eric Dumazet · 12 years ago
  87. 32efe08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  88. 58e05f3 netpoll: netpoll_poll_dev() should access dev->flags by Eric Dumazet · 13 years ago
  89. 6f70624 netpoll: Neaten MAX_SKB_SIZE macro by Joe Perches · 13 years ago
  90. e6ec26935 netpoll: Convert printks to np_<level> and add pr_fmt by Joe Perches · 13 years ago
  91. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  92. 73466498 net: Add queue state xoff flag for stack by Tom Herbert · 13 years ago
  93. ae64194 net: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  94. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  95. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  96. e9278a4 netpoll: fix incorrect access to skb data in __netpoll_rx by Eric Dumazet · 13 years ago
  97. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  98. 2a49e00 netpoll: Remove wrapper function netpoll_poll by Joe Perches · 13 years ago
  99. 234b921 netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev by Joe Perches · 13 years ago
  100. 83fe32d netpoll: call dev_put() on error in netpoll_setup() by Dan Carpenter · 13 years ago