1. a37934f net: provide stubs for ip6_set_txhash and ip6_make_flowlabel by Florian Fainelli · 10 years ago
  2. d1a3fe2 net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[]. by David Laight · 10 years ago
  3. b9420e1 net: sctp: Optimise the way 'sctp_arg_t' values are initialised. by David Laight · 10 years ago
  4. be1f4f4 net: sctp: Inline the functions from command.c by David Laight · 10 years ago
  5. 72948cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  6. 640985e mac802154: at86rf230: add hw flags and merge ops by Alexander Aring · 10 years ago
  7. cb1ce2e ipv6: Implement automatic flow label generation on transmit by Tom Herbert · 10 years ago
  8. 535fb8d vxlan: Call udp_flow_src_port by Tom Herbert · 10 years ago
  9. b8f1a55 udp: Add function to make source port for UDP tunnels by Tom Herbert · 10 years ago
  10. b73c3d0 net: Save TX flow hash in sock and set in skbuf on xmit by Tom Herbert · 10 years ago
  11. 5ed20a6 flow_dissector: Abstract out hash computation by Tom Herbert · 10 years ago
  12. 86c6a2c tcp: switch snt_synack back to measuring transmit time of first SYNACK by Neal Cardwell · 10 years ago
  13. 8f61059 net: sctp: improve timer slack calculation for transport HBs by Daniel Borkmann · 10 years ago
  14. 9fe516b inet: move ipv6only in sock_common by Eric Dumazet · 10 years ago
  15. 1fb6f15 tcp: add tcp_conn_request by Octavian Purdila · 10 years ago
  16. 695da14 tcp: add queue_add_hash to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  17. 2aec4a2 tcp: add mss_clamp to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  18. 5db92c9 tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack by Octavian Purdila · 10 years ago
  19. d6274bd tcp: add send_synack method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  20. 936b8bd tcp: add init_seq method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  21. d94e041 tcp: add route_req method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  22. fb7b37a tcp: add init_cookie_seq method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  23. 16bea70 tcp: add init_req method to tcp_request_sock_ops by Octavian Purdila · 10 years ago
  24. 476eab8 net: remove inet6_reqsk_alloc by Octavian Purdila · 10 years ago
  25. 57b4755 tcp: cookie_v4_init_sequence: skb should be const by Octavian Purdila · 10 years ago
  26. 9b8d90b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  27. f886497 ipv4: fix dst race in sk_dst_get() by Eric Dumazet · 10 years ago
  28. 97dc94f cfg80211: remove channel_switch combination check by Michal Kazior · 10 years ago
  29. 5bcae31 mac80211: implement multi-vif in-place reservations by Michal Kazior · 10 years ago
  30. 633e271 mac80211: split sched scan IEs by David Spinadel · 11 years ago
  31. c56ef67 mac80211: support more than one band in scan request by David Spinadel · 11 years ago
  32. e0f31d8 flow_keys: Record IP layer protocol in skb_flow_dissect() by Govindarajulu Varadarajan · 10 years ago
  33. ee10f2c mac80211: protect TDLS discovery session by Arik Nemtsov · 10 years ago
  34. c887f0d3 mac80211: add API to request TDLS operation from userspace by Arik Nemtsov · 10 years ago
  35. 31fa97c cfg80211: pass TDLS initiator in tdls_mgmt operations by Arik Nemtsov · 10 years ago
  36. b7ffbd7 cfg80211: make ethtool the driver's responsibility by Johannes Berg · 10 years ago
  37. e0f802f tcp: move ir_mark initialization to tcp_openreq_init by Octavian Purdila · 10 years ago
  38. a0a7379 netfilter: nf_tables: use u32 for chain use counter by Pablo Neira Ayuso · 10 years ago
  39. bbdff22 udp: call __skb_checksum_complete when doing full checksum by Tom Herbert · 10 years ago
  40. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  41. 6e765a0 net_sched: drr: warn when qdisc is not work conserving by Florian Westphal · 10 years ago
  42. e575235f net: sctp: migrate most recently used transport to ktime by Daniel Borkmann · 10 years ago
  43. 6cc55e0 tcp: add gfp parameter to tcp_fragment by Octavian Purdila · 10 years ago
  44. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  45. 359a0ea vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) by Tom Herbert · 10 years ago
  46. 4749c09 gre: Call gso_make_checksum by Tom Herbert · 10 years ago
  47. af5fcba udp: Generic functions to set checksum by Tom Herbert · 10 years ago
  48. 1aacb90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into next by Linus Torvalds · 10 years ago
  49. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  50. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  51. 39c3609 net: fix inet_getid() and ipv6_select_ident() bugs by Eric Dumazet · 10 years ago
  52. 31595de Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  53. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 10 years ago
  54. fcb2c0d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 10 years ago
  55. 90d0e08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  56. a5eb1ae Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  57. 737be10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  58. 9db7cb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 10 years ago
  59. 1a5f0c1 mac80211: add a single-transaction driver op to switch contexts by Luciano Coelho · 10 years ago
  60. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  61. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  62. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 10 years ago
  63. d7b2545 Bluetooth: Clearly distinguish mgmt LTK type from authenticated property by Johan Hedberg · 10 years ago
  64. 65db611 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  65. e876f20 net: Add a software TSO helper API by Ezequiel Garcia · 10 years ago
  66. 40a10fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  67. 99abe65 Merge tag 'nfc-next-3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 10 years ago
  68. 8af750d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 10 years ago
  69. ca8a226 tcp: make cwnd-limited checks measurement-based, and gentler by Neal Cardwell · 10 years ago
  70. 67af981 cfg80211: allow RSSI compensation by Emmanuel Grumbach · 10 years ago
  71. 7406353 cfg80211: implement cfg80211_get_station cfg80211 API by Antonio Quartulli · 10 years ago
  72. cca674d mac80211: export the expected throughput by Antonio Quartulli · 10 years ago
  73. 867d849 cfg80211: export expected throughput through get_station() by Antonio Quartulli · 10 years ago
  74. 57be1f3 NFC: Add RAW socket type support for SOCKPROTO_RAW by Hiren Tandel · 10 years ago
  75. 922bd80 cfg80211: constify wowlan/coalesce mask/pattern pointers by Johannes Berg · 10 years ago
  76. c1e5f47 cfg80211: constify more pointers in the cfg80211 API by Johannes Berg · 10 years ago
  77. 3b3a016 cfg80211: constify MAC addresses in cfg80211 ops by Johannes Berg · 10 years ago
  78. 8d77ec8 mac80211: fix csa_counter_offs argument name in docbook by Luciano Coelho · 10 years ago
  79. c2e4323 cfg80211: add documentation for max_num_csa_counters by Luciano Coelho · 10 years ago
  80. c7c32e7 netfilter: nf_tables: defer all object release via rcu by Pablo Neira Ayuso · 10 years ago
  81. 128ad33 netfilter: nf_tables: remove skb and nlh from context structure by Pablo Neira Ayuso · 10 years ago
  82. 60319eb netfilter: nf_tables: use new transaction infrastructure to handle elements by Pablo Neira Ayuso · 10 years ago
  83. 55dd6f9 netfilter: nf_tables: use new transaction infrastructure to handle table by Pablo Neira Ayuso · 10 years ago
  84. 91c7b38 netfilter: nf_tables: use new transaction infrastructure to handle chain by Pablo Neira Ayuso · 10 years ago
  85. 958bee1 netfilter: nf_tables: use new transaction infrastructure to handle sets by Pablo Neira Ayuso · 10 years ago
  86. b380e5c netfilter: nf_tables: add message type to transactions by Pablo Neira Ayuso · 10 years ago
  87. 1081d11 netfilter: nf_tables: generalise transaction infrastructure by Pablo Neira Ayuso · 10 years ago
  88. 7c95f6d netfilter: nf_tables: deconstify table and chain in context structure by Pablo Neira Ayuso · 10 years ago
  89. f0f77dc ieee802154, mac802154: implement devkey record option by Phoebe Buckheister · 10 years ago
  90. 29e0237 mac802154: add llsec configuration functions by Phoebe Buckheister · 10 years ago
  91. af9eed5 ieee802154: add dgram sockopts for security control by Phoebe Buckheister · 10 years ago
  92. f30be4d mac802154: integrate llsec with wpan devices by Phoebe Buckheister · 10 years ago
  93. dc20759 ieee802154: add types for link-layer security by Phoebe Buckheister · 10 years ago
  94. d0455ed Bluetooth: Store max TX power level for connection by Andrzej Kaczmarek · 10 years ago
  95. dd98380 Bluetooth: Add support to get connection information by Andrzej Kaczmarek · 10 years ago
  96. 31ad169 Bluetooth: Add conn info lifetime parameters to debugfs by Andrzej Kaczmarek · 10 years ago
  97. be7a010 ipv6: update Destination Cache entries when gateway turn into host by Duan Jiong · 10 years ago
  98. 32edc40 ieee802154: change _cb handling slightly by Phoebe Buckheister · 10 years ago
  99. c3a6114 ieee802154: add definitions for link-layer security and header functions by Phoebe Buckheister · 10 years ago
  100. fcd77db net: Fix CONFIG_SYSCTL ifdef test. by David S. Miller · 10 years ago