1. 068d8bd sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp_close by Xin Long · 9 years ago
  2. 574aab1 net, socket, socket_wq: fix missing initialization of flags by Nicolai Stange · 9 years ago
  3. 90c7afc96 openvswitch: Fix template leak in error cases. by Joe Stringer · 9 years ago
  4. 3538a5c sctp: label accepted/peeled off sockets by Marcelo Ricardo Leitner · 9 years ago
  5. 9ba0b96 sctp: use GFP_USER for user-controlled kmalloc by Marcelo Ricardo Leitner · 9 years ago
  6. c1a9a29 ipv6: honor ifindex in case we receive ll addresses in router advertisements by Hannes Frederic Sowa · 9 years ago
  7. 5449a5c addrconf: always initialize sysctl table data by WANG Cong · 9 years ago
  8. 024f35c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  9. e459dfe ipv6/addrlabel: fix ip6addrlbl_get() by Andrey Ryabinin · 9 years ago
  10. ef9cdd0 switchdev: bridge: Pass ageing time as clock_t instead of jiffies by Ido Schimmel · 9 years ago
  11. a7c09ae Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  12. e905eab openvswitch: correct encoding of set tunnel action attributes by Simon Horman · 9 years ago
  13. 6d3c348 ipip: ioctl: Remove superfluous IP-TTL handling. by Pravin B Shelar · 9 years ago
  14. d5f79b6 netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL key by Florian Westphal · 9 years ago
  15. aa47e42 netfilter: nf_tables: use skb->protocol instead of assuming ethernet header by Pablo Neira Ayuso · 9 years ago
  16. 73796d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  17. ac5cc97 net: check both type and procotol for tcp sockets by WANG Cong · 9 years ago
  18. 07e100f tcp: restore fastopen with no data in SYN packet by Eric Dumazet · 9 years ago
  19. 3822b5c af_unix: Revert 'lock_interruptible' in stream receive code by Rainer Weikusat · 9 years ago
  20. 3036fac fou: clean up socket with kfree_rcu by Hannes Frederic Sowa · 9 years ago
  21. 4d4f379 Merge tag 'mac80211-for-davem-2015-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  22. 9b29c69 ipv6: automatically enable stable privacy mode if stable_secret set by Hannes Frederic Sowa · 9 years ago
  23. 130ed5d net: fix uninitialized variable issue by tadeusz.struk@intel.com · 9 years ago
  24. 5233252 bluetooth: Validate socket address length in sco_sock_bind(). by David S. Miller · 9 years ago
  25. 225734d net_sched: make qdisc_tree_decrease_qlen() work for non mq by Eric Dumazet · 9 years ago
  26. cf1e05c mac80211: handle width changes from opmode notification IE in beacon by Eyal Shapira · 9 years ago
  27. a87da0c mac80211: suppress unchanged "limiting TX power" messages by Johannes Berg · 9 years ago
  28. 1ea2c86 mac80211: reprogram in interface order by Johannes Berg · 9 years ago
  29. 74430f9 mac80211: run scan completed work on reconfig failure by Johannes Berg · 9 years ago
  30. 707554b nl80211: Fix potential memory leak in nl80211_connect by Ola Olsson · 9 years ago
  31. e5dbe07 nl80211: Fix potential memory leak in nl80211_set_wowlan by Ola Olsson · 9 years ago
  32. 09d1180 nl80211: fix a few memory leaks in reg.c by Ola Olsson · 9 years ago
  33. f654861 skbuff: Fix offset error in skb_reorder_vlan_header by Vlad Yasevich · 9 years ago
  34. 5037e9e net: fix IP early demux races by Eric Dumazet · 9 years ago
  35. 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 9 years ago
  36. 9e5be5b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  37. 7f49e7a net: Flush local routes when device changes vrf association by David Ahern · 9 years ago
  38. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  39. a907e36 netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abort by Xin Long · 9 years ago
  40. fc891828 Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  41. f20367d mpls: make via address optional for multipath routes by Robert Shearman · 9 years ago
  42. eb7809f mpls: fix out-of-bounds access when via address not specified by Robert Shearman · 9 years ago
  43. 72dcac9 mpls: don't dump RTA_VIA attribute if not specified by Robert Shearman · 9 years ago
  44. a3e948e mpls: validate L2 via address length by Robert Shearman · 9 years ago
  45. d110986 openvswitch: Respect conntrack zone even if invalid by Joe Stringer · 9 years ago
  46. 2f3ab9f openvswitch: Fix helper reference leak by Joe Stringer · 9 years ago
  47. 9470e24 ipv6: sctp: clone options to avoid use after free by Eric Dumazet · 9 years ago
  48. d188ba8 xfrm: add rcu protection to sk->sk_policy[] by Eric Dumazet · 9 years ago
  49. 56f0473 xfrm: add rcu grace period in xfrm_policy_destroy() by Eric Dumazet · 9 years ago
  50. d3340b7 netfilter: nf_dup: add missing dependencies with NF_CONNTRACK by Pablo Neira Ayuso · 9 years ago
  51. bd678e0 netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in skbuff clones by Pablo Neira Ayuso · 9 years ago
  52. 633c9a8 netfilter: nfnetlink: avoid recurrent netns lookups in call_batch by Pablo Neira Ayuso · 9 years ago
  53. b7bb110 rfkill: copy the name into the rfkill struct by Johannes Berg · 9 years ago
  54. 639e077 netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failure by Nikolay Borisov · 9 years ago
  55. bd5eb35 xfrm: take care of request sockets by Eric Dumazet · 9 years ago
  56. 69ce648 ipv6: sctp: fix lockdep splat in sctp_v6_get_dst() by Eric Dumazet · 9 years ago
  57. 0c9cd7c Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 9 years ago
  58. fe82b33 mpls: fix sending of local encapped packets by Robert Shearman · 9 years ago
  59. 756b9b3 SUNRPC: Fix callback channel by Trond Myklebust · 9 years ago
  60. 0b98f0c Merge branch 'master' into for-4.4-fixes by Tejun Heo · 9 years ago
  61. b7fe3d4 batman-adv: Fix invalid stack access in batadv_dat_select_candidates by Sven Eckelmann · 9 years ago
  62. 4c71895 batman-adv: fix erroneous client entry duplicate detection by Marek Lindner · 9 years ago
  63. a6cb390 batman-adv: avoid keeping false temporary entry by Simon Wunderlich · 9 years ago
  64. 437bb0e batman-adv: fix speedy join for DAT cache replies by Simon Wunderlich · 9 years ago
  65. 8a0d19c sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PENDING by lucien · 9 years ago
  66. 8b570dc sctp: only drop the reference on the datamsg after sending a msg by lucien · 9 years ago
  67. 69b5777 sctp: hold the chunks only after the chunk is enqueued in outq by lucien · 9 years ago
  68. 50a5ffb sctp: also copy sk_tsflags when copying the socket by Marcelo Ricardo Leitner · 9 years ago
  69. 01ce63c sctp: update the netstamp_needed counter when copying sockets by Marcelo Ricardo Leitner · 9 years ago
  70. cb5e173 sctp: use the same clock as if sock source timestamps were on by Marcelo Ricardo Leitner · 9 years ago
  71. 9a1ec46 ipv6: keep existing flags when setting IFA_F_OPTIMISTIC by Bjørn Mork · 9 years ago
  72. 6a61d4d gre6: allow to update all parameters via rtnl by Nicolas Dichtel · 9 years ago
  73. 071f5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  74. e3c9b1e Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  75. 4eaf3b8 net_sched: fix qdisc_tree_decrease_qlen() races by Eric Dumazet · 9 years ago
  76. 1317530 openvswitch: fix hangup on vxlan/gre/geneve device deletion by Paolo Abeni · 9 years ago
  77. 4eba7bb ipv4: igmp: Allow removing groups from a removed interface by Andrew Lunn · 9 years ago
  78. 602dd62 ipv6: sctp: implement sctp_v6_destroy_sock() by Eric Dumazet · 9 years ago
  79. 79aecc7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  80. 6bd4f35 ipv6: kill sk_dst_lock by Eric Dumazet · 9 years ago
  81. c836a8b ipv6: sctp: add rcu protection around np->opt by Eric Dumazet · 9 years ago
  82. 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 9 years ago
  83. 6adc5fd net/neighbour: fix crash at dumping device-agnostic proxy entries by Konstantin Khlebnikov · 9 years ago
  84. cacc062 sctp: use GFP_USER for user-controlled kmalloc by Marcelo Ricardo Leitner · 9 years ago
  85. 45f6fad ipv6: add complete rcu protection around np->opt by Eric Dumazet · 9 years ago
  86. c1df932 mac80211: fix off-channel mgmt-tx uninitialized variable usage by Johannes Berg · 9 years ago
  87. 4e39cca mac80211: do not actively scan DFS channels by Antonio Quartulli · 9 years ago
  88. 835112b mac80211: don't teardown sdata on sdata stop by Eliad Peller · 9 years ago
  89. 83e4bf7 openvswitch: properly refcount vport-vxlan module by Paolo Abeni · 9 years ago
  90. ceb5d58 net: fix sock_wake_async() rcu protection by Eric Dumazet · 9 years ago
  91. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  92. 304d888 Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests" by Nicolas Dichtel · 9 years ago
  93. 142a2e7 tcp: initialize tp->copied_seq in case of cross SYN connection by Eric Dumazet · 9 years ago
  94. 9490f88 af-unix: passcred support for sendpage by Hannes Frederic Sowa · 9 years ago
  95. 880621c packet: Allow packets with only a header (but no payload) by Martin Blumenstingl · 9 years ago
  96. 8c7188b RDS: fix race condition when sending a message on unbound socket by Quentin Casasnovas · 9 years ago
  97. 20f7956 net: openvswitch: Remove invalid comment by Aaron Conole · 9 years ago
  98. fbdd29b net: ipmr, ip6mr: fix vif/tunnel failure race condition by Nikolay Aleksandrov · 9 years ago
  99. 33c40e2 rxrpc: Correctly handle ack at end of client call transmit phase by David Howells · 9 years ago
  100. 264640f ipv6: distinguish frag queues by device for multicast and link-local packets by Michal Kubeček · 9 years ago