1. 0ad646c tun: call dev_get_valid_name() before register_netdevice() by Cong Wang · 7 years ago
  2. 581fe0e net: orphan frags on stand-alone ptype in dev_queue_xmit_nit by Willem de Bruijn · 7 years ago
  3. 92dd545 net: change skb->mac_header when Generic XDP calls adjust_head by Edward Cree · 7 years ago
  4. bbbe211 net: rcu lock and preempt disable missing around generic xdp by John Fastabend · 7 years ago
  5. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  6. 25cc72a mlxsw: spectrum: Forbid linking to devices that have uppers by Ido Schimmel · 7 years ago
  7. 1e22391 net: missing call of trace_napi_poll in busy_poll_stop by Jesper Dangaard Brouer · 7 years ago
  8. 2facaad xdp: make generic xdp redirect use tracepoint trace_xdp_redirect by Jesper Dangaard Brouer · 7 years ago
  9. 7c49747 net: export some generic xdp helpers by Jason Wang · 7 years ago
  10. 9399122 net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx. by Tonghao Zhang · 7 years ago
  11. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  12. 8d63bee net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  13. 1f8b977 sock: enable MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  14. ae847f4 net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggled by Sabrina Dubroca · 7 years ago
  15. d764a12 net: add new netdevice feature for offload of RX port for UDP tunnels by Sabrina Dubroca · 7 years ago
  16. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. 7051b88 net: make dev_close and related functions void by stephen hemminger · 7 years ago
  18. d4c023f net: Remove references to NETIF_F_UFO in netdev_fix_features(). by David S. Miller · 8 years ago
  19. 6103aa9 net: implement XDP_REDIRECT for xdp generic by John Fastabend · 7 years ago
  20. d445516 net: xdp: support xdp generic on virtual devices by John Fastabend · 7 years ago
  21. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  22. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 8 years ago
  23. 9af9959 net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64 by Alban Browaeys · 8 years ago
  24. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  25. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. e44699d net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() by Michal Kubeček · 8 years ago
  27. 6f64ec7 net: prevent sign extension in dev_get_stats() by Eric Dumazet · 8 years ago
  28. ce158e5 xdp: add reporting of offload mode by Jakub Kicinski · 8 years ago
  29. ee5d032 xdp: add HW offload mode flag for installing programs by Jakub Kicinski · 8 years ago
  30. 32d6027 xdp: pass XDP flags into install handlers by Jakub Kicinski · 8 years ago
  31. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  32. fe420d8 net/core: remove explicit do_softirq() from busy_poll_stop() by Sebastian Siewior · 8 years ago
  33. 5b7c9a8 net: remove dst gc related code by Wei Wang · 8 years ago
  34. 5803869 net: Add IFLA_XDP_PROG_ID by Martin KaFai Lau · 8 years ago
  35. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  36. 97d8b6e net: rps: fix uninitialized symbol warning by Ashwanth Goli · 8 years ago
  37. 773fc8f net: rps: send out pending IPI's on CPU hotplug by ashwanth@codeaurora.org · 8 years ago
  38. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  39. c28294b net: don't call strlen on non-terminated string in dev_set_alias() by Alexander Potapenko · 8 years ago
  40. e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 8 years ago
  41. 3d3ea5a rtnl: Add support for netdev event to link messages by Vlad Yasevich · 8 years ago
  42. 90b602f net: add function to retrieve original skb device using NAPI ID by Miroslav Lichvar · 8 years ago
  43. 43c26a1 net: more accurate checksumming in validate_xmit_skb() by Davide Caratti · 8 years ago
  44. dba0030 net: use skb->csum_not_inet to identify packets needing crc32c by Davide Caratti · 8 years ago
  45. 219f1d79 sk_buff: remove support for csum_bad in sk_buff by Davide Caratti · 8 years ago
  46. b72b5bf net: introduce skb_crc32c_csum_help by Davide Caratti · 8 years ago
  47. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  48. d67b9cd xdp: refine xdp api with regards to generic xdp by Daniel Borkmann · 8 years ago
  49. 0489df9 xdp: add flag to enforce driver mode by Daniel Borkmann · 8 years ago
  50. f108304 treewide: convert PF_MEMALLOC manipulations to new helpers by Vlastimil Babka · 8 years ago
  51. da6bc57 net: use kvmalloc with __GFP_REPEAT rather than open coded variant by Michal Hocko · 8 years ago
  52. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  53. b5d6098 xdp: fix parameter kdoc for extack by Jakub Kicinski · 8 years ago
  54. 3527d3e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  55. ddf9f97 xdp: propagate extended ack to XDP setup by Jakub Kicinski · 8 years ago
  56. 0575c86 net: remove unnecessary carrier status check by Zhang Shengju · 8 years ago
  57. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  58. 9899886 net: core: Prevent from dereferencing null pointer when releasing SKB by Myungho Jung · 8 years ago
  59. b5cdae3 net: Generic XDP by David S. Miller · 8 years ago
  60. 6b633e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  61. 7acf8a1 Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning by Matthew Whitehead · 8 years ago
  62. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. f6e2711 net: Add a xfrm validate function to validate_xmit_skb by Steffen Klassert · 8 years ago
  64. df7dd8f net: xdp: don't export dev_change_xdp_fd() by Johannes Berg · 8 years ago
  65. 717a94b sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags() by NeilBrown · 8 years ago
  66. bf74b20 Revert "rtnl: Add support for netdev event to link messages" by David S. Miller · 8 years ago
  67. def1288 rtnl: Add support for netdev event to link messages by Vlad Yasevich · 8 years ago
  68. 7db6b04 net: Commonize busy polling code to focus on napi_id instead of socket by Sridhar Samudrala · 8 years ago
  69. 3705671 net: Track start of busy loop instead of when it should end by Alexander Duyck · 8 years ago
  70. 2b5cd0d net: Change return type of sk_busy_loop from bool to void by Alexander Duyck · 8 years ago
  71. 545cd5e net: Busy polling should ignore sender CPUs by Alexander Duyck · 8 years ago
  72. 37c343b net: Resend IGMP memberships upon peer notification. by Vlad Yasevich · 8 years ago
  73. 13baa00 net: net_enable_timestamp() can be called from irq contexts by Eric Dumazet · 8 years ago
  74. 39e6c82 net: solve a NAPI race by Eric Dumazet · 8 years ago
  75. 559c59b net: napi_watchdog() can use napi_schedule_irqoff() by Eric Dumazet · 8 years ago
  76. 99d5cee Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  77. 25393d3 net: Prepare gro for packet consuming gro callbacks by Steffen Klassert · 8 years ago
  78. 37fabbf net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY by Eric Dumazet · 8 years ago
  79. f4563a7 net: Fix checkpatch, Missing a blank line after declarations by tcharding · 8 years ago
  80. eb13da1 net: Fix checkpatch block comments warnings by tcharding · 8 years ago
  81. 643aa9c net: Fix checkpatch whitespace errors by tcharding · 8 years ago
  82. 722c9a0 net: Fix checkpatch WARNING: please, no space before tabs by tcharding · 8 years ago
  83. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  84. a8eca32 net: remove ndo_neigh_{construct, destroy} from stacked devices by Ido Schimmel · 8 years ago
  85. 02c1602 net: remove __napi_complete() by Eric Dumazet · 8 years ago
  86. 6e7bc47 net: skb_needs_check() accepts CHECKSUM_NONE for tx by Eric Dumazet · 8 years ago
  87. 79e7fff4 net: remove support for per driver ndo_busy_poll() by Eric Dumazet · 8 years ago
  88. 5fa8bbd net: use a work queue to defer net_disable_timestamp() work by Eric Dumazet · 8 years ago
  89. b2504a5 net: reduce skb_warn_bad_offload() noise by Eric Dumazet · 8 years ago
  90. 04cdf13 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  91. f991bb9 net: Drop secpath on free after gro merge. by Steffen Klassert · 8 years ago
  92. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  93. 1b7cd00 net: remove duplicate code. by Mahesh Bandewar · 8 years ago
  94. 7be2c82 net: fix harmonize_features() vs NETIF_F_HIGHDMA by Eric Dumazet · 8 years ago
  95. 738b35c net: core: Make netif_wake_subqueue a wrapper by Florian Fainelli · 8 years ago
  96. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  97. 7cfd5fd gro: use min_t() in skb_gro_reset_offset() by Eric Dumazet · 8 years ago
  98. 1272ce8 gro: Enter slow-path if there is no tailroom by Herbert Xu · 8 years ago
  99. 8dc07fd net-tc: convert tc_at to tc_at_ingress by Willem de Bruijn · 8 years ago
  100. a5135bc net-tc: convert tc_verd to integer bitfields by Willem de Bruijn · 8 years ago