1. 28b346c tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/data by Neal Cardwell · 8 years ago
  2. 85a3d4a net: bridge: don't increment tx_dropped in br_do_proxy_arp by Nikolay Aleksandrov · 8 years ago
  3. 29c994e netconf: add a notif when settings are created by Nicolas Dichtel · 8 years ago
  4. d26c638 ipv6: add missing netconf notif when 'all' is updated by Nicolas Dichtel · 8 years ago
  5. f5bb341 l2tp: make nla_policy const by stephen hemminger · 8 years ago
  6. 4f70c96 tcp: make nla_policy const by stephen hemminger · 8 years ago
  7. 6501f34 ila: make nla_policy const by stephen hemminger · 8 years ago
  8. 3f18ff2 fou: make nla_policy const by stephen hemminger · 8 years ago
  9. 3ee5256 netns: make nla_policy const by stephen hemminger · 8 years ago
  10. deeb91f batman: make netlink attributes const by stephen hemminger · 8 years ago
  11. 85bae4b drop_monitor: make genl_multicast_group const by stephen hemminger · 8 years ago
  12. 12d8de6 net: make genetlink ctrl ops const by stephen hemminger · 8 years ago
  13. ce927bf mpls: get rid of trivial returns by stephen hemminger · 8 years ago
  14. d2f394d tipc: fix random link resets while adding a second bearer by Parthasarathy Bhuvaragan · 8 years ago
  15. c0338af kcm: fix a socket double free by WANG Cong · 8 years ago
  16. 8df3025 net: dsa: add MDB support by Vivien Didelot · 8 years ago
  17. 9264251 bridge: re-introduce 'fix parsing of MLDv2 reports' by Davide Caratti · 8 years ago
  18. 48d2ab6 net: mpls: Fixups for GSO by David Ahern · 8 years ago
  19. 14972cb net: lwtunnel: Handle fragmentation by Roopa Prabhu · 8 years ago
  20. 4185249 net: batch calls to flush_all_backlogs() by Eric Dumazet · 8 years ago
  21. 2df5d10 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  22. 1554369 Merge tag 'mac80211-for-davem-2016-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  23. 0cf21c6 Merge tag 'nfs-for-4.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  24. 4de48af rxrpc: Pass struct socket * to more rxrpc kernel interface functions by David Howells · 8 years ago
  25. ea82aae rxrpc: Use call->peer rather than going to the connection by David Howells · 8 years ago
  26. 8324f0b rxrpc: Provide a way for AFS to ask for the peer address of a call by David Howells · 8 years ago
  27. e34d423 rxrpc: Trace rxrpc_call usage by David Howells · 8 years ago
  28. f5c17aa rxrpc: Calls should only have one terminal state by David Howells · 8 years ago
  29. ccbd3db rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_calls by David Howells · 8 years ago
  30. 779994f netfilter: log: Check param to avoid overflow in nf_log_set by Gao Feng · 8 years ago
  31. 3cb2799 netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1' by Gao Feng · 8 years ago
  32. ad66713 netfilter: remove __nf_ct_kill_acct helper by Florian Westphal · 8 years ago
  33. c023c0e netfilter: conntrack: resched gc again if eviction rate is high by Florian Westphal · 8 years ago
  34. b87a2f9 netfilter: conntrack: add gc worker to remove timed-out entries by Florian Westphal · 8 years ago
  35. 2344d64 netfilter: evict stale entries on netlink dumps by Florian Westphal · 8 years ago
  36. f330a7f netfilter: conntrack: get rid of conntrack timer by Florian Westphal · 8 years ago
  37. 616b14b netfilter: don't rely on DYING bit to detect when destroy event was sent by Florian Westphal · 8 years ago
  38. 95a8d19 netfilter: restart search if moved to other chain by Florian Westphal · 8 years ago
  39. c73c248 netfilter: nf_tables_netdev: remove redundant ip_hdr assignment by Liping Zhang · 8 years ago
  40. 554d072 mac80211: TDLS: don't require beaconing for AP BW by Arik Nemtsov · 8 years ago
  41. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  42. 0b498a5 net_sched: fix use of uninitialized ethertype variable in cls_flower by Arnd Bergmann · 8 years ago
  43. c9c3321 tcp: add tcp_add_backlog() by Eric Dumazet · 8 years ago
  44. 96a5908 kcm: Remove TCP specific references from kcm and strparser by Tom Herbert · 8 years ago
  45. 3203558 tcp: Set read_sock and peek_len proto_ops by Tom Herbert · 8 years ago
  46. 832629c tipc: add UDP remoteip dump to netlink API by Richard Alpe · 8 years ago
  47. fdb3acc tipc: add the ability to get UDP options via netlink by Richard Alpe · 8 years ago
  48. c9b64d4 tipc: add replicast peer discovery by Richard Alpe · 8 years ago
  49. ef20cd4 tipc: introduce UDP replicast by Richard Alpe · 8 years ago
  50. 1ca73e3 tipc: refactor multicast ip check by Richard Alpe · 8 years ago
  51. ce984da tipc: split UDP send function by Richard Alpe · 8 years ago
  52. ba5aa84 tipc: split UDP nl address parsing by Richard Alpe · 8 years ago
  53. 5c1f5b4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 8 years ago
  54. 6bc506b bridge: switchdev: Add forward mark support for stacked devices by Ido Schimmel · 8 years ago
  55. 5c326ab switchdev: Support parent ID comparison for stacked devices by Ido Schimmel · 8 years ago
  56. 145dd5f net: flush the softnet backlog in process context by Paolo Abeni · 8 years ago
  57. 72f4af4 net: bridge: export also pvid flag in the xstats flags by Nikolay Aleksandrov · 8 years ago
  58. 7073b16 netfilter: nf_tables: Use nla_put_be32() to dump immediate parameters by Pablo Neira Ayuso · 8 years ago
  59. c016c7e netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertion by Pablo Neira Ayuso · 8 years ago
  60. 166ee5b qdisc: fix a module refcount leak in qdisc_create_dflt() by Eric Dumazet · 8 years ago
  61. 72145a6 tcp: md5: add LINUX_MIB_TCPMD5FAILURE counter by Eric Dumazet · 8 years ago
  62. e65c332 tcp: md5: increment sk_drops on syn_recv state by Eric Dumazet · 8 years ago
  63. a5de125 tipc: fix the error handling in tipc_udp_enable() by Wei Yongjun · 8 years ago
  64. 4f34228 Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not set by Luiz Augusto von Dentz · 8 years ago
  65. 90a56f7 Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not set by Luiz Augusto von Dentz · 8 years ago
  66. 4249fc1 netfilter: ebtables: put module reference when an incorrect extension is found by Sabrina Dubroca · 8 years ago
  67. 960fa72 netfilter: nft_meta: improve the validity check of pkttype set expr by Liping Zhang · 8 years ago
  68. 533e330 netfilter: cttimeout: unlink timeout objs in the unconfirmed ct lists by Liping Zhang · 8 years ago
  69. 23aaba5 netfilter: cttimeout: put back l4proto when replacing timeout policy by Liping Zhang · 8 years ago
  70. 93fac10 netfilter: nfnetlink: use list_for_each_entry_safe to delete all objects by Liping Zhang · 8 years ago
  71. 89e1f6d netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUT by Liping Zhang · 8 years ago
  72. a52e95a net: diag: allow socket bytecode filters to match socket marks by Lorenzo Colitti · 8 years ago
  73. 627cc4a net: diag: slightly refactor the inet_diag_bc_audit error checks. by Lorenzo Colitti · 8 years ago
  74. 9d490b4 net: dsa: rename switch operations structure by Vivien Didelot · 8 years ago
  75. 16590a2 SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in use by Chuck Lever · 8 years ago
  76. 6546c78 Merge tag 'rxrpc-rewrite-20160824-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  77. d3c10db Merge tag 'rxrpc-rewrite-20160824-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  78. dbb5088 Bluetooth: split sk_filter in l2cap_sock_recv_cb by Daniel Borkmann · 8 years ago
  79. 9afee94 Bluetooth: Fix memory leak at end of hci requests by Frederic Dalleau · 8 years ago
  80. 45025bc rxrpc: Improve management and caching of client connection objects by David Howells · 8 years ago
  81. 4d028b2 rxrpc: Dup the main conn list for the proc interface by David Howells · 8 years ago
  82. df5d8bf rxrpc: Make /proc/net/rxrpc_calls safer by David Howells · 8 years ago
  83. 2266ffd rxrpc: Fix conn-based retransmit by David Howells · 8 years ago
  84. 35db57bb xfrm: state: remove per-netns gc task by Florian Westphal · 8 years ago
  85. 4141b36 xfrm: Fix xfrm_policy_lock imbalance by Steffen Klassert · 8 years ago
  86. ba2489b net: remove clear_sk() method by Eric Dumazet · 8 years ago
  87. 391bb6b ipv6: tcp: get rid of tcp_v6_clear_sk() by Eric Dumazet · 8 years ago
  88. 4cac820 udp: get rid of sk_prot_clear_portaddr_nulls() by Eric Dumazet · 8 years ago
  89. 6a6ad2a ipv6: udp: remove udp_v6_clear_sk() by Eric Dumazet · 8 years ago
  90. 5d77dca net: diag: support SOCK_DESTROY for UDP sockets by David Ahern · 8 years ago
  91. d7226c7 net: diag: Fix refcnt leak in error path destroying socket by David Ahern · 8 years ago
  92. 5128b18 tipc: use kfree_skb() instead of kfree() by Wei Yongjun · 8 years ago
  93. 75d855a udp: get rid of SLAB_DESTROY_BY_RCU allocations by Eric Dumazet · 8 years ago
  94. 232cb53 sctp: fix overrun in sctp_diag_dump_one() by Lance Richardson · 8 years ago
  95. 85d2c92 Merge tag 'rxrpc-rewrite-20160823-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  96. 3a69101 Merge tag 'rxrpc-rewrite-20160823-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  97. f8edcd1 net: rtnetlink: Don't export empty RTAX_FEATURES by Phil Sutter · 8 years ago
  98. cebc5cb net-tcp: retire TFO_SERVER_WO_SOCKOPT2 config by Yuchung Cheng · 8 years ago
  99. 20a2b49 tcp: properly scale window in tcp_v[46]_reqsk_send_ack() by Eric Dumazet · 8 years ago
  100. 54c151d l2tp: Refactor the codes with existing macros instead of literal number by Gao Feng · 8 years ago