summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2016-08-16net: ipv6: Always leave anycast and multicast groups on link downMike Manning
2016-08-16udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček
2016-07-05ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau
2016-06-28ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-06-27ipv6: enforce egress device match in per table nexthop lookupsPaolo Abeni
2016-06-16sit: correct IP protocol used in ipip6_errSimon Horman
2016-06-15gre: fix error handlerEric Dumazet
2016-06-14udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin
2016-06-14ipv6: fix checksum annotation in udp6_csum_initHannes Frederic Sowa
2016-06-14ipv6: tcp: fix endianness annotation in tcp_v6_send_responseHannes Frederic Sowa
2016-06-14ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa
2016-06-08ip6gre: Allow live link address changeShweta Choudaha
2016-06-08ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki
2016-06-07tcp: record TLP and ER timer stats in v6 statsYuchung Cheng
2016-06-02Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-05-31fou: fix IPv6 Kconfig optionsArnd Bergmann
2016-05-30netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flagsPaolo Abeni
2016-05-29fou: add Kconfig options for IPv6 supportArnd Bergmann
2016-05-24ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan
2016-05-24ip6_gre: Fix MTU setting for ip6gretapHaishuang Yan
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-05-20ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUEAlexander Duyck
2016-05-20ipv6: Don't reset inner headers in ip6_tnl_xmitTom Herbert
2016-05-20ip4ip6: Support for GSO/GROTom Herbert
2016-05-20ip6ip6: Support for GSO/GROTom Herbert
2016-05-20ipv6: Set features for IPv6 tunnelsTom Herbert
2016-05-20ip6_tunnel: Add support for fou/gue encapsulationTom Herbert
2016-05-20ip6_gre: Add support for fou/gue encapsulationTom Herbert
2016-05-20fou: Add encap ops for IPv6 tunnelsTom Herbert
2016-05-20ip6_tun: Add infrastructure for doing encapsulationTom Herbert
2016-05-20ipv6: Change "final" protocol processing for encapsulationTom Herbert
2016-05-20ipv6: Fix nexthdr for reinjectionTom Herbert
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-05-20gso: Remove arbitrary checks for unsupported GSOTom Herbert
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet
2016-05-16sock: propagate __sock_cmsg_send() errorEric Dumazet
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni
2016-05-13udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan
2016-05-12ip6_gre: Fix get_size calculation for gre6 tunnelHaishuang Yan
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern
2016-05-11ipv6: fix 4in6 tunnel receive pathNicolas Dichtel
2016-05-10ila: ipv6/ila: fix nlsize calculation for lwtunnelTom Herbert
2016-05-10ip6_gre: Use correct flags for reading TUNNEL_SEQTom Herbert
2016-05-10ip6: Don't set transport header in IPv6 tunnelingTom Herbert
2016-05-10ip6_gre: Set inner protocol correctly in __gre6_xmitTom Herbert
2016-05-10gre6: Fix flag translationsTom Herbert