1. c348338 gro: Allow tunnel stacking in the case of FOU/GUE by Alexander Duyck · 8 years ago
  2. 2942119 netfilter: ipv4: fix NULL dereference by Liping Zhang · 8 years ago
  3. b301f25 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES by Pablo Neira Ayuso · 8 years ago
  4. 54d83fc netfilter: x_tables: fix unconditional helper by Florian Westphal · 8 years ago
  5. 6e94e0c netfilter: x_tables: make sure e->next_offset covers remaining blob size by Florian Westphal · 8 years ago
  6. bdf533d netfilter: x_tables: validate e->target_offset early by Florian Westphal · 8 years ago
  7. 995096a Fix returned tc and hoplimit values for route with IPv6 encapsulation by Quentin Armitage · 8 years ago
  8. 5197f34 net: Reset encap_level to avoid resetting features on inner IP headers by Alexander Duyck · 8 years ago
  9. 4cfc86f ipv4: initialize flowi4_flags before calling fib_lookup() by Lance Richardson · 8 years ago
  10. ad0ea19 ipv4: fix broadcast packets reception by Paolo Abeni · 8 years ago
  11. 3ba9d30 net: ipv4: Fix truncated timestamp returned by inet_current_timestamp() by Deepa Dinamani · 8 years ago
  12. a09a4c8 tunnels: Remove encapsulation offloads on decap. by Jesse Gross · 8 years ago
  13. fac8e0f tunnels: Don't apply GRO to multiple layers of encapsulation. by Jesse Gross · 8 years ago
  14. b8cba75 ipip: Properly mark ipip GRO packets as encapsulated. by Jesse Gross · 8 years ago
  15. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  16. fca5fdf ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it by Daniel Borkmann · 8 years ago
  17. e316ea6 tcp/dccp: remove obsolete WARN_ON() in icmp handlers by Eric Dumazet · 8 years ago
  18. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  19. 2552821 tags: Fix DEFINE_PER_CPU expansions by Peter Zijlstra · 8 years ago
  20. 1cdba55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  21. acffb58 net: diag: add a scheduling point in inet_diag_dump_icsk() by Eric Dumazet · 8 years ago
  22. 2646190 netfilter: Allow calling into nat helper without skb_dst. by Jarno Rajahalme · 8 years ago
  23. a44d6ea tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In by Martin KaFai Lau · 8 years ago
  24. 0833482 GSO/UDP: Use skb->len instead of udph->len to determine length of original skb by Alexander Duyck · 8 years ago
  25. fbd40ea ipv4: Don't do expensive useless work during inetdev destroy. by David S. Miller · 8 years ago
  26. 136ba62 netconf: add macro to represent all attributes by Zhang Shengju · 8 years ago
  27. c194cf9 gro: Defer clearing of flush bit in tunnel paths by Alexander Duyck · 8 years ago
  28. 473bd23 tcp: Add tcp_inq to get available receive bytes on socket by Tom Herbert · 8 years ago
  29. 4c38cd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  30. db3c613 bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit by Daniel Borkmann · 8 years ago
  31. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  32. a9d99ce tcp: fix tcpi_segs_in after connection establishment by Eric Dumazet · 8 years ago
  33. 8dfd329 arp: correct return value of arp_rcv by Zhang Shengju · 8 years ago
  34. 1837b2e mld, igmp: Fix reserved tailroom calculation by Benjamin Poirier · 8 years ago
  35. a9d5623 net/ipv4: remove left over dead code by Eric Engestrom · 8 years ago
  36. 8a6bf5d netfilter: nft_masq: support port range by Pablo Neira Ayuso · 8 years ago
  37. b9e69e1 netfilter: xtables: don't hook tables by default by Florian Westphal · 8 years ago
  38. a67dd26 netfilter: xtables: prepare for on-demand hook register by Florian Westphal · 8 years ago
  39. 5f54739 netfilter: nf_defrag_ipv4: Drop redundant ip_send_check() by Joe Stringer · 8 years ago
  40. 64d4e34 net: remove skb_sender_cpu_clear() by WANG Cong · 8 years ago
  41. b1b270d net: ipv4: tcp_probe: Replace timespec with timespec64 by Deepa Dinamani · 8 years ago
  42. 822c868 net: ipv4: Convert IP network timestamps to be y2038 safe by Deepa Dinamani · 8 years ago
  43. 2246387 GSO: Provide software checksum of tunneled UDP fragmentation offload by Alexander Duyck · 8 years ago
  44. 17b693c net: l3mdev: prefer VRF master for source address selection by David Lamparter · 8 years ago
  45. 3f2fb9a net: l3mdev: address selection should only consider devices in L3 domain by David Ahern · 8 years ago
  46. a8c4a25 ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL by Hannes Frederic Sowa · 8 years ago
  47. e5fbfc1 soreuseport: fix merge conflict in tcp bind by Craig Gallek · 8 years ago
  48. 5146d1f tunnel: Clear IPCB(skb)->opt before dst_link_failure called by Bernie Harris · 8 years ago
  49. 9bdfb3b tcp: convert cached rtt from usec to jiffies when feeding initial rto by Konstantin Khlebnikov · 8 years ago
  50. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  51. a97eb33 rtnl: RTM_GETNETCONF: fix wrong return value by Anton Protopopov · 8 years ago
  52. d13b161 gre: clear IFF_TX_SKB_SHARING by Jiri Benc · 8 years ago
  53. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 8 years ago
  54. 7716682 tcp/dccp: fix another race at listener dismantle by Eric Dumazet · 8 years ago
  55. deed49d route: check and remove route cache when we get route by Xin Long · 8 years ago
  56. 1eea84b tcp: correctly crypto_alloc_hash return check by Insu Yun · 8 years ago
  57. 7bbf3ca ipv4: Remove inet_lro library by Ben Hutchings · 8 years ago
  58. 52a773d net: Export ip fragment sysctl to unprivileged users by Nikolay Borisov · 8 years ago
  59. 0fbf4cb ipv4: namespacify ip fragment max dist sysctl knob by Nikolay Borisov · 8 years ago
  60. e21145a ipv4: namespacify ip_early_demux sysctl knob by Nikolay Borisov · 8 years ago
  61. 287b7f3 ipv4: Namespacify ip_dynaddr sysctl knob by Nikolay Borisov · 8 years ago
  62. dcd8799 igmp: net: Move igmp namespace init to correct file by Nikolay Borisov · 8 years ago
  63. fa50d97 ipv4: Namespaceify ip_default_ttl sysctl knob by Nikolay Borisov · 8 years ago
  64. cd9b266 tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_info by Eric Dumazet · 8 years ago
  65. 7292355 tcp: md5: release request socket instead of listener by Eric Dumazet · 8 years ago
  66. 3c1cb4d net/ipv4: add dst cache support for gre lwtunnels by Paolo Abeni · 8 years ago
  67. e09acdd ip_tunnel: replace dst_cache with generic implementation by Paolo Abeni · 8 years ago
  68. 3720228 tcp: do not set rtt_min to 1 by Eric Dumazet · 8 years ago
  69. 9194830 ipv4: fix memory leaks in ip_cmsg_send() callers by Eric Dumazet · 8 years ago
  70. 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 8 years ago
  71. 5393610 net: gre: Implement LCO for GRE over IPv4 by Edward Cree · 8 years ago
  72. 06f6229 fou: enable LCO in FOU and GUE by Edward Cree · 8 years ago
  73. d75f130 net: udp: always set up for CHECKSUM_PARTIAL offload by Edward Cree · 8 years ago
  74. 179bc67 net: local checksum offload for encapsulation by Edward Cree · 8 years ago
  75. ea8add2 tcp/dccp: better use of ephemeral ports in bind() by Eric Dumazet · 8 years ago
  76. 1580ab6 tcp/dccp: better use of ephemeral ports in connect() by Eric Dumazet · 8 years ago
  77. 165094a igmp: Namespacify igmp_qrv sysctl knob by Nikolay Borisov · 8 years ago
  78. 87a8a2a igmp: Namespaceify igmp_llm_reports sysctl knob by Nikolay Borisov · 8 years ago
  79. 166b6b2 igmp: Namespaceify igmp_max_msf sysctl knob by Nikolay Borisov · 8 years ago
  80. 815c527 igmp: Namespaceify igmp_max_memberships sysctl knob by Nikolay Borisov · 8 years ago
  81. dbef491 udp: Use uh->len instead of skb->len to compute checksum in segmentation by Alexander Duyck · 8 years ago
  82. fdaefd6 udp: Clean up the use of flags in UDP segmentation offload by Alexander Duyck · 8 years ago
  83. 3872035 gre: Use inner_proto to obtain inner header protocol by Alexander Duyck · 8 years ago
  84. 2e598af gre: Use GSO flags to determine csum need instead of GRE flags by Alexander Duyck · 8 years ago
  85. ddff00d net: Move skb_has_shared_frag check out of GRE code and into segmentation by Alexander Duyck · 8 years ago
  86. 08b64fc net: Store checksum result for offloaded GSO checksums by Alexander Duyck · 8 years ago
  87. 7fbeffe net: Update remote checksum segmentation to support use of GSO checksum by Alexander Duyck · 8 years ago
  88. bef3c6c net: Drop unecessary enc_features variable from tunnel segmentation functions by Alexander Duyck · 8 years ago
  89. 97daf33 ipv4: add option to drop gratuitous ARP packets by Johannes Berg · 8 years ago
  90. 12b74df ipv4: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 8 years ago
  91. c125e80 soreuseport: fast reuseport TCP socket selection by Craig Gallek · 8 years ago
  92. a583636 inet: refactor inet[6]_lookup functions to take skb by Craig Gallek · 8 years ago
  93. 086c653 sock: struct proto hash function may error by Craig Gallek · 8 years ago
  94. 7e05915 vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices by David Wragg · 8 years ago
  95. 5f74f82 net:Add sysctl_max_skb_frags by Hans Westgaard Ry · 8 years ago
  96. 9cf7490 tcp: do not drop syn_recv on all icmp reports by Eric Dumazet · 8 years ago
  97. 0aca737 tcp: Fix syncookies sysctl default. by David S. Miller · 8 years ago
  98. 4979f2d ipv4: Namespaceify tcp_notsent_lowat sysctl knob by Nikolay Borisov · 8 years ago
  99. 1e579ca ipv4: Namespaceify tcp_fin_timeout sysctl knob by Nikolay Borisov · 8 years ago
  100. c402d9b ipv4: Namespaceify tcp_orphan_retries sysctl knob by Nikolay Borisov · 8 years ago