1. aded9f3 netfilter: x_tables: remove obsolete check by Florian Westphal · 8 years ago
  2. 9560915 netfilter: x_tables: remove obsolete overflow check for compat case too by Florian Westphal · 8 years ago
  3. 09d9686 netfilter: x_tables: do compat validation via translate_table by Florian Westphal · 8 years ago
  4. 0188346 netfilter: x_tables: xt_compat_match_from_user doesn't need a retval by Florian Westphal · 8 years ago
  5. 329a080 netfilter: ip6_tables: simplify translate_compat_table args by Florian Westphal · 8 years ago
  6. ce683e5 netfilter: x_tables: check for bogus target offset by Florian Westphal · 8 years ago
  7. fc1221b netfilter: x_tables: add compat version of xt_check_entry_offsets by Florian Westphal · 8 years ago
  8. aa412ba netfilter: x_tables: kill check_entry helper by Florian Westphal · 8 years ago
  9. 7d35812 netfilter: x_tables: add and use xt_check_entry_offsets by Florian Westphal · 8 years ago
  10. 3647234 netfilter: x_tables: validate targets of jumps by Florian Westphal · 8 years ago
  11. f24e230 netfilter: x_tables: don't move to non-existent next rule by Florian Westphal · 8 years ago
  12. da0caad Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  13. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. 03c5b53 ipv6: fix inet6_lookup_listener() by Eric Dumazet · 8 years ago
  15. 1089ac6 Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  16. 3ba3458 ipv6: Count in extension headers in skb->network_header by Jakub Sitnicki · 8 years ago
  17. a602456 udp: Add GRO functions to UDP socket by Tom Herbert · 8 years ago
  18. 6305830 udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb by Tom Herbert · 8 years ago
  19. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 8 years ago
  20. 85f1e7c netfilter: ipv6: unnecessary to check whether ip6_route_output() returns NULL by Haishuang Yan · 8 years ago
  21. b6ee376 ip6_tunnel: set rtnl_link_ops before calling register_netdevice by Thadeu Lima de Souza Cascardo · 8 years ago
  22. 627d2d6 udp: enable MSG_PEEK at non-zero offset by samanthakumar · 8 years ago
  23. e6afc8a udp: remove headers from UDP packets before queueing by samanthakumar · 8 years ago
  24. 8f6fd83 rhashtable: accept GFP flags in rhashtable_walk_init by Bob Copeland · 8 years ago
  25. 9caad86 tcp: increment sk_drops for listeners by Eric Dumazet · 8 years ago
  26. 532182c tcp: increment sk_drops for dropped rx packets by Eric Dumazet · 8 years ago
  27. 3b24d85 tcp/dccp: do not touch listener sk_refcnt under synflood by Eric Dumazet · 8 years ago
  28. 2d33191 tcp/dccp: use rcu locking in inet_diag_find_one_icsk() by Eric Dumazet · 8 years ago
  29. ee3cf32 tcp/dccp: remove BH disable/enable in lookup by Eric Dumazet · 8 years ago
  30. ca065d0 udp: no longer use SLAB_DESTROY_BY_RCU by Eric Dumazet · 8 years ago
  31. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  32. ad1e46a ipv6: process socket-level control messages in IPv6 by Soheil Hassas Yeganeh · 8 years ago
  33. 2d42122 ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates by Eric Dumazet · 8 years ago
  34. 8fef24c netfilter: ip6t_SYNPROXY: remove magic number for hop_limit by Liping Zhang · 8 years ago
  35. b301f25 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES by Pablo Neira Ayuso · 8 years ago
  36. 54d83fc netfilter: x_tables: fix unconditional helper by Florian Westphal · 8 years ago
  37. 6e94e0c netfilter: x_tables: make sure e->next_offset covers remaining blob size by Florian Westphal · 8 years ago
  38. bdf533d netfilter: x_tables: validate e->target_offset early by Florian Westphal · 8 years ago
  39. 6579a02 net: ping: make ping_v6_sendmsg static by Haishuang Yan · 8 years ago
  40. a09a4c8 tunnels: Remove encapsulation offloads on decap. by Jesse Gross · 8 years ago
  41. fac8e0f tunnels: Don't apply GRO to multiple layers of encapsulation. by Jesse Gross · 8 years ago
  42. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  43. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  44. 2552821 tags: Fix DEFINE_PER_CPU expansions by Peter Zijlstra · 8 years ago
  45. 1cdba55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  46. 2646190 netfilter: Allow calling into nat helper without skb_dst. by Jarno Rajahalme · 8 years ago
  47. a44d6ea tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In by Martin KaFai Lau · 8 years ago
  48. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 8 years ago
  49. 136ba62 netconf: add macro to represent all attributes by Zhang Shengju · 8 years ago
  50. 1346114 ip_tunnel: add support for setting flow label via collect metadata by Daniel Borkmann · 8 years ago
  51. 3dc94f9 ipv6: per netns FIB garbage collection by Michal Kubeček · 8 years ago
  52. 9a03cd8 ipv6: per netns fib6 walkers by Michal Kubeček · 8 years ago
  53. 3570df9 ipv6: replace global gc_args with local variable by Michal Kubeček · 8 years ago
  54. 4c38cd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  55. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  56. 59dca1d udp6: fix UDP/IPv6 encap resubmit path by Bill Sommerfeld · 8 years ago
  57. 799977d net: ipv6: Fix refcnt on host routes by David Ahern · 8 years ago
  58. 5d150a98 ipv6: re-enable fragment header matching in ipv6_find_hdr by Florian Westphal · 8 years ago
  59. 1837b2e mld, igmp: Fix reserved tailroom calculation by Benjamin Poirier · 8 years ago
  60. 8a6bf5d netfilter: nft_masq: support port range by Pablo Neira Ayuso · 8 years ago
  61. b9e69e1 netfilter: xtables: don't hook tables by default by Florian Westphal · 8 years ago
  62. a67dd26 netfilter: xtables: prepare for on-demand hook register by Florian Westphal · 8 years ago
  63. 64d4e34 net: remove skb_sender_cpu_clear() by WANG Cong · 8 years ago
  64. 4f25a11 net: ipv6/l3mdev: Move host route on saved address if necessary by David Ahern · 8 years ago
  65. 2246387 GSO: Provide software checksum of tunneled UDP fragmentation offload by Alexander Duyck · 8 years ago
  66. f1705ec net: ipv6: Make address flushing on ifdown optional by David Ahern · 8 years ago
  67. 5146d1f tunnel: Clear IPCB(skb)->opt before dst_link_failure called by Bernie Harris · 8 years ago
  68. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. 84a8cbe ila: autoload module by Robert Shearman · 8 years ago
  70. 6b83d28 net: use skb_postpush_rcsum instead of own implementations by Daniel Borkmann · 8 years ago
  71. e0d8c1b ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6 by Wei Wang · 8 years ago
  72. a97eb33 rtnl: RTM_GETNETCONF: fix wrong return value by Anton Protopopov · 8 years ago
  73. d13b161 gre: clear IFF_TX_SKB_SHARING by Jiri Benc · 8 years ago
  74. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 8 years ago
  75. 7716682 tcp/dccp: fix another race at listener dismantle by Eric Dumazet · 8 years ago
  76. e21145a ipv4: namespacify ip_early_demux sysctl knob by Nikolay Borisov · 8 years ago
  77. e09acdd ip_tunnel: replace dst_cache with generic implementation by Paolo Abeni · 8 years ago
  78. 607f725 net: replace dst_cache ip6_tunnel implementation with the generic one by Paolo Abeni · 8 years ago
  79. dba36b3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  80. 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 8 years ago
  81. d75f130 net: udp: always set up for CHECKSUM_PARTIAL offload by Edward Cree · 8 years ago
  82. 179bc67 net: local checksum offload for encapsulation by Edward Cree · 8 years ago
  83. 7a02bf8 ipv6: add option to drop unsolicited neighbor advertisements by Johannes Berg · 8 years ago
  84. abbc304 ipv6: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 8 years ago
  85. c125e80 soreuseport: fast reuseport TCP socket selection by Craig Gallek · 8 years ago
  86. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 8 years ago
  87. 496611d inet: create IPv6-equivalent inet_hash function by Craig Gallek · 8 years ago
  88. 086c653 sock: struct proto hash function may error by Craig Gallek · 8 years ago
  89. 9cf7490 tcp: do not drop syn_recv on all icmp reports by Eric Dumazet · 8 years ago
  90. 44c3d0c ipv6: fix a lockdep splat by Eric Dumazet · 8 years ago
  91. 12ed824 ipv4: Namespaceify tcp syncookies sysctl knob by Nikolay Borisov · 8 years ago
  92. 16186a8 ipv6: addrconf: Fix recursive spin lock call by subashab@codeaurora.org · 8 years ago
  93. 34229b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  94. d93c625 netfilter: conntrack: resched in nf_ct_iterate_cleanup by Florian Westphal · 8 years ago
  95. 1cdda91 ipv6/udp: use sticky pktinfo egress ifindex on connect() by Paolo Abeni · 8 years ago
  96. 6f21c96 ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() by Paolo Abeni · 8 years ago
  97. cf80e0e tcp: Use ahash by Herbert Xu · 8 years ago
  98. 87e5739 sit: set rtnl_link_ops before calling register_netdevice by Thadeu Lima de Souza Cascardo · 8 years ago
  99. 32b6170 ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV by Thomas Egerer · 8 years ago
  100. d55f90b net: drop tcp_memcontrol.c by Vladimir Davydov · 8 years ago