1. 3aed822 netfilter: nft_meta: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
  2. 02a56c8 net_sched: em_meta: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
  3. 743b2a6 sched: cls_flow: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
  4. fdd723e netfilter: xt_owner: use skb_to_full_sk() helper by Eric Dumazet · 9 years ago
  5. 49a496c tcp: use correct req pointer in tcp_move_syn() calls by Eric Dumazet · 9 years ago
  6. 30f7ea1 packet: race condition in packet_bind by Francesco Ruggeri · 9 years ago
  7. f668f5f ipv4: use sk_fullsock() in ipv4_conntrack_defrag() by Eric Dumazet · 9 years ago
  8. 805c4bc tcp: fix req->saved_syn race by Eric Dumazet · 9 years ago
  9. 0962733 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  10. 2a189f9e ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_dev by Sabrina Dubroca · 9 years ago
  11. 4062418 Bluetooth: L2CAP: Add missing checks for invalid LE DCID by Johan Hedberg · 9 years ago
  12. ab0c127 Bluetooth: L2CAP: Fix checked range when allocating new CID by Johan Hedberg · 9 years ago
  13. 8a7889c Bluetooth: L2CAP: Fix returning correct LE CoC response codes by Johan Hedberg · 9 years ago
  14. 2ab216a Bluetooth: Check for supported white list before issuing commands by Marcel Holtmann · 9 years ago
  15. 7362945 VSOCK: call sk->sk_data_ready() on accept() by Stefan Hajnoczi · 9 years ago
  16. e7868a8 net/core: ensure features get disabled on new lower devs by Jarod Wilson · 9 years ago
  17. e1b8d90 net: Fix prefsrc lookups by David Ahern · 9 years ago
  18. 87e9f03 ipv4: fix a potential deadlock in mcast getsockopt() path by WANG Cong · 9 years ago
  19. 4ee3bd4 ipv4: disable BH when changing ip local port range by WANG Cong · 9 years ago
  20. d9c7dbc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  21. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  22. 0c63d80 switchdev: respect SKIP_EOPNOTSUPP flag in case there is no recursion by Jiri Pirko · 9 years ago
  23. 2a4f417 net: sched: kill dead code in sch_choke.c by Phil Sutter · 9 years ago
  24. 37b8e1c irda: Delete an unnecessary check before the function call "irlmp_unregister_service" by Markus Elfring · 9 years ago
  25. b3047a7 Merge tag 'mac80211-for-davem-2015-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  26. 5ba3f7d net/core: fix for_each_netdev_feature by Jarod Wilson · 9 years ago
  27. 74f2d19c vlan: Invoke driver vlan hooks only if device is present by Padmanabh Ratnakar · 9 years ago
  28. 5f94c94 ptp: Change ptp_class to a proper bitmask by Stefan Sørensen · 9 years ago
  29. ebac62f ipv6: fix tunnel error handling by Michal Kubeček · 9 years ago
  30. e420842 cfg80211: allow AID/listen interval changes for unassociated station by Ayala Beker · 9 years ago
  31. dcae9e0 mac80211: document sleep requirements for channel context ops by Chaitanya T K · 9 years ago
  32. ef95d8b mac80211: further improve "no supported rates" warning by Johannes Berg · 9 years ago
  33. 2ed77ea mac80211: treat bad WMM parameters more gracefully by Johannes Berg · 9 years ago
  34. 730a7550 mac80211: fixup AIFSN instead of disabling WMM by Emmanuel Grumbach · 9 years ago
  35. cec6628 mac80211: make enable_qos parameter to ieee80211_set_wmm_default() by Johannes Berg · 9 years ago
  36. 520c75d mac80211: fix crash on mesh local link ID generation with VIFs by Matthias Schiffer · 9 years ago
  37. 57f255f mac80211: TDLS: add proper HT-oper IE by Arik Nemtsov · 9 years ago
  38. 0d440ea mac80211: don't reconfigure sched scan in case of wowlan by Eliad Peller · 9 years ago
  39. 968a76c mac80211: call drv_stop only if driver is started by Eliad Peller · 9 years ago
  40. c189a68 mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smps by Andrei Otcheretianski · 9 years ago
  41. 43d6df0 mac80211: use freezable workqueue for restart work by Eliad Peller · 9 years ago
  42. a64cba3 mac80211: Fix local deauth while associating by Andrei Otcheretianski · 9 years ago
  43. 254d3df mac80211: allow null chandef in tracing by Arik Nemtsov · 9 years ago
  44. 4baf6be nl80211: Fix potential memory leak from parse_acl_data by Ola Olsson · 9 years ago
  45. 519ee69 mac80211: fix divide by zero when NOA update by Janusz.Dziedzic@tieto.com · 9 years ago
  46. fd867d5 net/core: generic support for disabling netdev features down stack by Jarod Wilson · 9 years ago
  47. 4ece900 sit: fix sit0 percpu double allocations by Eric Dumazet · 9 years ago
  48. 1d6119b net: fix percpu memory leaks by Eric Dumazet · 9 years ago
  49. ec13ad1 ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed source by Matthias Schiffer · 9 years ago
  50. 9e17f8a net: make skb_set_owner_w() more robust by Eric Dumazet · 9 years ago
  51. eca1e00 bridge: vlan: Use rcu_dereference instead of rtnl_dereference by Ido Schimmel · 9 years ago
  52. 44f49dd ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in preemptible context. by Ani Sinha · 9 years ago
  53. ddd611d bridge: vlan: Use correct flag name in comment by Ido Schimmel · 9 years ago
  54. 07bc588 bridge: vlan: Prevent possible use-after-free by Ido Schimmel · 9 years ago
  55. ce10500 tcp/dccp: fix ireq->pktopts race by Eric Dumazet · 9 years ago
  56. 7b56543 RDS: convert bind hash table to re-sizable hashtable by santosh.shilimkar@oracle.com · 9 years ago
  57. d3ffaefa net: rds: changing the return type from int to void by Saurabh Sengar · 9 years ago
  58. 9920e48 ipv4: use l4 hash for locally generated multipath flows by Paolo Abeni · 9 years ago
  59. 1032a66 Use 64-bit timekeeping by Tina Ruchandani · 9 years ago
  60. c9b3292 ipv4: update RTNH_F_LINKDOWN flag on UP event by Julian Anastasov · 9 years ago
  61. 4f823de ipv4: fix to not remove local route on link down by Julian Anastasov · 9 years ago
  62. 76e398a net: dsa: use switchdev obj for VLAN add/del ops by Vivien Didelot · 9 years ago
  63. ea3803c VSOCK: define VSOCK_SS_LISTEN once only by Stefan Hajnoczi · 9 years ago
  64. 5cbb28a tipc: linearize arriving NAME_DISTR and LINK_PROTO buffers by Jon Paul Maloy · 9 years ago
  65. 405c92f ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment by Hannes Frederic Sowa · 9 years ago
  66. 682b1a9 ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked sockets by Hannes Frederic Sowa · 9 years ago
  67. dbd3393 ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment by Hannes Frederic Sowa · 9 years ago
  68. d749c9c ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked sockets by Hannes Frederic Sowa · 9 years ago
  69. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  70. e7b63ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 9 years ago
  71. e258d91 switchdev: fix: pass correct obj size when deferring obj add by Scott Feldman · 9 years ago
  72. 3a7bde5 switchdev: fix: erasing too much of vlan obj when handling multiple vlan specs by Scott Feldman · 9 years ago
  73. 740215d Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 9 years ago
  74. 5bf8921 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  75. b7b0b1d ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTU by Alexander Duyck · 9 years ago
  76. 741af00 switchdev: Add support for flood control by Ido Schimmel · 9 years ago
  77. b7af147 bridge: set is_local and is_static before fdb entry is added to the fdb hashtable by Roopa Prabhu · 9 years ago
  78. 89bc784 ipv6: protect mtu calculation of wrap-around and infinite loop by rounding issues by Hannes Frederic Sowa · 9 years ago
  79. 1e0d69a Revert "Merge branch 'ipv6-overflow-arith'" by Hannes Frederic Sowa · 9 years ago
  80. f116317 NFC: nci: non-static functions can not be inline by Robert Dolca · 9 years ago
  81. cf4b24f mpls: reduce memory usage of routes by Robert Shearman · 9 years ago
  82. b4e04fc mpls: fix forwarding using v4/v6 explicit null by Robert Shearman · 9 years ago
  83. 8ce675f RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_data_recv by Sowmini Varadhan · 9 years ago
  84. dbc3617 netfilter: nfnetlink: don't probe module if it exists by Florian Westphal · 9 years ago
  85. 080a270 sock: don't enable netstamp for af_unix sockets by Hannes Frederic Sowa · 9 years ago
  86. 6f5cade openvswitch: Fix skb leak using IPv6 defrag by Joe Stringer · 9 years ago
  87. 190b8ff ipv6: Export nf_ct_frag6_consume_orig() by Joe Stringer · 9 years ago
  88. 74c1661 openvswitch: Fix double-free on ip_defrag() errors by Joe Stringer · 9 years ago
  89. c2229fe fib_trie: leaf_walk_rcu should not compute key if key is less than pn->key by Alexander Duyck · 9 years ago
  90. 324e786 bluetooth: 6lowpan: fix NOHZ: local_softirq_pending by Alexander Aring · 9 years ago
  91. 94f9cd8 netfilter: nf_nat_redirect: add missing NULL pointer check by Munehisa Kamata · 9 years ago
  92. 8941faa net: tso: add support for IPv6 by emmanuel.grumbach@intel.com · 9 years ago
  93. 7e3b6e7 ipv6: gre: support SIT encapsulation by Eric Dumazet · 9 years ago
  94. 2c501cd Bluetooth: Fix crash on fast disconnect of SCO by Kuba Pawlak · 9 years ago
  95. 4b3418f ipv6: icmp: include addresses in debug messages by Bjørn Mork · 9 years ago
  96. 2bd8324 NFC: NCI: allow spi driver to choose transfer clock by Vincent Cuissard · 9 years ago
  97. fcd9d04 NFC: NCI: move generic spi driver to a module by Vincent Cuissard · 9 years ago
  98. e5629d2 NFC: NCI: export nci_send_frame and nci_send_cmd function by Vincent Cuissard · 9 years ago
  99. 15d1717 NFC: st21nfca: Add support for proprietary commands by Christophe Ricard · 9 years ago
  100. 064d004 NFC: st-nci: Add few code style fixes by Christophe Ricard · 9 years ago