1. 90b5ca1 net: ipmr/ip6mr: update lastuse on entry change by Nikolay Aleksandrov · 8 years ago
  2. ba66bbe udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skb by Daniel Borkmann · 8 years ago
  3. ea06f71 net: ipv6: Always leave anycast and multicast groups on link down by Mike Manning · 8 years ago
  4. c42d712 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  5. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. f4dc777 netfilter: x_tables: speed up jump target validation by Florian Westphal · 8 years ago
  7. 43b9e12 net: ipmr/ip6mr: add support for keeping an entry age by Nikolay Aleksandrov · 8 years ago
  8. a612769 udp: prevent bugcheck if filter truncates packet too much by Michal Kubeček · 8 years ago
  9. 927265b ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf() by Eric Dumazet · 8 years ago
  10. 49dbe7a sit: support MPLS over IPv4 by Simon Horman · 8 years ago
  11. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  12. ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  13. 903ce4a ipv6: Fix mem leak in rt6i_pcpu by Martin KaFai Lau · 8 years ago
  14. c37a2df netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF by Joe Perches · 8 years ago
  15. 468b021 netfilter: x_tables: simplify ip{6}table_mangle_hook() by Pablo Neira Ayuso · 8 years ago
  16. 19689e3 tcp: md5: use kmalloc() backed scratch areas by Eric Dumazet · 8 years ago
  17. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  18. 70a0dec ipmr/ip6mr: Initialize the last assert time of mfc entries. by Tom Goff · 8 years ago
  19. 48f1dcb ipv6: enforce egress device match in per table nexthop lookups by Paolo Abeni · 8 years ago
  20. 20e1954 ipv6: RFC 4884 partial support for SIT/GRE tunnels by Eric Dumazet · 8 years ago
  21. 2d7a3b2 ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEED by Eric Dumazet · 8 years ago
  22. 5fbba8a ip6: move ipip6_err_gen_icmpv6_unreach() by Eric Dumazet · 8 years ago
  23. b1cadc1 ipv6: icmp: add a force_saddr param to icmp6_send() by Eric Dumazet · 8 years ago
  24. afbac601 net: ipv6: Address selection needs to consider L3 domains by David Ahern · 8 years ago
  25. 0d240e7 net: vrf: Implement get_saddr for IPv6 by David Ahern · 8 years ago
  26. a2e2ff5 net: ipv6: Move ip6_route_get_saddr to inline by David Ahern · 8 years ago
  27. 318d3cc net: xfrm: fix old-style declaration by Arnd Bergmann · 8 years ago
  28. d5d8760 sit: correct IP protocol used in ipip6_err by Simon Horman · 8 years ago
  29. e582615 gre: fix error handler by Eric Dumazet · 8 years ago
  30. 0b797c8 ila: Fix checksum neutral mapping by Tom Herbert · 8 years ago
  31. cc84b3c ipv6: export several functions by Alexander Aring · 8 years ago
  32. f997c55 ipv6: introduce neighbour discovery ops by Alexander Aring · 8 years ago
  33. 4f67223 addrconf: put prefix address add in an own function by Alexander Aring · 8 years ago
  34. 8ec5da4 ndisc: add __ndisc_fill_addr_option function by Alexander Aring · 8 years ago
  35. 2ad3ed5 6lowpan: add 802.15.4 short addr slaac by Alexander Aring · 8 years ago
  36. 9ff7438 net: vrf: Handle ipv6 multicast and link-local addresses by David Ahern · 8 years ago
  37. ba46ee4 net: ipv6: Do not add multicast route for l3 master devices by David Ahern · 8 years ago
  38. d1e3728 udp reuseport: fix packet of same flow hashed to different socket by Su, Xuemin · 8 years ago
  39. c148d16 ipv6: fix checksum annotation in udp6_csum_init by Hannes Frederic Sowa · 8 years ago
  40. 5119bd1 ipv6: tcp: fix endianness annotation in tcp_v6_send_response by Hannes Frederic Sowa · 8 years ago
  41. dcb94b8 ipv6: fix endianness error in icmpv6_err by Hannes Frederic Sowa · 8 years ago
  42. 38b7097 ipv6: use TOS marks from sockets for routing decision by Hannes Frederic Sowa · 8 years ago
  43. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. e434863 net: vrf: Fix crash when IPv6 is disabled at boot time by David Ahern · 8 years ago
  45. adba931 sit: remove unnecessary protocol check in ipip6_tunnel_xmit() by Simon Horman · 8 years ago
  46. 76e48f9 ip6gre: Allow live link address change by Shweta Choudaha · 8 years ago
  47. 0a46baa ip6gre: Allow live link address change by Shweta Choudaha · 8 years ago
  48. 96c63fa net: Add l3mdev rule by David Ahern · 8 years ago
  49. 00bc0ef ipv6: Skip XFRM lookup if dst_entry in socket cache is valid by Jakub Sitnicki · 8 years ago
  50. 707a2ca ila: Perform only one translation in forwarding path by Tom Herbert · 8 years ago
  51. b4869aa net: vrf: ipv6 support for local traffic to local addresses by David Ahern · 8 years ago
  52. ce3cf4e tcp: record TLP and ER timer stats in v6 stats by Yuchung Cheng · 8 years ago
  53. ae7ef81 skbuff: introduce skb_gso_validate_mtu by Marcelo Ricardo Leitner · 8 years ago
  54. ce25d66 Possible problem with e6afc8ac ("udp: remove headers from UDP packets before queueing") by Eric Dumazet · 8 years ago
  55. fc14963 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  56. 95e4daa fou: fix IPv6 Kconfig options by Arnd Bergmann · 8 years ago
  57. 83170f3 netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flags by Paolo Abeni · 8 years ago
  58. fabb13d fou: add Kconfig options for IPv6 support by Arnd Bergmann · 8 years ago
  59. 252f3f5 ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path. by Haishuang Yan · 8 years ago
  60. 1b227e5 ip6_gre: Fix MTU setting for ip6gretap by Haishuang Yan · 8 years ago
  61. e5aed00 udp: prevent skbs lingering in tunnel socket queues by Hannes Frederic Sowa · 8 years ago
  62. 6a55368 ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUE by Alexander Duyck · 8 years ago
  63. 3ee93ea ipv6: Don't reset inner headers in ip6_tnl_xmit by Tom Herbert · 8 years ago
  64. b8921ca ip4ip6: Support for GSO/GRO by Tom Herbert · 8 years ago
  65. 815d22e ip6ip6: Support for GSO/GRO by Tom Herbert · 8 years ago
  66. 51c052d ipv6: Set features for IPv6 tunnels by Tom Herbert · 8 years ago
  67. b3a27b5 ip6_tunnel: Add support for fou/gue encapsulation by Tom Herbert · 8 years ago
  68. 1faf3d9 ip6_gre: Add support for fou/gue encapsulation by Tom Herbert · 8 years ago
  69. aa3463d fou: Add encap ops for IPv6 tunnels by Tom Herbert · 8 years ago
  70. 058214a ip6_tun: Add infrastructure for doing encapsulation by Tom Herbert · 8 years ago
  71. 1da44f9 ipv6: Change "final" protocol processing for encapsulation by Tom Herbert · 8 years ago
  72. 4c64242 ipv6: Fix nexthdr for reinjection by Tom Herbert · 8 years ago
  73. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 8 years ago
  74. 5c7cdf33 gso: Remove arbitrary checks for unsupported GSO by Tom Herbert · 8 years ago
  75. ea1627c tcp: minor optimizations around tcp_hdr() usage by Eric Dumazet · 8 years ago
  76. 2632616 sock: propagate __sock_cmsg_send() error by Eric Dumazet · 8 years ago
  77. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  78. 626abd5 net/route: enforce hoplimit max value by Paolo Abeni · 8 years ago
  79. ed7cbbc udp: Resolve NULL pointer dereference over flow-based vxlan device by Alexander Duyck · 8 years ago
  80. da73b4e gre: Fix wrong tpi->proto in WCCP by Haishuang Yan · 8 years ago
  81. 23f7221 ip6_gre: Fix get_size calculation for gre6 tunnel by Haishuang Yan · 8 years ago
  82. 74b2058 net: l3mdev: Add hook in ip and ipv6 by David Ahern · 8 years ago
  83. ca4aa97 ipv6: fix 4in6 tunnel receive path by Nicolas Dichtel · 8 years ago
  84. 1ddb6b7 ila: ipv6/ila: fix nlsize calculation for lwtunnel by Tom Herbert · 8 years ago
  85. b45bd1d ip6_gre: Use correct flags for reading TUNNEL_SEQ by Tom Herbert · 8 years ago
  86. 4b4a0c9 ip6: Don't set transport header in IPv6 tunneling by Tom Herbert · 8 years ago
  87. d27bff9 ip6_gre: Set inner protocol correctly in __gre6_xmit by Tom Herbert · 8 years ago
  88. f41fe3c gre6: Fix flag translations by Tom Herbert · 8 years ago
  89. db2ec95 ip6_gre: Fix MTU setting by Tom Herbert · 8 years ago
  90. 4a65896 net: l3mdev: Move get_saddr and rt6_dst by David Ahern · 8 years ago
  91. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  92. e8ed77d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  93. b3b4663 net: vrf: Create FIB tables on link create by David Ahern · 8 years ago
  94. 1d2f7b2 net: ipv6: tcp reset, icmp need to consider L3 domain by David Ahern · 8 years ago
  95. d7cdf81 netfilter: x_tables: get rid of old and inconsistent debugging by Pablo Neira Ayuso · 8 years ago
  96. 8bf42e9 gre6: add Kconfig dependency for NET_IPGRE_DEMUX by Arnd Bergmann · 8 years ago
  97. f132ae7 gre: change gre_parse_header to return the header length by Jiri Benc · 8 years ago
  98. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  99. 79e8dc8 ipv6/ila: fix nlsize calculation for lwtunnel by Nicolas Dichtel · 8 years ago
  100. 26879da ipv6: add new struct ipcm6_cookie by Wei Wang · 8 years ago