1. e0ebde0 rtnetlink: release net refcnt on error in do_setlink() by Nicolas Dichtel · 10 years ago
  2. 8e84597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  3. f4713a3 net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks by Willem de Bruijn · 10 years ago
  4. aa68c20 bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK by Thomas Graf · 10 years ago
  5. 6f705d8 bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVE by Thomas Graf · 10 years ago
  6. 6e8d1c5 bridge: Validate IFLA_BRIDGE_FLAGS attribute length by Thomas Graf · 10 years ago
  7. b914c5b Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  8. c3658e8 tcp: fix possible NULL dereference in tcp_vX_send_reset() by Eric Dumazet · 10 years ago
  9. 43612d7 Revert "netfilter: conntrack: fix race in __nf_conntrack_confirm against get_next_corpse" by Pablo Neira · 10 years ago
  10. f375081 ip6_udp_tunnel: Fix checksum calculation by Alexander Duyck · 10 years ago
  11. 91a0b60 net/ping: handle protocol mismatching scenario by Jane Zhou · 10 years ago
  12. 6e58040 af_packet: fix sparse warning by Michael S. Tsirkin · 10 years ago
  13. be6572f ipv6: gre: fix wrong skb->protocol in WCCP by Yuri Chislov · 10 years ago
  14. 20ea60c ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic by lucien · 10 years ago
  15. b6fef4c ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid by Alexander Duyck · 10 years ago
  16. 8a84e01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  17. 0c228e8 tcp: Restore RFC5961-compliant behavior for SYN packets by Calvin Owens · 10 years ago
  18. e7820e3 net: Revert "net: avoid one atomic operation in skb_clone()" by Eric Dumazet · 10 years ago
  19. 7e09dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  20. c857781 Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  21. 0146240 ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg by Jiri Bohac · 10 years ago
  22. d3052bb openvswitch: Don't validate IPv6 label masks. by Joe Stringer · 10 years ago
  23. ffb1388 ipv6: delete protocol and unregister rtnetlink when cleanup by Duan Jiong · 10 years ago
  24. 6158fb3 Merge tag 'mac80211-for-john-2014-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  25. 093a146 SUNRPC: Fix locking around callback channel reply receive by Trond Myklebust · 10 years ago
  26. 280ba51 mac80211: minstrel_ht: fix a crash in rate sorting by Felix Fietkau · 10 years ago
  27. f0b4eec bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queries by Linus Lüssing · 10 years ago
  28. 97840cb netfilter: nfnetlink: fix insufficient validation in nfnetlink_bind by Pablo Neira Ayuso · 10 years ago
  29. feb91a0 ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs by Daniel Borkmann · 10 years ago
  30. c6ab766 Merge branch 'net_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch by David S. Miller · 10 years ago
  31. 52cff74 dcbnl : Disable software interrupts before taking dcb_lock by Anish Bhatt · 10 years ago
  32. f1227c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  33. 49dd18b ipv4: Fix incorrect error code when adding an unreachable route by Panu Matilainen · 10 years ago
  34. 1afcb6e Merge tag 'nfs-for-3.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  35. fecaef8 openvswitch: Validate IPv6 flow key and mask values. by Jarno Rajahalme · 10 years ago
  36. 8ec609d openvswitch: Convert dp rcu read operation to locked operations by Pravin B Shelar · 10 years ago
  37. 19e7a3d openvswitch: Fix NDP flow mask validation by Daniele Di Proietto · 10 years ago
  38. 856447d openvswitch: Fix checksum calculation when modifying ICMPv6 packets. by Jesse Gross · 10 years ago
  39. ab64f16 openvswitch: Fix memory leak. by Pravin B Shelar · 10 years ago
  40. 8a5809e Merge tag 'master-2014-11-11' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  41. 5195c14 netfilter: conntrack: fix race in __nf_conntrack_confirm against get_next_corpse by bill bonaparte · 10 years ago
  42. 5cf5203 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  43. cc9f1f5 libceph: change from BUG to WARN for __remove_osd() asserts by Ilya Dryomov · 10 years ago
  44. ba9d114 libceph: clear r_req_lru_item in __unregister_linger_request() by Ilya Dryomov · 10 years ago
  45. a390de0 libceph: unlink from o_linger_requests when clearing r_osd by Ilya Dryomov · 10 years ago
  46. aaef317 libceph: do not crash on large auth tickets by Ilya Dryomov · 10 years ago
  47. b3ecba0 sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptor by Jeff Layton · 10 years ago
  48. 6251edd netlink: Properly unbind in error conditions. by Hiroaki SHIMODA · 10 years ago
  49. b326dd3 netfilter: nf_tables: restore synchronous object release from commit/abort by Pablo Neira Ayuso · 10 years ago
  50. afefb6f netfilter: nft_compat: use the match->table to validate dependencies by Pablo Neira Ayuso · 10 years ago
  51. c918687 netfilter: nft_compat: relax chain type validation by Pablo Neira Ayuso · 10 years ago
  52. 2daf1b4 netfilter: nft_compat: use current net namespace by Pablo Neira Ayuso · 10 years ago
  53. 50656d9 ipvs: Keep skb->sk when allocating headroom on tunnel xmit by Calvin Owens · 10 years ago
  54. 5337b5b ipv6: fix IPV6_PKTINFO with v4 mapped by Eric Dumazet · 10 years ago
  55. 4184b2a net: sctp: fix memory leak in auth key management by Daniel Borkmann · 10 years ago
  56. e40607c net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packet by Daniel Borkmann · 10 years ago
  57. 2196937 netfilter: ipset: small potential read beyond the end of buffer by Dan Carpenter · 10 years ago
  58. cfdf1e1 udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. by Jesse Gross · 10 years ago
  59. 6168823 Merge tag 'mac80211-for-john-2014-11-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  60. 6b96686 netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_eval by Daniel Borkmann · 10 years ago
  61. 1f56231 Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  62. b31f65f net: dsa: slave: Fix autoneg for phys on switch MDIO bus by Andrew Lunn · 10 years ago
  63. 4f031fa mac80211: Fix regression that triggers a kernel BUG with CCMP by Ronald Wahl · 10 years ago
  64. 1f37bf8 tcp: zero retrans_stamp if all retrans were acked by Marcelo Leitner · 10 years ago
  65. d3ca9ea geneve: Unregister pernet subsys on module unload. by Jesse Gross · 10 years ago
  66. 45cac46 geneve: Set GSO type on transmit. by Jesse Gross · 10 years ago
  67. 0c9a67c Merge tag 'mac80211-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  68. ce1928d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  69. f03eb12 gre6: Move the setting of dev->iflink into the ndo_init functions. by Steffen Klassert · 10 years ago
  70. ebe084a sit: Use ipip6_tunnel_init as the ndo_init function. by Steffen Klassert · 10 years ago
  71. 16a0231 vti6: Use vti6_dev_init as the ndo_init function. by Steffen Klassert · 10 years ago
  72. 6c6151d ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function. by Steffen Klassert · 10 years ago
  73. c1207c0 netfilter: nft_reject_bridge: Fix powerpc build error by Guenter Roeck · 10 years ago
  74. b8fff40 mac80211: fix use-after-free in defragmentation by Johannes Berg · 10 years ago
  75. 4cb8c35 irda: stop calling sk_prot->disconnect() on connection failure by Linus Torvalds · 10 years ago
  76. e9226d7 libceph: eliminate unnecessary allocation in process_one_ticket() by Ilya Dryomov · 10 years ago
  77. e0fb6fb net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0 by Guenter Roeck · 10 years ago
  78. de05c40 mpls: Allow mpls_gso to be built as module by Pravin B Shelar · 10 years ago
  79. f7065f4 mpls: Fix mpls_gso handler. by Pravin B Shelar · 10 years ago
  80. e3a88f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  81. 127917c netfilter: nft_reject_bridge: restrict reject to prerouting and input by Pablo Neira Ayuso · 10 years ago
  82. 523b929 netfilter: nft_reject_bridge: don't use IP stack to reject traffic by Pablo Neira Ayuso · 10 years ago
  83. 8bfcdf6 netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions by Pablo Neira Ayuso · 10 years ago
  84. 052b949 netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functions by Pablo Neira Ayuso · 10 years ago
  85. 4d87716 netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routing by Pablo Neira Ayuso · 10 years ago
  86. 5188cd4 drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets by Ben Hutchings · 10 years ago
  87. 39bb5e6 net: skb_fclone_busy() needs to detect orphaned skb by Eric Dumazet · 10 years ago
  88. 14051f0 gre: Use inner mac length when computing tunnel length by Tom Herbert · 10 years ago
  89. fa19c2b0 ipv4: Do not cache routing failures due to disabled forwarding. by Nicolas Cavallari · 10 years ago
  90. 4623884 mac80211: properly flush delayed scan work on interface removal by Johannes Berg · 10 years ago
  91. 89baaa5 libceph: use memalloc flags for net IO by Mike Christie · 10 years ago
  92. d70127e inet: frags: remove the WARN_ON from inet_evict_bucket by Nikolay Aleksandrov · 10 years ago
  93. 65ba1f1 inet: frags: fix a race between inet_evict_bucket and inet_frag_kill by Nikolay Aleksandrov · 10 years ago
  94. b2ed64a ipv6: notify userspace when we added or changed an ipv6 token by Lubomir Rintel · 10 years ago
  95. d561090 sch_pie: schedule the timer after all init succeed by WANG Cong · 10 years ago
  96. ff1e417 mac80211: schedule the actual switch of the station before CSA count 0 by Luciano Coelho · 10 years ago
  97. 84469a4 mac80211: use secondary channel offset IE also beacons during CSA by Luciano Coelho · 10 years ago
  98. 10b6848 mac80211: flush keys for AP mode on ieee80211_do_stop by Felix Fietkau · 10 years ago
  99. 25946f2 Merge tag 'master-2014-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  100. ae43928 net: dsa: Error out on tagging protocol mismatches by Andrew Lunn · 10 years ago