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