1. 418c96a net: filter: fix possible memory leak in __sk_prepare_filter() by Leon Yu · 10 years ago
  2. 0cfa5c0 tcp: fix cwnd undo on DSACK in F-RTO by Yuchung Cheng · 10 years ago
  3. 2d7a85f netlink: Only check file credentials for implicit destinations by Eric W. Biederman · 10 years ago
  4. 39c3609 net: fix inet_getid() and ipv6_select_ident() bugs by Eric Dumazet · 10 years ago
  5. e0d7968 bridge: Prevent insertion of FDB entry with disallowed vlan by Toshiaki Makita · 10 years ago
  6. c65c7a3 bridge: notify user space after fdb update by Jon Maxwell · 10 years ago
  7. 4b9b1cd net: fix wrong mac_len calculation for vlans by Nikolay Aleksandrov · 10 years ago
  8. 6ce995c Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  9. af0a171 batman-adv: fix NULL pointer dereferences by Marek Lindner · 10 years ago
  10. dbfc4b6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  11. f44a5f4 ipvs: Fix panic due to non-linear skb by Peter Christensen · 10 years ago
  12. 8646224 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  13. 5fa6a683 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  14. 5ca2504 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 10 years ago
  15. b6ed549 batman: fix a bogus warning from batadv_is_on_batman_iface() by Cong Wang · 10 years ago
  16. fbdc0ad ipv4: initialise the itag variable in __mkroute_input by Li RongQing · 10 years ago
  17. 4de462a ipv6: gro: fix CHECKSUM_COMPLETE support by Eric Dumazet · 10 years ago
  18. bf63ac7 net_sched: fix an oops in tcindex filter by Cong Wang · 10 years ago
  19. 78ff4be ip_tunnel: Initialize the fallback device properly by Steffen Klassert · 10 years ago
  20. d050de6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  21. 20b4f9c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 10 years ago
  22. 44a4085 bonding: Fix stacked device detection in arp monitoring by Vlad Yasevich · 10 years ago
  23. d38569a vlan: Fix lockdep warning with stacked vlan devices. by Vlad Yasevich · 10 years ago
  24. 4085ebe net: Find the nesting level of a given device by type. by Vlad Yasevich · 10 years ago
  25. 29e9824 net: gro: make sure skb->cb[] initial content has not to be zero by Eric Dumazet · 10 years ago
  26. 22fb22e ipv4: ip_tunnels: disable cache for nbma gre tunnels by Timo Teräs · 10 years ago
  27. d1c0b47 net/dsa/dsa.c: increment chip_index during of_node handling on dsa_of_probe() by Fabian Godehardt · 10 years ago
  28. 2e47b29 net: ipv6: make "ip -6 route get mark xyz" work. by Lorenzo Colitti · 10 years ago
  29. 2f67cc8 Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  30. 202630b Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  31. fde0133 af_rxrpc: Fix XDR length check in rxrpc key demarshalling. by Nathaniel W Filardo · 10 years ago
  32. f140662 crush: decode and initialize chooseleaf_vary_r by Ilya Dryomov · 10 years ago
  33. 178eda2 libceph: fix corruption when using page_count 0 page in rbd by Chunwei Chen · 10 years ago
  34. be7a010 ipv6: update Destination Cache entries when gateway turn into host by Duan Jiong · 10 years ago
  35. f895f0c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 10 years ago
  36. 200b916 rtnetlink: wait for unregistering devices in rtnl_link_unregister() by Cong Wang · 10 years ago
  37. cc2f338 batman-adv: fix local TT check for outgoing arp requests in DAT by Antonio Quartulli · 10 years ago
  38. 377fe0f batman-adv: increase orig refcount when storing ref in gw_node by Antonio Quartulli · 10 years ago
  39. be18101 batman-adv: fix reference counting imbalance while sending fragment by Antonio Quartulli · 10 years ago
  40. 16a4142 batman-adv: fix indirect hard_iface NULL dereference by Marek Lindner · 10 years ago
  41. 3b084e9 netfilter: nf_tables: fix trace of matching non-terminal rule by Pablo Neira Ayuso · 10 years ago
  42. 025a58f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 10 years ago
  43. eac94da Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  44. f5738e2 af_iucv: wrong mapping of sent and confirmed skbs by Ursula Braun · 10 years ago
  45. 40b9397 Bluetooth: Fix L2CAP LE debugfs entries permissions by Samuel Ortiz · 10 years ago
  46. b4b177a mac80211: fix on-channel remain-on-channel by Johannes Berg · 10 years ago
  47. 3a1cebe ipv6: fix calculation of option len in ip6_append_data by Hannes Frederic Sowa · 10 years ago
  48. 3d44052 net: avoid dependency of net_get_random_once on nop patching by Hannes Frederic Sowa · 10 years ago
  49. 6262971 Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  50. 2176d5d neigh: set nud_state to NUD_INCOMPLETE when probing router reachability by Duan Jiong · 10 years ago
  51. c52666a mac80211: fix suspend vs. association race by Emmanuel Grumbach · 10 years ago
  52. c896593 ip6_tunnel: fix potential NULL pointer dereference by Susant Sahani · 10 years ago
  53. c5e64d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  54. 7e9bc10 netfilter: nf_tables: fix missing return trace at the end of non-base chain by Pablo Neira Ayuso · 10 years ago
  55. f7e7e39 netfilter: nf_tables: fix bogus rulenum after goto action by Pablo Neira Ayuso · 10 years ago
  56. 7b9d5ef netfilter: nf_tables: fix tracing of the goto action by Pablo Neira Ayuso · 10 years ago
  57. 5467a51 netfilter: nf_tables: fix goto action by Pablo Neira Ayuso · 10 years ago
  58. 6d004d6 vti: Use the tunnel mark for lookup in the error handlers. by Steffen Klassert · 10 years ago
  59. fd71143 vti6: Don't unregister pernet ops twice on init errors by Mathias Krause · 10 years ago
  60. 709de13 batman-adv: fix removing neigh_ifinfo by Simon Wunderlich · 10 years ago
  61. d088be8 netfilter: nf_tables: reset rule number counter after jump and goto by Pablo Neira Ayuso · 10 years ago
  62. 7b955a9 batman-adv: always run purge_orig_neighbors by Simon Wunderlich · 10 years ago
  63. 000c8df batman-adv: fix neigh reference imbalance by Simon Wunderlich · 10 years ago
  64. c1e517f batman-adv: fix neigh_ifinfo imbalance by Simon Wunderlich · 10 years ago
  65. 1448eb5 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  66. b3d4056 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  67. f9ac71b mac80211: fix vif name tracing by Eliad Peller · 10 years ago
  68. 4a817aa mac80211: allow VHT with peers not capable of 40MHz by Johannes Berg · 10 years ago
  69. ba6b918 ping: move ping_group_range out of CONFIG_SYSCTL by Cong Wang · 10 years ago
  70. c9d8f1a ipv4: move local_port_range out of CONFIG_SYSCTL by Cong Wang · 10 years ago
  71. a8951d5 netfilter: Fix potential use after free in ip6_route_me_harder() by Sergey Popovich · 10 years ago
  72. 6153871 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 10 years ago
  73. aeefa1e ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation by Sergey Popovich · 10 years ago
  74. c1e756b Revert "net: core: introduce netif_skb_dev_features" by Florian Westphal · 10 years ago
  75. c7ba65d net: ip: push gso skb forwarding handling down the stack by Florian Westphal · 10 years ago
  76. 418a315 net: ipv6: send pkttoobig immediately if orig frag size > mtu by Florian Westphal · 10 years ago
  77. ca6c5d4 net: ipv4: ip_forward: fix inverted local_df test by Florian Westphal · 10 years ago
  78. cabae81 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  79. edb666f xfrm6: Properly handle unsupported protocols by Steffen Klassert · 10 years ago
  80. 2080cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  81. 5575eeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  82. e96f2e7 ip_tunnel: Set network header properly for IP_ECN_decapsulate() by Ying Cai · 10 years ago
  83. 2c4a336 vsock: Make transport the proto owner by Andy King · 10 years ago
  84. b8dff4e Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  85. aff09ce bridge: superfluous skb->nfct check in br_nf_dev_queue_xmit by Vasily Averin · 10 years ago
  86. 7c3d5ab ipv4: fix "conntrack zones" support for defrag user check in ip_expire by Vasily Averin · 10 years ago
  87. e669ba2 mac80211: fix nested rtnl locking on ieee80211_reconfig by Eliad Peller · 10 years ago
  88. 792e6aa cfg80211: add cfg80211_sched_scan_stopped_rtnl by Eliad Peller · 10 years ago
  89. c1fbb25 cfg80211: free sme on connection failures by Eliad Peller · 10 years ago
  90. f4ebddf mac80211: Fix mac80211 station info rx bitrate for IBSS mode by Henning Rogge · 10 years ago
  91. f6a082f net: sched: lock imbalance in hhf qdisc by John Fastabend · 10 years ago
  92. ecd15dd netfilter: nfnetlink: Fix use after free when it fails to process batch by Denys Fedoryshchenko · 10 years ago
  93. 895162b netfilter: ipv4: defrag: set local_df flag on defragmented skb by Florian Westphal · 10 years ago
  94. 812e4da Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 10 years ago
  95. 0cda345 tcp_cubic: fix the range of delayed_ack by Liu Yu · 10 years ago
  96. fc9f350 tcp: increment retransmit counters in tlp and fast open by Eric Dumazet · 10 years ago
  97. fe337ac netfilter: ctnetlink: don't add null bindings if no nat requested by Florian Westphal · 10 years ago
  98. 61622cc xfrm4: Properly handle unsupported protocols by Steffen Klassert · 10 years ago
  99. 92b2e75 libceph: fix non-default values check in apply_primary_affinity() by Ilya Dryomov · 10 years ago
  100. e374c61 net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iif by Julian Anastasov · 10 years ago