1. 48a70be net: skb_needs_check() accepts CHECKSUM_NONE for tx by Eric Dumazet · 7 years ago
  2. 26d01aa net: reduce skb_warn_bad_offload() noise by Eric Dumazet · 7 years ago
  3. 05e165e net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64 by Alban Browaeys · 7 years ago
  4. 0673280 net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() by Michal Kubeček · 7 years ago
  5. 3f04c32 net: prevent sign extension in dev_get_stats() by Eric Dumazet · 7 years ago
  6. d2f459e net: don't call strlen on non-terminated string in dev_set_alias() by Alexander Potapenko · 7 years ago
  7. 3d87dce net: net_enable_timestamp() can be called from irq contexts by Eric Dumazet · 7 years ago
  8. d5b6fd7 net: use a work queue to defer net_disable_timestamp() work by Eric Dumazet · 7 years ago
  9. 948e137 net: fix harmonize_features() vs NETIF_F_HIGHDMA by Eric Dumazet · 7 years ago
  10. 934ca01 gro: use min_t() in skb_gro_reset_offset() by Eric Dumazet · 7 years ago
  11. ec0fdcb8 gro: Enter slow-path if there is no tailroom by Herbert Xu · 7 years ago
  12. 4e3264d bpf: Fix bpf_redirect to an ipip/ip6tnl dev by Martin KaFai Lau · 8 years ago
  13. 4f2e4ad net: mangle zero checksum in skb_checksum_help() by Eric Dumazet · 8 years ago
  14. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  15. 104ba78 packet: on direct_xmit, limit tso and csum to supported devices by Willem de Bruijn · 8 years ago
  16. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  17. e4961b0 net: core: Correctly iterate over lower adjacency list by Ido Schimmel · 8 years ago
  18. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  19. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 8 years ago
  20. 9340903 net: Add netdev all_adj_list refcnt propagation to fix panic by Andrew Collins · 8 years ago
  21. f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
  22. 2c1e270 netfilter: call nf_hook_ingress with rcu_read_lock by Aaron Conole · 8 years ago
  23. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  24. 181402a net: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  25. 24b27fc bonding: Fix bonding crash by Mahesh Bandewar · 8 years ago
  26. 4185249 net: batch calls to flush_all_backlogs() by Eric Dumazet · 8 years ago
  27. 6bc506b bridge: switchdev: Add forward mark support for stacked devices by Ido Schimmel · 8 years ago
  28. 145dd5f net: flush the softnet backlog in process context by Paolo Abeni · 8 years ago
  29. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  30. 952fcfd net: remove type_check from dev_get_nest_level() by Sabrina Dubroca · 8 years ago
  31. 59cc1f6 net: sched: convert qdisc linked list to hashtable by Jiri Kosina · 8 years ago
  32. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  33. a7862b4 net: add ndo to setup/query xdp prog in adapter rx by Brenden Blanco · 8 years ago
  34. 1db19db net: tracepoint napi:napi_poll add work and budget by Jesper Dangaard Brouer · 8 years ago
  35. 18bfb924 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 8 years ago
  36. 7ce856a mlxsw: spectrum: Add couple of lower device helper functions by Jiri Pirko · 8 years ago
  37. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 8 years ago
  38. be4da0e net: the space is required after ',' by Wei Tang · 8 years ago
  39. 84d15ae net: do not initialise statics to 0 by Wei Tang · 8 years ago
  40. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  41. a70b506 bpf: enforce recursion limit on redirects by Daniel Borkmann · 8 years ago
  42. 40e4e71 net: Reduce queue allocation to one in kdump kernel by Hariprasad Shenai · 8 years ago
  43. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 8 years ago
  44. 3bcb846 net: get rid of spin_trylock() in net_tx_action() by Eric Dumazet · 8 years ago
  45. 7e2c3ae net: also make sch_handle_egress() drop monitor ready by Daniel Borkmann · 8 years ago
  46. 74b2058 net: l3mdev: Add hook in ip and ipv6 by David Ahern · 8 years ago
  47. 8a3a4c6 net: make sch_handle_ingress() drop monitor ready by Eric Dumazet · 8 years ago
  48. b1dc497 net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO by Alexander Duyck · 8 years ago
  49. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  50. 996e802 net: Disable segmentation if checksumming is not supported by Alexander Duyck · 8 years ago
  51. f4b05d2 net: constify is_skb_forwardable's arguments by Nikolay Aleksandrov · 8 years ago
  52. 3df97ba tuntap: calculate rps hash only when needed by Jason Wang · 8 years ago
  53. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  54. 7f348a6 net: Add support for IP ID mangling TSO in cases that require encapsulation by Alexander Duyck · 8 years ago
  55. d21fd63 net: validate_xmit_skb() changes by Eric Dumazet · 8 years ago
  56. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 8 years ago
  57. 1530545 GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values by Alexander Duyck · 8 years ago
  58. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 8 years ago
  59. 743b03a net: remove netdevice gso_min_segs by Eric Dumazet · 8 years ago
  60. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. a0ca153 GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU by Alexander Duyck · 8 years ago
  62. 4da46ce net/core/dev: Warn on a too-short GRO frame by Aaron Conole · 8 years ago
  63. ed49e65 net: add description for len argument of dev_get_phys_port_name by Luis de Bethencourt · 8 years ago
  64. fac8e0f tunnels: Don't apply GRO to multiple layers of encapsulation. by Jesse Gross · 8 years ago
  65. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. cfdd28b net: make netdev_for_each_lower_dev safe for device removal by Nikolay Aleksandrov · 8 years ago
  67. a813104 IFF_NO_QUEUE: Fix for drivers not calling ether_setup() by Phil Sutter · 8 years ago
  68. 15fad71 net: bulk free SKBs that were delay free'ed due to IRQ context by Jesper Dangaard Brouer · 8 years ago
  69. 795bb1c net: bulk free infrastructure for NAPI context, use napi_consume_skb by Jesper Dangaard Brouer · 8 years ago
  70. 6e7333d net: add rx_nohandler stat counter by Jarod Wilson · 8 years ago
  71. 9256645 net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64 by Jarod Wilson · 8 years ago
  72. ce87fc6 gro: Make GRO aware of lightweight tunnels. by Jesse Gross · 8 years ago
  73. 9207f9d net: preserve IP control block during GSO segmentation by Konstantin Khlebnikov · 8 years ago
  74. 1f211a1 net, sched: add clsact qdisc by Daniel Borkmann · 8 years ago
  75. 6ae23ad net: Add driver helper functions to determine checksum offloadability by Tom Herbert · 8 years ago
  76. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 8 years ago
  77. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 8 years ago
  78. 2a56a1f net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct by Tejun Heo · 8 years ago
  79. b618aaa net: constify netif_is_* helpers net_device param by Jiri Pirko · 9 years ago
  80. 04d4826 net: introduce change lower state notifier by Jiri Pirko · 9 years ago
  81. 29bf24a net: add possibility to pass information about upper device via notifier by Jiri Pirko · 9 years ago
  82. 6dffb04 net: propagate upper priv via netdev_master_upper_dev_link by Jiri Pirko · 9 years ago
  83. b03804e net: Check CHANGEUPPER notifier return value by Ido Schimmel · 9 years ago
  84. e2f9dc3 net: avoid NULL deref in napi_get_frags() by Eric Dumazet · 9 years ago
  85. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  86. 34cbe27 net: napi_hash_del() returns a boolean status by Eric Dumazet · 9 years ago
  87. 6180d9d net: move napi_hash[] into read mostly section by Eric Dumazet · 9 years ago
  88. d64b5e8 net: add netif_tx_napi_add() by Eric Dumazet · 9 years ago
  89. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  90. ce6aea9 net: network drivers no longer need to implement ndo_busy_poll() by Eric Dumazet · 9 years ago
  91. 2a028ec net: allow BH servicing in sk_busy_loop() by Eric Dumazet · 9 years ago
  92. 02d62e8 net: un-inline sk_busy_loop() by Eric Dumazet · 9 years ago
  93. 52bd2d6 net: better skb->sender_cpu and skb->napi_id cohabitation by Eric Dumazet · 9 years ago
  94. 17b85d2 net/core: revert "net: fix __netdev_update_features return.." and add comment by Nikolay Aleksandrov · 9 years ago
  95. 88ad417 net/core: use netdev name in warning if no parent by Bjørn Mork · 9 years ago
  96. 00ee592 net: fix __netdev_update_features return on ndo_set_features failure by Nikolay Aleksandrov · 9 years ago
  97. 5f8dc33 net: fix feature changes on devices without ndo_set_features by Nikolay Aleksandrov · 9 years ago
  98. e7868a8 net/core: ensure features get disabled on new lower devs by Jarod Wilson · 9 years ago
  99. 5ba3f7d net/core: fix for_each_netdev_feature by Jarod Wilson · 9 years ago
  100. fd867d5 net/core: generic support for disabling netdev features down stack by Jarod Wilson · 9 years ago