1. 90b602f net: add function to retrieve original skb device using NAPI ID by Miroslav Lichvar · 8 years ago
  2. 43c26a1 net: more accurate checksumming in validate_xmit_skb() by Davide Caratti · 8 years ago
  3. 219f1d79 sk_buff: remove support for csum_bad in sk_buff by Davide Caratti · 8 years ago
  4. b72b5bf net: introduce skb_crc32c_csum_help by Davide Caratti · 8 years ago
  5. 0cd2950 net: make struct net_device::tx_queue_len unsigned int by Alexey Dobriyan · 8 years ago
  6. d67b9cd xdp: refine xdp api with regards to generic xdp by Daniel Borkmann · 8 years ago
  7. ddf9f97 xdp: propagate extended ack to XDP setup by Jakub Kicinski · 8 years ago
  8. 8ecbc40 net: update comment for netif_dormant() function by Zhang Shengju · 8 years ago
  9. 7acedaf net: move xdp_prog field in RX cache lines by Eric Dumazet · 8 years ago
  10. b5cdae3 net: Generic XDP by David S. Miller · 8 years ago
  11. 6b633e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  12. 7acf8a1 Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning by Matthew Whitehead · 8 years ago
  13. 5be6614 net: add netif_is_ovs_port helper by Jiri Pirko · 8 years ago
  14. d77e38e xfrm: Add an IPsec hardware offloading API by Steffen Klassert · 8 years ago
  15. c7ef8f0 net: Add ESP offload features by Steffen Klassert · 8 years ago
  16. d92be7a net: make struct net_device::min_header_len 8-bit by Alexey Dobriyan · 8 years ago
  17. 5b3dc2f net: neigh: make ->hh_len 32-bit by Alexey Dobriyan · 8 years ago
  18. c6e970a net: break include loop netdevice.h, dsa.h, devlink.h by Andrew Lunn · 8 years ago
  19. 56f36ac mqprio: Modify mqprio to pass user parameters via ndo_setup_tc. by Amritha Nambiar · 8 years ago
  20. 39e6c82 net: solve a NAPI race by Eric Dumazet · 8 years ago
  21. 99d5cee Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  22. 25393d3 net: Prepare gro for packet consuming gro callbacks by Steffen Klassert · 8 years ago
  23. 5f11416 net: Add a skb_gro_flush_final helper. by Steffen Klassert · 8 years ago
  24. fb585b4 net: make net_device members garp_port and mrp_port conditional by Tobias Klauser · 8 years ago
  25. 35eeacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. 217e6fa net: introduce device min_header_len by Willem de Bruijn · 8 years ago
  27. a8eca32 net: remove ndo_neigh_{construct, destroy} from stacked devices by Ido Schimmel · 8 years ago
  28. 02c1602 net: remove __napi_complete() by Eric Dumazet · 8 years ago
  29. 79e7fff4 net: remove support for per driver ndo_busy_poll() by Eric Dumazet · 8 years ago
  30. e216015 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  31. 1a2a144 net: fix ndo_features_check/ndo_fix_features comment ordering by Dimitris Michailidis · 8 years ago
  32. f617f27 net: implement netif_cond_dbg macro by Edward Cree · 8 years ago
  33. 6a4bc2b net: Fix ndo_setup_tc comment by Florian Fainelli · 8 years ago
  34. 4a7c972 net: Remove usage of net_device last_rx member by Tobias Klauser · 8 years ago
  35. 738b35c net: core: Make netif_wake_subqueue a wrapper by Florian Fainelli · 8 years ago
  36. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  37. 57ea52a gro: Disable frag0 optimization on IPv6 ext headers by Herbert Xu · 8 years ago
  38. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  39. 3d48b53 net: dev_weight: TX/RX orthogonality by Matthias Tafelmeier · 8 years ago
  40. 13bfff2 net: rfs: add a jump label by Eric Dumazet · 8 years ago
  41. 7091d8c net/sched: cls_flower: Add offload support using egress Hardware device by Hadar Hen Zion · 8 years ago
  42. 85de857 bpf, xdp: allow to pass flags to dev_change_xdp_fd by Daniel Borkmann · 8 years ago
  43. 5a717f4 netdevice: fix sparse warning for HARD_TX_LOCK by Michael S. Tsirkin · 8 years ago
  44. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  45. 3df5b3c net: Add net-device param to the get offloaded stats ndo by Or Gerlitz · 8 years ago
  46. 920c1cd netdevice.h: fix kernel-doc warning by Randy Dunlap · 8 years ago
  47. 89c4b44 netpoll: more efficient locking by Eric Dumazet · 8 years ago
  48. 364b605 net: busy-poll: return busypolling status to drivers by Eric Dumazet · 8 years ago
  49. 217f697 net: busy-poll: allow preemption in sk_busy_loop() by Eric Dumazet · 8 years ago
  50. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  51. 4e3264d bpf: Fix bpf_redirect to an ipip/ip6tnl dev by Martin KaFai Lau · 8 years ago
  52. 149d6ad net: napi_hash_add() is no longer exported by Eric Dumazet · 8 years ago
  53. 184c449 net: Add support for XPS with QoS via traffic classes by Alexander Duyck · 8 years ago
  54. 8d059b0 net: Add sysfs value to determine queue traffic class by Alexander Duyck · 8 years ago
  55. 9cf1f6a net: Move functions for configuring traffic classes out of inline headers by Alexander Duyck · 8 years ago
  56. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  57. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  58. e4961b0 net: core: Correctly iterate over lower adjacency list by Ido Schimmel · 8 years ago
  59. f1170fd net: Remove all_adj_list and its references by David Ahern · 8 years ago
  60. 1a3f060 net: Introduce new api for walking upper and lower devices by David Ahern · 8 years ago
  61. cf53b1d Revert "net: Add driver helper functions to determine checksum offloadability" by stephen hemminger · 8 years ago
  62. 61e8462 net: centralize net_device min/max MTU checking by Jarod Wilson · 8 years ago
  63. f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
  64. e3b37f1 netfilter: replace list_head with single linked list by Aaron Conole · 8 years ago
  65. 79aab09 net: Update API for VF vlan protocol 802.1ad support by Moshe Shemesh · 8 years ago
  66. 332ae8e net: cls_bpf: add hardware offload by Jakub Kicinski · 8 years ago
  67. 2c9d85d netdevice: Add offload statistics ndo by Nogah Frankel · 8 years ago
  68. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. 24b27fc bonding: Fix bonding crash by Mahesh Bandewar · 8 years ago
  70. d297653 rtnetlink: fdb dump: optimize by saving last interface markers by Roopa Prabhu · 8 years ago
  71. 6bc506b bridge: switchdev: Add forward mark support for stacked devices by Ido Schimmel · 8 years ago
  72. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  73. 952fcfd net: remove type_check from dev_get_nest_level() by Sabrina Dubroca · 8 years ago
  74. 59cc1f6 net: sched: convert qdisc linked list to hashtable by Jiri Kosina · 8 years ago
  75. b87f793 net/sched: Add match-all classifier hw offloading. by Yotam Gigi · 8 years ago
  76. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  77. a7862b4 net: add ndo to setup/query xdp prog in adapter rx by Brenden Blanco · 8 years ago
  78. 18d3df3 vlan: use a valid default mtu value for vlan over macsec by Paolo Abeni · 8 years ago
  79. 18bfb92 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 9 years ago
  80. 503eebc net: add dev arg to ndo_neigh_construct/destroy by Jiri Pirko · 9 years ago
  81. 7ce856a mlxsw: spectrum: Add couple of lower device helper functions by Jiri Pirko · 9 years ago
  82. 08294a2 net: introduce NETDEV_CHANGE_TX_QUEUE_LEN by Jason Wang · 9 years ago
  83. 1938ee1 net: Remove deprecated tunnel specific UDP offload functions by Alexander Duyck · 9 years ago
  84. 7c46a64 net: Merge VXLAN and GENEVE push notifiers into a single notifier by Alexander Duyck · 9 years ago
  85. f997c55 ipv6: introduce neighbour discovery ops by Alexander Aring · 9 years ago
  86. 8626a0c 6lowpan: add private neighbour data by Alexander Aring · 9 years ago
  87. 9986020 sched: remove NET_XMIT_POLICED by Florian Westphal · 9 years ago
  88. a70b506 bpf: enforce recursion limit on redirects by Daniel Borkmann · 9 years ago
  89. d3fff6c net: add netdev_lockdep_set_classes() helper by Eric Dumazet · 9 years ago
  90. 123b365 net: sched: fix missing doc annotations by Eric Dumazet · 9 years ago
  91. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 9 years ago
  92. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 9 years ago
  93. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 9 years ago
  94. c94987e bpf: move bpf_jit_enable declaration by Daniel Borkmann · 9 years ago
  95. 74b2058 net: l3mdev: Add hook in ip and ipv6 by David Ahern · 9 years ago
  96. 9b36627 net: remove dev->trans_start by Florian Westphal · 9 years ago
  97. ba162f8 netdevice: add helper to update trans_start by Florian Westphal · 9 years ago
  98. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  99. c0ef079 netdevice: shrink size of struct netdev_queue by Florian Westphal · 9 years ago
  100. f4b05d2 net: constify is_skb_forwardable's arguments by Nikolay Aleksandrov · 9 years ago