1. e37ad9fd netfilter: nf_conntrack: allow server to become a client in TW handling by Marcelo Leitner · 10 years ago
  2. 7c1c97d net: sched: initialize bstats syncp by Sabrina Dubroca · 10 years ago
  3. 78fd1d0 netlink: Re-add locking to netlink_lookup() and seq walker by Thomas Graf · 10 years ago
  4. 1a194c2 tipc: fix lockdep warning when intra-node messages are delivered by Ying Xue · 10 years ago
  5. 7b8613e tipc: fix a potential deadlock by Ying Xue · 10 years ago
  6. f993bc2 net: core: handle encapsulation offloads when computing segment lengths by Florian Westphal · 10 years ago
  7. 330966e net: make skb_gso_segment error handling more robust by Florian Westphal · 10 years ago
  8. 1e16aa3 net: gso: use feature flag argument in all protocol gso handlers by Florian Westphal · 10 years ago
  9. ce8ec48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  10. 11b2357 mac80211: minstrels: fix buffer overflow in HT debugfs rc_stats by Karl Beldan · 10 years ago
  11. e25b492 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  12. 228b16c Net: DSA: Fix checking for get_phy_flags function by Andrew Lunn · 10 years ago
  13. 0e6e58f Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  14. a6d4518 ipv6: fix a potential use after free in sit.c by Li RongQing · 10 years ago
  15. fc6fb41 ipv6: fix a potential use after free in ip6_offload.c by Li RongQing · 10 years ago
  16. b4e3cef ipv4: fix a potential use after free in gre_offload.c by Li RongQing · 10 years ago
  17. 2e923b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  18. 1e2d56a netfilter: nft_nat: dump attributes if they are set by Pablo Neira Ayuso · 10 years ago
  19. 61cfac6b netfilter: nft_nat: NFTA_NAT_REG_ADDR_MAX depends on NFTA_NAT_REG_ADDR_MIN by Pablo Neira Ayuso · 10 years ago
  20. 5c819a3 netfilter: nft_nat: insufficient attribute validation by Pablo Neira Ayuso · 10 years ago
  21. f3f5dde netfilter: nft_compat: validate chain type in match/target by Pablo Neira Ayuso · 10 years ago
  22. a282054 net: dsa: add includes for ethtool and phy_fixed definitions by Florian Fainelli · 10 years ago
  23. 25ef132 openvswitch: Set flow-key members. by Pravin B Shelar · 10 years ago
  24. dc8e541 netrom: use linux/uaccess.h by Fabian Frederick · 10 years ago
  25. 643566d tipc: fix bug in bundled buffer reception by Jon Paul Maloy · 10 years ago
  26. 870c315 ipv6: introduce tcp_v6_iif() by Eric Dumazet · 10 years ago
  27. d8f00d2 ipv4: fix a potential use after free in fou.c by Li RongQing · 10 years ago
  28. 1245dfc ipv4: fix a potential use after free in ip_tunnel_core.c by Li RongQing · 10 years ago
  29. f47de06 openvswitch: Create right mask with disabled megaflows by Pravin B Shelar · 10 years ago
  30. 389f489 openvswitch: fix a use after free by Li RongQing · 10 years ago
  31. 4062090 ipv4: dst_entry leak in ip_send_unicast_reply() by Vasily Averin · 10 years ago
  32. 461b74c ipv4: clean up cookie_v4_check() by Cong Wang · 10 years ago
  33. e25f866 ipv4: share tcp_v4_save_options() with cookie_v4_check() by Cong Wang · 10 years ago
  34. 2077eeb ipv4: call __ip_options_echo() in cookie_v4_check() by Cong Wang · 10 years ago
  35. 4e8febd openvswitch: use vport instead of p by Fabian Frederick · 10 years ago
  36. 7e78cc4 openvswitch: kerneldoc warning fix by Fabian Frederick · 10 years ago
  37. 04ffcb2 net: Add ndo_gso_check by Tom Herbert · 10 years ago
  38. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  39. 6b04908 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  40. 64b4cc3 9p/trans_virtio: enable VQs early by Michael S. Tsirkin · 10 years ago
  41. 9b462d0 tcp: TCP Small Queues and strange attractors by Eric Dumazet · 10 years ago
  42. e53da5f net: Trap attempts to call sock_kfree_s() with a NULL pointer. by David S. Miller · 10 years ago
  43. dee49f2 rds: avoid calling sock_kfree_s() on allocation failure by Cong Wang · 10 years ago
  44. 91c4467 caif_usb: use target structure member in memset by Fabian Frederick · 10 years ago
  45. 7970f19 caif_usb: remove redundant memory message by Fabian Frederick · 10 years ago
  46. 6ff1e1e3 caif: replace kmalloc/memset 0 by kzalloc by Fabian Frederick · 10 years ago
  47. f76936d ipv4: fix nexthop attlen check in fib_nh_match by Jiri Pirko · 10 years ago
  48. ad971f6 tcp: fix tcp_ack() performance problem by Eric Dumazet · 10 years ago
  49. f9865f0 libceph: ceph-msgr workqueue needs a resque worker by Ilya Dryomov · 10 years ago
  50. 25f8977 libceph: separate multiple ops with commas in debugfs output by Ilya Dryomov · 10 years ago
  51. 70b5bfa libceph: sync osd op definitions in rados.h by Ilya Dryomov · 10 years ago
  52. e4339d28 libceph: reference counting pagelist by Yan, Zheng · 10 years ago
  53. 02ea807 ipv6: remove aca_lock spinlock from struct ifacaddr6 by Li RongQing · 10 years ago
  54. b2532eb tcp: fix ooo_okay setting vs Small Queues by Eric Dumazet · 10 years ago
  55. 91883cd libceph: don't try checking queue_work() return value by Ilya Dryomov · 10 years ago
  56. b9a6789 libceph: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  57. 589506f libceph: fix a use after free issue in osdmap_set_max_osd by Li RongQing · 10 years ago
  58. dc220db libceph: select CRYPTO_CBC in addition to CRYPTO_AES by Ilya Dryomov · 10 years ago
  59. 2cc6128 libceph: resend lingering requests with a new tid by Ilya Dryomov · 10 years ago
  60. f671b58 libceph: abstract out ceph_osd_request enqueue logic by Ilya Dryomov · 10 years ago
  61. 26b87c7 net: sctp: fix remote memory pressure from excessive queueing by Daniel Borkmann · 10 years ago
  62. b69040d net: sctp: fix panic on duplicate ASCONF chunks by Daniel Borkmann · 10 years ago
  63. 9de7922 net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks by Daniel Borkmann · 10 years ago
  64. 493618a netfilter: nft_compat: fix hook validation for non-base chains by Pablo Neira Ayuso · 10 years ago
  65. c7abf25 mac80211: fix typo in starting baserate for rts_cts_rate_idx by Karl Beldan · 10 years ago
  66. 5df1415 lib80211: remove unused print_ssid() by Andy Shevchenko · 10 years ago
  67. b7a8d75 batman-adv: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  68. 1808274 netfilter: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  69. 7210e4e netfilter: nf_tables: restrict nat/masq expressions to nat chain type by Pablo Neira Ayuso · 10 years ago
  70. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  71. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  72. ca32188 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  73. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  74. ab2d725 netfilter: missing module license in the nf_reject_ipvX modules by Pablo Neira Ayuso · 10 years ago
  75. 4c45058 net: fix races in page->_count manipulation by Eric Dumazet · 10 years ago
  76. 5af7fb6 flow-dissector: Fix alignment issue in __skb_flow_get_ports by Alexander Duyck · 10 years ago
  77. 8ea6e34 net: filter: fix the comments by Li RongQing · 10 years ago
  78. 38b3629 net: bpf: fix bpf syscall dependence on anon_inodes by Alexei Starovoitov · 10 years ago
  79. 7b6fa1e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  80. 4511a4a Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  81. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  82. b8358d7 net_sched: restore qdisc quota fairness limits after bulk dequeue by Jesper Dangaard Brouer · 10 years ago
  83. de3f0d0 net: Missing @ before descriptions cause make xmldocs warning by Masanari Iida · 10 years ago
  84. 252e07c nl80211: sanity check the channel switch counter value by Luciano Coelho · 10 years ago
  85. bc37b16 net: rfkill: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  86. c12bc48 mac80211: return the vif's chandef in ieee80211_cfg_get_channel() by Luciano Coelho · 10 years ago
  87. 8975ae8 mac80211: fix warning on htmldocs for last_tdls_pkt_time by Liad Kaufman · 10 years ago
  88. 24dff96 fix misuses of f_count() in ppp and netlink by Al Viro · 10 years ago
  89. 59f35b8 netlabel: kernel-doc warning fix by Fabian Frederick · 10 years ago
  90. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  91. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  92. 16b99a4 netlabel: directly return netlbl_unlabel_genl_init() by Fabian Frederick · 10 years ago
  93. 5301e3e net_sched: copy exts->type in tcf_exts_change() by WANG Cong · 10 years ago
  94. 2f29fed net: rfkill: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  95. 6dea073 Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  96. 25641c0 Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  97. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  98. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  99. 28b7dea wimax: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  100. 505e907 af_unix: remove 0 assignment on static by Fabian Frederick · 10 years ago