1. fe82b33 mpls: fix sending of local encapped packets by Robert Shearman · 9 years ago
  2. 8a0d19c sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PENDING by lucien · 9 years ago
  3. 8b570dc sctp: only drop the reference on the datamsg after sending a msg by lucien · 9 years ago
  4. 69b5777 sctp: hold the chunks only after the chunk is enqueued in outq by lucien · 9 years ago
  5. 50a5ffb sctp: also copy sk_tsflags when copying the socket by Marcelo Ricardo Leitner · 9 years ago
  6. 01ce63c sctp: update the netstamp_needed counter when copying sockets by Marcelo Ricardo Leitner · 9 years ago
  7. cb5e173 sctp: use the same clock as if sock source timestamps were on by Marcelo Ricardo Leitner · 9 years ago
  8. 9a1ec46 ipv6: keep existing flags when setting IFA_F_OPTIMISTIC by Bjørn Mork · 9 years ago
  9. 6a61d4d gre6: allow to update all parameters via rtnl by Nicolas Dichtel · 9 years ago
  10. 071f5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  11. 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
  12. 4eaf3b8 net_sched: fix qdisc_tree_decrease_qlen() races by Eric Dumazet · 9 years ago
  13. 1317530 openvswitch: fix hangup on vxlan/gre/geneve device deletion by Paolo Abeni · 9 years ago
  14. 4eba7bb ipv4: igmp: Allow removing groups from a removed interface by Andrew Lunn · 9 years ago
  15. 602dd62 ipv6: sctp: implement sctp_v6_destroy_sock() by Eric Dumazet · 9 years ago
  16. 79aecc7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  17. 6bd4f35 ipv6: kill sk_dst_lock by Eric Dumazet · 9 years ago
  18. c836a8b ipv6: sctp: add rcu protection around np->opt by Eric Dumazet · 9 years ago
  19. 6adc5fd net/neighbour: fix crash at dumping device-agnostic proxy entries by Konstantin Khlebnikov · 9 years ago
  20. cacc062 sctp: use GFP_USER for user-controlled kmalloc by Marcelo Ricardo Leitner · 9 years ago
  21. 45f6fad ipv6: add complete rcu protection around np->opt by Eric Dumazet · 9 years ago
  22. c1df932 mac80211: fix off-channel mgmt-tx uninitialized variable usage by Johannes Berg · 9 years ago
  23. 4e39cca mac80211: do not actively scan DFS channels by Antonio Quartulli · 9 years ago
  24. 835112b mac80211: don't teardown sdata on sdata stop by Eliad Peller · 9 years ago
  25. 83e4bf7 openvswitch: properly refcount vport-vxlan module by Paolo Abeni · 9 years ago
  26. ceb5d58 net: fix sock_wake_async() rcu protection by Eric Dumazet · 9 years ago
  27. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  28. 304d888 Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests" by Nicolas Dichtel · 9 years ago
  29. 142a2e7 tcp: initialize tp->copied_seq in case of cross SYN connection by Eric Dumazet · 9 years ago
  30. 9490f88 af-unix: passcred support for sendpage by Hannes Frederic Sowa · 9 years ago
  31. 880621c packet: Allow packets with only a header (but no payload) by Martin Blumenstingl · 9 years ago
  32. 8c7188b RDS: fix race condition when sending a message on unbound socket by Quentin Casasnovas · 9 years ago
  33. 20f7956 net: openvswitch: Remove invalid comment by Aaron Conole · 9 years ago
  34. fbdd29b net: ipmr, ip6mr: fix vif/tunnel failure race condition by Nikolay Aleksandrov · 9 years ago
  35. 33c40e2 rxrpc: Correctly handle ack at end of client call transmit phase by David Howells · 9 years ago
  36. 264640f ipv6: distinguish frag queues by device for multicast and link-local packets by Michal Kubeček · 9 years ago
  37. 7098356 tipc: fix error handling of expanding buffer headroom by Ying Xue · 9 years ago
  38. f4195d1 tipc: avoid packets leaking on socket receive queue by Ying Xue · 9 years ago
  39. 38b7631 nfs4: limit callback decoding to received bytes by Benjamin Coddington · 9 years ago
  40. 3d1a54e net/hsr: fix a warning message by Dan Carpenter · 9 years ago
  41. 7d26727 unix: avoid use-after-free in ep_remove_wait_queue by Rainer Weikusat · 9 years ago
  42. 3b13758 cgroups: Allow dynamically changing net_classid by Nina Schiff · 9 years ago
  43. 4c69804 net: ip6mr: fix static mfc/dev leaks on table destruction by Nikolay Aleksandrov · 9 years ago
  44. 0e615e9 net: ipmr: fix static mfc/dev leaks on table destruction by Nikolay Aleksandrov · 9 years ago
  45. 6900317 net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds by Daniel Borkmann · 9 years ago
  46. 9a65083 tipc: correct settings of broadcast link state by Jon Paul Maloy · 9 years ago
  47. 5d4c9bf tcp: fix potential huge kmalloc() calls in TCP_REPAIR by Eric Dumazet · 9 years ago
  48. dd52bc2 tcp: fix Fast Open snmp over-counting bug by Yuchung Cheng · 9 years ago
  49. 0e45f4d tcp: disable Fast Open on timeouts after handshake by Yuchung Cheng · 9 years ago
  50. ac06219 mac80211: always set the buf_size in AddBA req to 64 by Gregory Greenman · 9 years ago
  51. 5ad11b5 mac80211: ensure we don't update tx power on a non-running sdata by Emmanuel Grumbach · 9 years ago
  52. 1b8e6a0 tcp: md5: fix lockdep annotation by Eric Dumazet · 9 years ago
  53. 451c2b5 net: dns_resolver: convert time_t to time64_t by Aya Mahfouz · 9 years ago
  54. 206b495 net/ip6_tunnel: fix dst leak by Paolo Abeni · 9 years ago
  55. 945fae4 udp: remove duplicate include by stephen hemminger · 9 years ago
  56. 7f151f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  57. 17b85d2 net/core: revert "net: fix __netdev_update_features return.." and add comment by Nikolay Aleksandrov · 9 years ago
  58. a3a116e af_unix: take receive queue lock while appending new skb by Hannes Frederic Sowa · 9 years ago
  59. b22b941 rtnetlink: fix frame size warning in rtnl_fill_ifinfo by Hannes Frederic Sowa · 9 years ago
  60. 19125c1 net: use skb_clone to avoid alloc_pages failure. by Martin Zhang · 9 years ago
  61. 90836b6 packet: Use PAGE_ALIGNED macro by Tobias Klauser · 9 years ago
  62. 4194b49 packet: Don't check frames_per_block against negative values by Tobias Klauser · 9 years ago
  63. 28f9ee2 vlan: Do not put vlan headers back on bridge and macvlan ports by Vlad Yasevich · 9 years ago
  64. a6e18ff vlan: Fix untag operations of stacked vlans with REORDER_HEADER off by Vlad Yasevich · 9 years ago
  65. c2e703a mac80211: mesh: fix call_rcu() usage by Johannes Berg · 9 years ago
  66. 45bb780 mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE by Johannes Berg · 9 years ago
  67. 41033f0 snmp: Remove duplicate OUTMCAST stat increment by Neil Horman · 9 years ago
  68. 88ad417 net/core: use netdev name in warning if no parent by Bjørn Mork · 9 years ago
  69. 8844f97 af_unix: don't append consumed skbs to sk_receive_queue by Hannes Frederic Sowa · 9 years ago
  70. 027ac58 raw: increment correct SNMP counters for ICMP messages by Ben Cartwright-Cox · 9 years ago
  71. 00ee592 net: fix __netdev_update_features return on ndo_set_features failure by Nikolay Aleksandrov · 9 years ago
  72. 5f8dc33 net: fix feature changes on devices without ndo_set_features by Nikolay Aleksandrov · 9 years ago
  73. bbe14f5 switchdev: bridge: Check return code is not EOPNOTSUPP by Ido Schimmel · 9 years ago
  74. 340c78e ipvs: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
  75. 00fd38d tcp: ensure proper barriers in lockless contexts by Eric Dumazet · 9 years ago
  76. ed5a377 sctp: translate host order to network order when setting a hmacid by lucien · 9 years ago
  77. 5cfb4c8 packet: fix tpacket_snd max frame len by Daniel Borkmann · 9 years ago
  78. c72219b packet: infer protocol from ethernet header if unset by Daniel Borkmann · 9 years ago
  79. 3c70c13 packet: only allow extra vlan len on ethernet devices by Daniel Borkmann · 9 years ago
  80. 8fd6c80 packet: always probe for transport header by Daniel Borkmann · 9 years ago
  81. efdfa2f packet: do skb_probe_transport_header when we actually have data by Daniel Borkmann · 9 years ago
  82. 02bcf4e ipv6: Check rt->dst.from for the DST_NOCACHE route by Martin KaFai Lau · 9 years ago
  83. 5973fb1 ipv6: Check expire on DST_NOCACHE route by Martin KaFai Lau · 9 years ago
  84. 0d3f6d2 ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree by Martin KaFai Lau · 9 years ago
  85. 73ed5d2 af-unix: fix use-after-free with concurrent readers while splicing by Hannes Frederic Sowa · 9 years ago
  86. ca4ba96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  87. 382a483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  88. 31c1feb Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  89. 7883746 Bluetooth: Fix l2cap_chan leak in SMP by Johan Hedberg · 9 years ago
  90. 2df4ee7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  91. 086f332 netfilter: nf_tables: add clone interface to expression operations by Pablo Neira Ayuso · 9 years ago
  92. 74ec4d5 netfilter: fix xt_TEE and xt_TPROXY dependencies by Arnd Bergmann · 9 years ago
  93. c872a2d netfilter: nfnetlink_log: work around uninitialized variable warning by Arnd Bergmann · 9 years ago
  94. 0442f14 svcrpc: document lack of some memory barriers by J. Bruce Fields · 9 years ago
  95. 8a92126 Revert "bridge: Allow forward delay to be cfgd when STP enabled" by Vlad Yasevich · 9 years ago
  96. ea833f5 SUNRPC: drop stale comment in svc_setup_socket() by Stefan Hajnoczi · 9 years ago
  97. bd4f203 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  98. d69bbf8 net: fix a race in dst_release() by Eric Dumazet · 9 years ago
  99. e6604ecb Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  100. 79211c8 remove abs64() by Andrew Morton · 9 years ago