1. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  2. bbbf2df net: replace last open coded skb_orphan_frags with function call by Willem de Bruijn · 9 years ago
  3. bdef7de net: Add priority to packet_offload objects. by David S. Miller · 9 years ago
  4. e7582ba net: dev: reduce both ingress hook ifdefs by Daniel Borkmann · 9 years ago
  5. 3365495 net: core: set qdisc pkt len before tc_classify by Florian Westphal · 9 years ago
  6. e687ad6 netfilter: add netfilter ingress hook after handle_ing() under unique static key by Pablo Neira · 9 years ago
  7. 1cf51900 net: add CONFIG_NET_INGRESS to enable ingress filtering by Pablo Neira · 9 years ago
  8. 638b2a6 net: move netdev_pick_tx and dependencies to net/core/dev.c by Jiri Pirko · 9 years ago
  9. 5605c76 net: move __skb_tx_hash to dev.c by Jiri Pirko · 9 years ago
  10. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  11. a202924 net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue() by Denys Vlasenko · 9 years ago
  12. d2788d3 net: sched: further simplify handle_ing by Daniel Borkmann · 9 years ago
  13. c9e99fd net: sched: consolidate handle_ing and ing_filter by Daniel Borkmann · 9 years ago
  14. d66bf7d net: core: Correct an over-stringent device loop detection. by Vlad Yasevich · 9 years ago
  15. c19ae86 tc: remove unused redirect ttl by Jamal Hadi Salim · 9 years ago
  16. 087c1a6 net: sched: run ingress qdisc without locks by Alexei Starovoitov · 9 years ago
  17. a31196b net: rfs: fix crash in get_rps_cpus() by Eric Dumazet · 9 years ago
  18. 8b86a61 net: remove unused 'dev' argument from netif_needs_gso() by Johannes Berg · 9 years ago
  19. 4577139 net: use jump label patching for ingress qdisc in __netif_receive_skb_core by Daniel Borkmann · 9 years ago
  20. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  21. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  22. f60e599 ipv6: protect skb->sk accesses from recursive dereference inside the stack by hannes@stressinduktion.org · 9 years ago
  23. e1622ba dev: set iflink to 0 for virtual interfaces by Nicolas Dichtel · 9 years ago
  24. 7a66bbc net: remove iflink field from struct net_device by Nicolas Dichtel · 9 years ago
  25. a54acb3 dev: introduce dev_get_iflink() by Nicolas Dichtel · 9 years ago
  26. fbcb217 net: rename dev to orig_dev in deliver_ptype_list_skb by Jiri Pirko · 9 years ago
  27. e38f302 net: Introduce passthru_features_check by Toshiaki Makita · 9 years ago
  28. 8cb65d0 net: Move check for multiple vlans to drivers by Toshiaki Makita · 9 years ago
  29. f5a7fb8 vlan: Introduce helper functions to check if skb is tagged by Toshiaki Makita · 9 years ago
  30. 08b4b8e net: clear skb->priority when forwarding to another netns by WANG Cong · 9 years ago
  31. 99c4a26 net: Fix high overhead of vlan sub-device teardown. by David S. Miller · 9 years ago
  32. db24a90 net: add support for phys_port_name by David Ahern · 9 years ago
  33. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 9 years ago
  34. a4176a9 net: reject creation of netdev names with colons by Matthew Thode · 9 years ago
  35. 4a26e453 net/core: Fix warning while make xmldocs caused by dev.c by Masanari Iida · 9 years ago
  36. 15e2396 net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload by Tom Herbert · 9 years ago
  37. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  38. 567e4b7 net: rfs: add hash collision detection by Eric Dumazet · 9 years ago
  39. 91e8313 net: use netif_rx_ni() from process context by Eric Dumazet · 9 years ago
  40. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  41. 2ce1ee1 net: remove some sparse warnings by Eric Dumazet · 9 years ago
  42. 61bd385 net/core: Add event for a change in slave state by Moni Shoua · 9 years ago
  43. d4bcef3 net: Fix vlan_get_protocol for stacked vlan by Toshiaki Makita · 10 years ago
  44. 7866a62 dev: add per net_device packet type chains by Salam Noureddine · 10 years ago
  45. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  46. ac64da0 net: rps: fix cpu unplug by Eric Dumazet · 10 years ago
  47. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  48. 1059590 net: allow large number of rx queues by Pankaj Gupta · 10 years ago
  49. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  50. 2c26d34 net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding by Jay Vosburgh · 10 years ago
  51. 796f2da net: Fix stacked vlan offload features computation by Toshiaki Makita · 10 years ago
  52. d0edc7b mpls: Fix config check for mpls. by Pravin B Shelar · 10 years ago
  53. ceb8d5b net: Rearrange loop in net_rx_action by Herbert Xu · 10 years ago
  54. 6bd373e net: Always poll at least one device in net_rx_action by Herbert Xu · 10 years ago
  55. 001ce54 net: Detect drivers that reschedule NAPI and exhaust budget by Herbert Xu · 10 years ago
  56. 726ce70 net: Move napi polling code out of net_rx_action by Herbert Xu · 10 years ago
  57. af6dabc net: drop the packet when fails to do software segmentation or header check by Jason Wang · 10 years ago
  58. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  59. fd11a83 net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb by Alexander Duyck · 10 years ago
  60. e008f3f net: avoid to call skb_queue_len again by Li RongQing · 10 years ago
  61. 395eea6 rtnetlink: delay RTM_DELLINK notification until after ndo_uninit() by Mahesh Bandewar · 10 years ago
  62. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  63. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  64. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  65. e9ac5f0 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes by Ingo Molnar · 10 years ago
  66. fbe168b net: generic dev_disable_lro() stacked device handling by Michal Kubeček · 10 years ago
  67. 3b47d30 net: gro: add a per device gro flush timer by Eric Dumazet · 10 years ago
  68. 25cd9ba openvswitch: Add basic MPLS support to kernel by Simon Horman · 10 years ago
  69. ff960a7 netdev, sched/wait: Fix sleeping inside wait event by Peter Zijlstra · 10 years ago
  70. d75b1ad net: less interrupt masking in NAPI by Eric Dumazet · 10 years ago
  71. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  72. bc9ad16 net: introduce napi_schedule_irqoff() by Eric Dumazet · 10 years ago
  73. 93a35f5 net: napi_reuse_skb() should check pfmemalloc by Eric Dumazet · 10 years ago
  74. 2e923b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  75. 04ffcb2 net: Add ndo_gso_check by Tom Herbert · 10 years ago
  76. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  77. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  78. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  79. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  80. 1ff0dc9 net: validate_xmit_vlan() is static by Eric Dumazet · 10 years ago
  81. fcbeb97 net: introduce netdevice gso_min_segs attribute by Eric Dumazet · 10 years ago
  82. bec3cfd net: skb_segment() provides list head and tail by Eric Dumazet · 10 years ago
  83. 55a93b3 qdisc: validate skb without holding lock by Eric Dumazet · 10 years ago
  84. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  85. 6ea754e net: Change netdev_<level> logging functions to return void by Joe Perches · 10 years ago
  86. 53e5039 net: Remove gso_send_check as an offload callback by Tom Herbert · 10 years ago
  87. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. cecda69 net: keep original skb which only needs header checking during software GSO by Jason Wang · 10 years ago
  89. 7ce64c7 net: fix creation adjacent device symlinks by Alexander Y. Fomichev · 10 years ago
  90. 6c55549 ipv6: drop useless rcu_read_lock() in anycast by WANG Cong · 10 years ago
  91. 46e5da4 net: qdisc: use rcu prefix and silence sparse warnings by John Fastabend · 10 years ago
  92. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  93. 1f59533 qdisc: validate frames going through the direct_xmit path by Jesper Dangaard Brouer · 10 years ago
  94. 5a21232 net: Support for csum_bad in skbuff by Tom Herbert · 10 years ago
  95. 8dcda22 net: xmit_list() becomes dev_hard_start_xmit(). by David S. Miller · 10 years ago
  96. ce93718 net: Don't keep around original SKB when we software segment GSO frames. by David S. Miller · 10 years ago
  97. 50cbe9a net: Validate xmit SKBs right when we pull them out of the qdisc. by David S. Miller · 10 years ago
  98. eae3f88 net: Separate out SKB validation logic from transmit path. by David S. Miller · 10 years ago
  99. 95f6b3d net: Have xmit_list() signal more==true when appropriate. by David S. Miller · 10 years ago
  100. fa2dbdc net: Pass a "more" indication down into netdev_start_xmit() code paths. by David S. Miller · 10 years ago