1. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  2. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 11 years ago
  3. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 11 years ago
  4. 65db611 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  5. e876f20 net: Add a software TSO helper API by Ezequiel Garcia · 11 years ago
  6. 8af750d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  7. ca8a226 tcp: make cwnd-limited checks measurement-based, and gentler by Neal Cardwell · 11 years ago
  8. c7c32e7 netfilter: nf_tables: defer all object release via rcu by Pablo Neira Ayuso · 11 years ago
  9. 128ad33 netfilter: nf_tables: remove skb and nlh from context structure by Pablo Neira Ayuso · 11 years ago
  10. 60319eb netfilter: nf_tables: use new transaction infrastructure to handle elements by Pablo Neira Ayuso · 11 years ago
  11. 55dd6f9 netfilter: nf_tables: use new transaction infrastructure to handle table by Pablo Neira Ayuso · 11 years ago
  12. 91c7b38 netfilter: nf_tables: use new transaction infrastructure to handle chain by Pablo Neira Ayuso · 11 years ago
  13. 958bee1 netfilter: nf_tables: use new transaction infrastructure to handle sets by Pablo Neira Ayuso · 11 years ago
  14. b380e5c netfilter: nf_tables: add message type to transactions by Pablo Neira Ayuso · 11 years ago
  15. 1081d11 netfilter: nf_tables: generalise transaction infrastructure by Pablo Neira Ayuso · 11 years ago
  16. 7c95f6d netfilter: nf_tables: deconstify table and chain in context structure by Pablo Neira Ayuso · 11 years ago
  17. f0f77dc ieee802154, mac802154: implement devkey record option by Phoebe Buckheister · 11 years ago
  18. 29e0237 mac802154: add llsec configuration functions by Phoebe Buckheister · 11 years ago
  19. af9eed5 ieee802154: add dgram sockopts for security control by Phoebe Buckheister · 11 years ago
  20. f30be4d mac802154: integrate llsec with wpan devices by Phoebe Buckheister · 11 years ago
  21. dc20759 ieee802154: add types for link-layer security by Phoebe Buckheister · 11 years ago
  22. be7a010 ipv6: update Destination Cache entries when gateway turn into host by Duan Jiong · 11 years ago
  23. 32edc40 ieee802154: change _cb handling slightly by Phoebe Buckheister · 11 years ago
  24. c3a6114 ieee802154: add definitions for link-layer security and header functions by Phoebe Buckheister · 11 years ago
  25. fcd77db net: Fix CONFIG_SYSCTL ifdef test. by David S. Miller · 11 years ago
  26. c722831 net: Use a more standard macro for INET_ADDR_COOKIE by Joe Perches · 11 years ago
  27. 122ff24 ipv4: make ip_local_reserved_ports per netns by WANG Cong · 11 years ago
  28. 84f39b0 net: support marking accepting TCP sockets by Lorenzo Colitti · 11 years ago
  29. e110861 net: add a sysctl to reflect the fwmark on replies by Lorenzo Colitti · 11 years ago
  30. 843f4a5 tcp: use tcp_v4_send_synack on first SYN-ACK by Yuchung Cheng · 11 years ago
  31. 89278c9 tcp: simplify fast open cookie processing by Yuchung Cheng · 11 years ago
  32. 5b7ed08 tcp: move fastopen functions to tcp_fastopen.c by Yuchung Cheng · 11 years ago
  33. 60ff746 net: rename local_df to ignore_df by WANG Cong · 11 years ago
  34. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. 1448eb5 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  36. ba6b918 ping: move ping_group_range out of CONFIG_SYSCTL by Cong Wang · 11 years ago
  37. c9d8f1a ipv4: move local_port_range out of CONFIG_SYSCTL by Cong Wang · 11 years ago
  38. 6153871 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  39. 698365f net: clean up snmp stats code by WANG Cong · 11 years ago
  40. d28071d tunnel: fix RFC number in comment for INET_ECN_decapsulate() by Neal Cardwell · 11 years ago
  41. cabae81 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  42. e4f45b7 net: Call skb_checksum_init in IPv6 by Tom Herbert · 11 years ago
  43. ed70fcf net: Call skb_checksum_init in IPv4 by Tom Herbert · 11 years ago
  44. 07064c6 net: Allow csum_add to be provided in arch by Tom Herbert · 11 years ago
  45. 2ad0649 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  46. 2c4a336 vsock: Make transport the proto owner by Andy King · 11 years ago
  47. 792e6aa cfg80211: add cfg80211_sched_scan_stopped_rtnl by Eliad Peller · 11 years ago
  48. 2490155 tcp: remove in_flight parameter from cong_avoid() methods by Eric Dumazet · 11 years ago
  49. e114a71 tcp: fix cwnd limited checking to improve congestion control by Eric Dumazet · 11 years ago
  50. 406a94d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  51. 5c98631 net: ipv6: Introduce ip6_sk_dst_hoplimit. by Lorenzo Colitti · 11 years ago
  52. 7fa857e net: dsa: add ds_to_priv by Florian Fainelli · 11 years ago
  53. f659544 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  54. 0006433 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  55. e16821b cfg80211: Dynamic channel bandwidth changes in AP mode by Jouni Malinen · 11 years ago
  56. 2f7ef2f sched, cls: check if we could overwrite actions when changing a filter by Cong Wang · 11 years ago
  57. ea077c1 cfg80211: Add attributes describing prohibited channel bandwidth by Rostislav Lisovy · 11 years ago
  58. 17d38fa mac80211: add option to generate CCMP IVs only for mgmt frames by Marek Kwaczynski · 11 years ago
  59. 65a124d cfg80211: allow drivers to iterate over matching combinations by Michal Kazior · 11 years ago
  60. f01ec1c vxlan: add x-netns support by Nicolas Dichtel · 11 years ago
  61. a3b299d net: Add variants of capable for use on on sockets by Eric W. Biederman · 11 years ago
  62. 7e65eac 6lowpan: nuke net_ieee802154_lowpan() accessor when 6lowpan is disabled by Luis R. Rodriguez · 11 years ago
  63. aa45660 netfilter: nf_tables: Make meta expression core functions public by Tomasz Bursztyka · 11 years ago
  64. 2e71029 xfrm: Remove useless xfrm_audit struct. by Tetsuo Handa · 11 years ago
  65. f1370cc xfrm: Remove useless secid field from xfrm_audit. by Tetsuo Handa · 11 years ago
  66. 86fd14a tcp: make tcp_cwnd_application_limited() static by Weiping Pan · 11 years ago
  67. 17d8ecb 6lowpan: include net/net_namespace.h on 6lowpan namepsace header by Luis R. Rodriguez · 11 years ago
  68. 599018a 6lowpan: add helper to get 6lowpan namespace by Luis R. Rodriguez · 11 years ago
  69. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 11 years ago
  70. 6a66271 ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif by Cong Wang · 11 years ago
  71. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 11 years ago
  72. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 11 years ago
  73. 00cbc3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  74. 362d520 Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer" by Daniel Borkmann · 11 years ago
  75. 30f78d8 ipv6: Limit mtu to 65575 bytes by Eric Dumazet · 11 years ago
  76. b855d41 netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4 by Patrick McHardy · 11 years ago
  77. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  78. 582076a Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  79. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  80. 041f607 mac80211: Update conf_is_ht() to work properly with 5/10MHz channels by Rostislav Lisovy · 11 years ago
  81. ce26151 cfg80211: update comment about WIPHY_FLAG_CUSTOM_REGULATORY by Kalle Valo · 11 years ago
  82. 5d52ee8 mac80211: allow reservation of a running chanctx by Luciano Coelho · 11 years ago
  83. 73de86a cfg80211/mac80211: move interface counting for combination check to mac80211 by Luciano Coelho · 11 years ago
  84. 2beb6dab cfg80211/mac80211: refactor cfg80211_chandef_dfs_required() by Luciano Coelho · 11 years ago
  85. cb2d956 cfg80211: refactor cfg80211_can_use_iftype_chan() by Luciano Coelho · 11 years ago
  86. 174e0cd cfg80211: Enable GO operation on additional channels by Ilan Peer · 11 years ago
  87. 570dbde cfg80211: Add indoor only and GO concurrent channel attributes by David Spinadel · 11 years ago
  88. 77be2c5 mac80211: add vif to flush call by Emmanuel Grumbach · 11 years ago
  89. 78f22b6 cfg80211: allow userspace to take ownership of interfaces by Johannes Berg · 11 years ago
  90. ce7613d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  91. 223b02d netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->len by Andrey Vagin · 11 years ago
  92. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  93. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  94. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  95. c50b960 netfilter: nf_tables: implement proper set selection by Patrick McHardy · 11 years ago
  96. e462ded mac802154: make csma/cca parameters per-wpan by Phoebe Buckheister · 11 years ago
  97. ce22bb6 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  98. 60ea37f ipv6: reuse rt6_need_strict by Wang Yufen · 11 years ago
  99. 96da266 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  100. fbc907f net: filter: move filter accounting to filter core by Daniel Borkmann · 11 years ago