1. 14be36c net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse() by Florian Fainelli · 8 years ago
  2. 518d8a2 net/flow_dissector: add support for dissection of misc ip header fields by Or Gerlitz · 8 years ago
  3. ff35641 sctp: merge sctp_stream_new and sctp_stream_init by Xin Long · 8 years ago
  4. cee360a sctp: define the member stream as an object instead of pointer in asoc by Xin Long · 8 years ago
  5. 717ffbf net: dsa: remove dsa_uses_tagged_protocol by Vivien Didelot · 8 years ago
  6. 73a7ece net: dsa: comment hot path requirements by Vivien Didelot · 8 years ago
  7. 8b8010f dsa: add support for Microchip KSZ tail tagging by Woojung Huh · 8 years ago
  8. d897a63 sched: add helper for updating statistics on all actions by Jakub Kicinski · 8 years ago
  9. 23c9ee4 net: dsa: remove dev arg of dsa_register_switch by Vivien Didelot · 8 years ago
  10. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 8 years ago
  11. c255bd6 net: lwtunnel: Add extack to encap attr validation by David Ahern · 8 years ago
  12. 7805599 net: ipv4: Add extack message for invalid prefix or length by David Ahern · 8 years ago
  13. 7a7e96e bonding: Prevent duplicate userspace notification by Vlad Yasevich · 8 years ago
  14. 34aa83c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. 3fb07da ipv4: add reference counting to metrics by Eric Dumazet · 8 years ago
  16. 6ffd903 net: ipv4: Save trie prefix to fib lookup result by David Ahern · 8 years ago
  17. 5510cdf net: ipv4: refactor ip_route_input_noref by David Ahern · 8 years ago
  18. 3abd1ade net: ipv4: refactor __ip_route_output_key_hash by David Ahern · 8 years ago
  19. 52c05fc Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  20. 367a8ce net_sched: only create filter chains for new filters/actions by WANG Cong · 8 years ago
  21. ac4bb5d net: flow_dissector: add support for dissection of tcp flags by Jiri Pirko · 8 years ago
  22. 3f6b123 Merge tag 'mlx5-fixes-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  23. 417ccf6 net: make struct request_sock_ops::obj_size unsigned by Alexey Dobriyan · 8 years ago
  24. 4c0ebd6 net: make struct inet_frags::qsize unsigned by Alexey Dobriyan · 8 years ago
  25. 2f9bfd3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  26. 3aa4266 net/sched: act_csum: Add accessors for offloading drivers by Or Gerlitz · 8 years ago
  27. 218b6a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. 52c96f9 net: dsa: move notifier info to private header by Vivien Didelot · 8 years ago
  29. 333c430 net: ipv6: Plumb extack through route add functions by David Ahern · 8 years ago
  30. 6d8422a1 net: ipv4: Plumb extack through route add functions by David Ahern · 8 years ago
  31. 23416e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  32. c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  33. 438ff53 net: dsa: use switchdev_obj_dump_cb_t everywhere by Vivien Didelot · 8 years ago
  34. f0c24cc net: dsa: include switchdev.h only once by Vivien Didelot · 8 years ago
  35. 6672714 net: make struct dst_entry::dev first member by Alexey Dobriyan · 8 years ago
  36. 64df6d5 net: x25: fix one potential use-after-free issue by linzhang · 8 years ago
  37. de2ba30 Bluetooth: Set LE Default PHY preferences by Marcel Holtmann · 8 years ago
  38. 9756d33 Bluetooth: Enable LE Channel Selection Algorithm event by Marcel Holtmann · 8 years ago
  39. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  40. 70eabf0 tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime by Eric Dumazet · 8 years ago
  41. d635fbe tcp: use tcp_jiffies32 to feed tp->lsndtime by Eric Dumazet · 8 years ago
  42. ec66eda tcp: introduce tcp_jiffies32 by Eric Dumazet · 8 years ago
  43. db50514 net: sched: add termination action to allow goto chain by Jiri Pirko · 8 years ago
  44. 9fb9f25 net: sched: push tp down to action init by Jiri Pirko · 8 years ago
  45. 5bc1701 net: sched: introduce multichain support for filters by Jiri Pirko · 8 years ago
  46. 2190d1d net: sched: introduce helpers to work with filter chains by Jiri Pirko · 8 years ago
  47. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  48. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  49. eb7b721 net: dsa: Sort DSA tagging protocol drivers by Andrew Lunn · 8 years ago
  50. 8b0d3ea net: dsa: store CPU port pointer in the tree by Vivien Didelot · 8 years ago
  51. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 8 years ago
  52. 2276f58 udp: use a separate rx queue for packet reception by Paolo Abeni · 8 years ago
  53. 65101ae net/sock: factor out dequeue/peek with offset code by Paolo Abeni · 8 years ago
  54. 5910544 netfilter: nf_tables: revisit chain/object refcounting from elements by Pablo Neira Ayuso · 8 years ago
  55. 9338d7b netfilter: nfnl_cthelper: reject del request if helper obj is in use by Liping Zhang · 8 years ago
  56. d91fc59 netfilter: introduce nf_conntrack_helper_put helper function by Liping Zhang · 8 years ago
  57. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  58. 32f1bc0 Revert "ipv4: restore rt->fi for reference counting" by David S. Miller · 8 years ago
  59. 242d3a4 ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf by WANG Cong · 8 years ago
  60. 29cee56 Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  61. 1b1fc3f tcp: make congestion control optionally skip slow start after idle by Wei Wang · 8 years ago
  62. 82486aa ipv4: restore rt->fi for reference counting by WANG Cong · 8 years ago
  63. 6406c91 cfg80211: fix multi scheduled scan kernel-doc by Johannes Berg · 8 years ago
  64. 2f242bf mac80211: properly remove RX_ENC_FLAG_40MHZ by Johannes Berg · 8 years ago
  65. 84b114b tcp: randomize timestamps on syncookies by Eric Dumazet · 8 years ago
  66. 4ac4d58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  67. 842be75 cfg80211: make RATE_INFO_BW_20 the default by Johannes Berg · 8 years ago
  68. 2f46093 ipv6: initialize route null entry in addrconf_init() by WANG Cong · 8 years ago
  69. 9b3eb54 xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY by Sabrina Dubroca · 8 years ago
  70. 1684096 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  71. a01aa92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  72. 8eeef23 netfilter: nf_ct_ext: invoke destroy even when ext is not attached by Liping Zhang · 8 years ago
  73. d1908ca Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 8 years ago
  74. 039b40e netfilter: nf_queue: only call synchronize_net twice if nf_queue is active by Florian Westphal · 8 years ago
  75. cec3819 Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  76. b34939b cfg80211: add request id to cfg80211_sched_scan_*() api by Arend Van Spriel · 8 years ago
  77. e38a017 mac80211: Add support for BSS max idle period element by Avraham Stern · 8 years ago
  78. 29ce6ec cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() by Avraham Stern · 8 years ago
  79. 65ba101 ipvs: remove unused function ip_vs_set_state_timeout by Aaron Conole · 8 years ago
  80. 5fe49a9 mac80211: add ieee80211_tx_status_ext by Felix Fietkau · 8 years ago
  81. 18fb84d mac80211: make rate control tx status API more extensible by Felix Fietkau · 8 years ago
  82. 8613c94 mac80211: rename ieee80211_rx_status::vht_nss to just nss by Johannes Berg · 8 years ago
  83. da6a435 mac80211: separate encoding/bandwidth from flags by Johannes Berg · 8 years ago
  84. 7fdd69c mac80211: clean up rate encoding bits in RX status by Johannes Berg · 8 years ago
  85. 3a3ecf1 cfg80211: add request id parameter to .sched_scan_stop() signature by Arend Van Spriel · 8 years ago
  86. 3007e35 nl80211: add support for BSSIDs in scheduled scan matchsets by Arend Van Spriel · 8 years ago
  87. ca986ad nl80211: allow multiple active scheduled scan requests by Arend Van Spriel · 8 years ago
  88. ab81007 cfg80211: simplify netlink socket owner interface deletion by Johannes Berg · 8 years ago
  89. d2329f1 tcp: do not pass timestamp to tcp_rack_advance() by Eric Dumazet · 8 years ago
  90. 88d5c65 tcp: do not pass timestamp to tcp_rate_gen() by Eric Dumazet · 8 years ago
  91. 128eda8 tcp: do not pass timestamp to tcp_rack_mark_lost() by Eric Dumazet · 8 years ago
  92. 9a08ecf netfilter: don't attach a nat extension by default by Florian Westphal · 8 years ago
  93. 23f671a netfilter: conntrack: mark extension structs as const by Florian Westphal · 8 years ago
  94. 54044b1 netfilter: conntrack: remove prealloc support by Florian Westphal · 8 years ago
  95. 1fefe14 netfilter: synproxy: only register hooks when needed by Florian Westphal · 8 years ago
  96. 4d6f285 {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function by Yuval Shaia · 8 years ago
  97. 1ef8331 can: network namespace support for CAN gateway by Oliver Hartkopp · 8 years ago
  98. 384317e can: network namespace support for CAN_BCM protocol by Oliver Hartkopp · 8 years ago
  99. cb5635a can: complete initial namespace support by Oliver Hartkopp · 8 years ago
  100. 029c1ec flow_dissector: add mpls support (v2) by Benjamin LaHaise · 8 years ago