1. 5fa5ae6 netpoll: add net device refcount tracker to struct netpoll by Eric Dumazet · 3 years, 1 month ago
  2. 4cad671 Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 6 months ago
  3. b0f6c9a netpoll: don't require irqs disabled in rt kernels by Wander Lairson Costa · 3 years, 7 months ago
  4. e3e2207 netpoll: avoid put_unaligned() on single character by Arnd Bergmann · 3 years, 8 months ago
  5. ea92000 Revert "net: Have netpoll bring-up DSA management interface" by Vladimir Oltean · 3 years, 11 months ago
  6. 1532b97 net: Have netpoll bring-up DSA management interface by Florian Fainelli · 4 years, 1 month ago
  7. 5251ef8 net: make sure napi_list is safe for RCU traversal by Jakub Kicinski · 4 years, 4 months ago
  8. 96e97bc net: disable netpoll on fresh napis by Jakub Kicinski · 4 years, 4 months ago
  9. f78ed22 netpoll: accept NULL np argument in netpoll_send_skb() by Eric Dumazet · 4 years, 8 months ago
  10. 1ddabdf netpoll: netpoll_send_skb() returns transmit status by Eric Dumazet · 4 years, 8 months ago
  11. fb1eee4 netpoll: move netpoll_send_skb() out of line by Eric Dumazet · 4 years, 8 months ago
  12. 307f660 netpoll: remove dev argument from netpoll_send_skb_on_dev() by Eric Dumazet · 4 years, 8 months ago
  13. a54776f netpoll: Fix use correct return type for ndo_start_xmit() by Yunjian Wang · 4 years, 8 months ago
  14. 2c1644c net: fix skb use after free in netpoll by Feng Sun · 5 years ago
  15. 2638eb8b net: ipv4: provide __rcu annotation for ifa_list by Florian Westphal · 6 years ago
  16. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  17. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  18. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  19. 4bd97d5 net: dev: rename queue selection helpers. by Paolo Abeni · 6 years ago
  20. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  21. 00f54e6 net: core: dev: Add extack argument to dev_open() by Petr Machata · 6 years ago
  22. 4bbfd74 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  23. 5da54c18 net/core: Replace call_rcu_bh() and synchronize_rcu_bh() by Paul E. McKenney · 6 years ago
  24. d016b4a net: core: netpoll: Enable netconsole IPv6 link local address by Matwey V. Kornilov · 6 years ago
  25. c9fbd71 netpoll: allow cleanup to be synchronous by Debabrata Banerjee · 6 years ago
  26. 4899542 Revert "bond: take rcu lock in netpoll_send_skb_on_dev" by David S. Miller · 6 years ago
  27. 6fe9487 bond: take rcu lock in netpoll_send_skb_on_dev by Dave Jones · 6 years ago
  28. c24498c netpoll: do not test NAPI_STATE_SCHED in poll_one_napi() by Eric Dumazet · 6 years ago
  29. ac3d9dd netpoll: make ndo_poll_controller() optional by Eric Dumazet · 6 years ago
  30. af07339 netpoll: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  31. 0c3a8f8 netpoll: Fix device name check in netpoll_setup() by Matthias Kaehlcke · 7 years ago
  32. 230cd12 netpoll: shut up a kernel warning on refcount by WANG Cong · 7 years ago
  33. 433cea4 net: convert netpoll_info.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  34. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  35. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  36. c70b17b7 netpoll: Check for skb->queue_mapping by Tushar Dave · 8 years ago
  37. 89c4b44 netpoll: more efficient locking by Eric Dumazet · 8 years ago
  38. 1db19db net: tracepoint napi:napi_poll add work and budget by Jesper Dangaard Brouer · 8 years ago
  39. 727ceaa Revert "netpoll: Fix extra refcount release in netpoll_cleanup()" by Bjorn Helgaas · 9 years ago
  40. 543e3a8 netpoll: Fix extra refcount release in netpoll_cleanup() by Bjorn Helgaas · 9 years ago
  41. 822d54b netpoll: Drop budget parameter from NAPI polling call hierarchy by Alexander Duyck · 9 years ago
  42. 2d8bff126 netpoll: Close race condition between poll_one_napi and napi_disable by Neil Horman · 9 years ago
  43. c9fd56b netpoll: warn on netpoll_send_udp users who haven't disabled irqs by Nikolay Aleksandrov · 9 years ago
  44. df8a39de net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  45. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  46. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  47. fa2dbdc2 net: Pass a "more" indication down into netdev_start_xmit() code paths. by David S. Miller · 10 years ago
  48. 10b3ad8 net: Do txq_trans_update() in netdev_start_xmit() by David S. Miller · 10 years ago
  49. 10c51b5623 net: add skb_get_tx_queue() helper by Daniel Borkmann · 10 years ago
  50. 4798248 net: Add ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  51. efa95b0 netpoll: fix use after free by david decotigny · 10 years ago
  52. b1586f0 netpoll: Use skb_irq_freeable to make zap_completion_queue safe. by Eric W. Biederman · 11 years ago
  53. 5efeac4 netpoll: Respect NETIF_F_LLTX by Eric W. Biederman · 11 years ago
  54. 080b3c1 netpoll: Remove strong unnecessary assumptions about skbs by Eric W. Biederman · 11 years ago
  55. 66b5552 netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable by Eric W. Biederman · 11 years ago
  56. 944e294 netpoll: Only call ndo_start_xmit from a single place by Eric W. Biederman · 11 years ago
  57. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 11 years ago
  58. fcb144b net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c by Monam Agarwal · 11 years ago
  59. 9c62a68 netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) by Eric W. Biederman · 11 years ago
  60. e1bd4d3 netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP by Eric W. Biederman · 11 years ago
  61. 18b3753 netpoll: Consolidate neigh_tx processing in service_neigh_queue by Eric W. Biederman · 11 years ago
  62. ad8d475 netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP by Eric W. Biederman · 11 years ago
  63. b6bacd5 netpoll: Don't drop all received packets. by Eric W. Biederman · 11 years ago
  64. ff60763 netpoll: Add netpoll_rx_processing by Eric W. Biederman · 11 years ago
  65. e97dc3f netpoll: Warn if more packets are processed than are budgeted by Eric W. Biederman · 11 years ago
  66. eb8143b netpoll: Visit all napi handlers in poll_napi by Eric W. Biederman · 11 years ago
  67. 9852fbe netpoll: Pass budget into poll_napi by Eric W. Biederman · 11 years ago
  68. b249b51 netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev by Eric W. Biederman · 11 years ago
  69. 00fe11b netpoll: fix netconsole IPv6 setup by Sabrina Dubroca · 11 years ago
  70. c62326a netpoll: Use ether_addr_copy by Joe Perches · 11 years ago
  71. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  72. aca5f58 netpoll: Fix missing TXQ unlock and and OOPS. by David S. Miller · 11 years ago
  73. 8fb479a netpoll: fix rx_hook() interface by passing the skb by Antonio Quartulli · 11 years ago
  74. d0fe8c88 netpoll: fix NULL pointer dereference in netpoll_cleanup by Nikolay Aleksandrov · 11 years ago
  75. b0dd663 netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply by Sonic Zhang · 11 years ago
  76. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  77. 4cd5773 net: core: move mac_pton() to lib/net_utils.c by Andy Shevchenko · 12 years ago
  78. 00f97da netpoll: fix position of network header by Amerigo Wang · 12 years ago
  79. 7cc4619 net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail by Simon Horman · 12 years ago
  80. da6e378 netpoll: remove return value from netpoll_rx_disable() by dingtianhong · 12 years ago
  81. a3dbbc2 netpoll: inverted down_trylock() test by Dan Carpenter · 12 years ago
  82. bd7c4b6 netpoll: convert mutex into a semaphore by Neil Horman · 12 years ago
  83. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  84. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  85. 7f9421c netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcu by Lai Jiangshan · 12 years ago
  86. 959d5fd netpoll: fix smatch warnings in netpoll core code by Neil Horman · 12 years ago
  87. 0790bbb netpoll: cleanup sparse warnings by Neil Horman · 12 years ago
  88. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 12 years ago
  89. ca99ca1 netpoll: protect napi_poll and poll_controller during dev_[open|close] by Neil Horman · 12 years ago
  90. 556e625 netpoll: use the net namespace of current process instead of init_net by Cong Wang · 12 years ago
  91. faeed82 netpoll: use ipv6_addr_equal() to compare ipv6 addr by Cong Wang · 12 years ago
  92. e39363a netpoll: fix an uninitialized variable by Cong Wang · 12 years ago
  93. 5bd30d3 netpoll: fix a missing dev refcounting by Cong Wang · 12 years ago
  94. f92d318 netpoll: fix a rtnl lock assertion failure by Cong Wang · 12 years ago
  95. b3d936f3 netpoll: add IPv6 support by Cong Wang · 12 years ago
  96. b7394d2 netpoll: prepare for ipv6 by Cong Wang · 12 years ago
  97. 49bd8fb netpoll: remove usage of dev->master by Jiri Pirko · 12 years ago
  98. a71258d net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  99. 4b5511e net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  100. 8c4c49d netpoll: call ->ndo_select_queue() in tx path by Amerigo Wang · 12 years ago