1. 7e2c3ae net: also make sch_handle_egress() drop monitor ready by Daniel Borkmann · 8 years ago
  2. 74b2058 net: l3mdev: Add hook in ip and ipv6 by David Ahern · 8 years ago
  3. 8a3a4c6 net: make sch_handle_ingress() drop monitor ready by Eric Dumazet · 8 years ago
  4. b1dc497 net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO by Alexander Duyck · 8 years ago
  5. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. 996e802 net: Disable segmentation if checksumming is not supported by Alexander Duyck · 8 years ago
  7. f4b05d2 net: constify is_skb_forwardable's arguments by Nikolay Aleksandrov · 8 years ago
  8. 3df97ba tuntap: calculate rps hash only when needed by Jason Wang · 8 years ago
  9. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  10. 7f348a6 net: Add support for IP ID mangling TSO in cases that require encapsulation by Alexander Duyck · 8 years ago
  11. d21fd63 net: validate_xmit_skb() changes by Eric Dumazet · 8 years ago
  12. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 8 years ago
  13. 1530545 GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values by Alexander Duyck · 8 years ago
  14. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 8 years ago
  15. 743b03a net: remove netdevice gso_min_segs by Eric Dumazet · 8 years ago
  16. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  17. a0ca153 GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU by Alexander Duyck · 8 years ago
  18. 4da46ce net/core/dev: Warn on a too-short GRO frame by Aaron Conole · 8 years ago
  19. ed49e65 net: add description for len argument of dev_get_phys_port_name by Luis de Bethencourt · 8 years ago
  20. fac8e0f tunnels: Don't apply GRO to multiple layers of encapsulation. by Jesse Gross · 8 years ago
  21. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  22. cfdd28b net: make netdev_for_each_lower_dev safe for device removal by Nikolay Aleksandrov · 8 years ago
  23. a813104 IFF_NO_QUEUE: Fix for drivers not calling ether_setup() by Phil Sutter · 8 years ago
  24. 15fad71 net: bulk free SKBs that were delay free'ed due to IRQ context by Jesper Dangaard Brouer · 8 years ago
  25. 795bb1c net: bulk free infrastructure for NAPI context, use napi_consume_skb by Jesper Dangaard Brouer · 8 years ago
  26. 6e7333d net: add rx_nohandler stat counter by Jarod Wilson · 8 years ago
  27. 9256645 net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64 by Jarod Wilson · 8 years ago
  28. ce87fc6 gro: Make GRO aware of lightweight tunnels. by Jesse Gross · 9 years ago
  29. 9207f9d net: preserve IP control block during GSO segmentation by Konstantin Khlebnikov · 9 years ago
  30. 1f211a1 net, sched: add clsact qdisc by Daniel Borkmann · 9 years ago
  31. 6ae23ad net: Add driver helper functions to determine checksum offloadability by Tom Herbert · 9 years ago
  32. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 9 years ago
  33. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  34. 2a56a1f net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct by Tejun Heo · 9 years ago
  35. b618aaa net: constify netif_is_* helpers net_device param by Jiri Pirko · 9 years ago
  36. 04d4826 net: introduce change lower state notifier by Jiri Pirko · 9 years ago
  37. 29bf24a net: add possibility to pass information about upper device via notifier by Jiri Pirko · 9 years ago
  38. 6dffb04 net: propagate upper priv via netdev_master_upper_dev_link by Jiri Pirko · 9 years ago
  39. b03804e net: Check CHANGEUPPER notifier return value by Ido Schimmel · 9 years ago
  40. e2f9dc3 net: avoid NULL deref in napi_get_frags() by Eric Dumazet · 9 years ago
  41. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  42. 34cbe27 net: napi_hash_del() returns a boolean status by Eric Dumazet · 9 years ago
  43. 6180d9d net: move napi_hash[] into read mostly section by Eric Dumazet · 9 years ago
  44. d64b5e8 net: add netif_tx_napi_add() by Eric Dumazet · 9 years ago
  45. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  46. ce6aea9 net: network drivers no longer need to implement ndo_busy_poll() by Eric Dumazet · 9 years ago
  47. 2a028ec net: allow BH servicing in sk_busy_loop() by Eric Dumazet · 9 years ago
  48. 02d62e8 net: un-inline sk_busy_loop() by Eric Dumazet · 9 years ago
  49. 52bd2d6 net: better skb->sender_cpu and skb->napi_id cohabitation by Eric Dumazet · 9 years ago
  50. 17b85d2 net/core: revert "net: fix __netdev_update_features return.." and add comment by Nikolay Aleksandrov · 9 years ago
  51. 88ad417 net/core: use netdev name in warning if no parent by Bjørn Mork · 9 years ago
  52. 00ee592 net: fix __netdev_update_features return on ndo_set_features failure by Nikolay Aleksandrov · 9 years ago
  53. 5f8dc33 net: fix feature changes on devices without ndo_set_features by Nikolay Aleksandrov · 9 years ago
  54. e7868a8 net/core: ensure features get disabled on new lower devs by Jarod Wilson · 9 years ago
  55. 5ba3f7d net/core: fix for_each_netdev_feature by Jarod Wilson · 9 years ago
  56. fd867d5 net/core: generic support for disabling netdev features down stack by Jarod Wilson · 9 years ago
  57. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  59. 573c7ba net: introduce pre-change upper device notifier by Jiri Pirko · 9 years ago
  60. 004a5d0 net: use sk_fullsock() in __netdev_pick_tx() by Eric Dumazet · 9 years ago
  61. 4963ed4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  62. 6ea29da net: remove unused argument of __netdev_find_adj() by Michal Kubeček · 9 years ago
  63. 2d8bff1 netpoll: Close race condition between poll_one_napi and napi_disable by Neil Horman · 9 years ago
  64. 27b29f6 bpf: add bpf_redirect() helper by Alexei Starovoitov · 9 years ago
  65. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  66. 04eb448 bridge: Add br_netif_receive_skb remove netif_receive_skb_sk by Eric W. Biederman · 9 years ago
  67. 2b4aa3c net: Remove dev_queue_xmit_sk by Eric W. Biederman · 9 years ago
  68. f84bb1e net: fix IFF_NO_QUEUE for drivers using alloc_netdev by Phil Sutter · 9 years ago
  69. 0e4ead9 net: introduce change upper device notifier change info by Jiri Pirko · 9 years ago
  70. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  71. 906470c net: warn if drivers set tx_queue_len = 0 by Phil Sutter · 9 years ago
  72. b469139 dev: Spelling fix in comments by subashab@codeaurora.org · 9 years ago
  73. f38a9eb dst: Metadata destinations by Thomas Graf · 9 years ago
  74. 0c4f691 net: don't reforward packets already forwarded by offload device by Scott Feldman · 9 years ago
  75. d746d70 net core: Add protodown support. by Anuradha Karuppiah · 9 years ago
  76. 638d3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  77. 2c17d27 net: call rcu_read_lock early in process_backlog by Julian Anastasov · 9 years ago
  78. e9e4dd3 net: do not process device backlog during unregistration by Julian Anastasov · 9 years ago
  79. 95ec655 Revert "dev: set iflink to 0 for virtual interfaces" by Nicolas Dichtel · 9 years ago
  80. d339727 net: graceful exit from netif_alloc_netdev_queues() by Eric Dumazet · 9 years ago
  81. 24ea591 net: sched: extend percpu stats helpers by Eric Dumazet · 9 years ago
  82. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  83. bbbf2df net: replace last open coded skb_orphan_frags with function call by Willem de Bruijn · 9 years ago
  84. bdef7de net: Add priority to packet_offload objects. by David S. Miller · 9 years ago
  85. e7582ba net: dev: reduce both ingress hook ifdefs by Daniel Borkmann · 9 years ago
  86. 3365495 net: core: set qdisc pkt len before tc_classify by Florian Westphal · 9 years ago
  87. e687ad6 netfilter: add netfilter ingress hook after handle_ing() under unique static key by Pablo Neira · 9 years ago
  88. 1cf51900 net: add CONFIG_NET_INGRESS to enable ingress filtering by Pablo Neira · 9 years ago
  89. 638b2a6 net: move netdev_pick_tx and dependencies to net/core/dev.c by Jiri Pirko · 9 years ago
  90. 5605c76 net: move __skb_tx_hash to dev.c by Jiri Pirko · 9 years ago
  91. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  92. a202924 net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue() by Denys Vlasenko · 9 years ago
  93. d2788d3 net: sched: further simplify handle_ing by Daniel Borkmann · 9 years ago
  94. c9e99fd net: sched: consolidate handle_ing and ing_filter by Daniel Borkmann · 9 years ago
  95. d66bf7d net: core: Correct an over-stringent device loop detection. by Vlad Yasevich · 9 years ago
  96. c19ae86 tc: remove unused redirect ttl by Jamal Hadi Salim · 9 years ago
  97. 087c1a6 net: sched: run ingress qdisc without locks by Alexei Starovoitov · 9 years ago
  98. a31196b net: rfs: fix crash in get_rps_cpus() by Eric Dumazet · 9 years ago
  99. 8b86a61 net: remove unused 'dev' argument from netif_needs_gso() by Johannes Berg · 9 years ago
  100. 4577139 net: use jump label patching for ingress qdisc in __netif_receive_skb_core by Daniel Borkmann · 9 years ago