summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-041-1/+1
* fou: fix IPv6 Kconfig optionsArnd Bergmann2016-05-312-2/+2
* fou: add Kconfig options for IPv6 supportArnd Bergmann2016-05-303-2/+11
* ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan2016-05-241-0/+1
* ip6_gre: Fix MTU setting for ip6gretapHaishuang Yan2016-05-241-0/+2
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-05-211-1/+1
* ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUEAlexander Duyck2016-05-211-4/+8
* ipv6: Don't reset inner headers in ip6_tnl_xmitTom Herbert2016-05-211-5/+0Star
* ip4ip6: Support for GSO/GROTom Herbert2016-05-212-1/+37
* ip6ip6: Support for GSO/GROTom Herbert2016-05-212-3/+26
* ipv6: Set features for IPv6 tunnelsTom Herbert2016-05-211-0/+9
* ip6_tunnel: Add support for fou/gue encapsulationTom Herbert2016-05-211-0/+72
* ip6_gre: Add support for fou/gue encapsulationTom Herbert2016-05-211-4/+75
* fou: Add encap ops for IPv6 tunnelsTom Herbert2016-05-212-0/+141
* ip6_tun: Add infrastructure for doing encapsulationTom Herbert2016-05-211-13/+81
* ipv6: Change "final" protocol processing for encapsulationTom Herbert2016-05-211-1/+14
* ipv6: Fix nexthdr for reinjectionTom Herbert2016-05-211-3/+15
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-212-4/+4
* gso: Remove arbitrary checks for unsupported GSOTom Herbert2016-05-212-31/+0Star
* tcp: minor optimizations around tcp_hdr() usageEric Dumazet2016-05-161-3/+3
* sock: propagate __sock_cmsg_send() errorEric Dumazet2016-05-161-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-0/+2
|\
| * net/route: enforce hoplimit max valuePaolo Abeni2016-05-141-0/+2
* | udp: Resolve NULL pointer dereference over flow-based vxlan deviceAlexander Duyck2016-05-131-5/+3Star
* | gre: Fix wrong tpi->proto in WCCPHaishuang Yan2016-05-121-1/+1
* | ip6_gre: Fix get_size calculation for gre6 tunnelHaishuang Yan2016-05-121-3/+0Star
* | net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-121-0/+7
* | ipv6: fix 4in6 tunnel receive pathNicolas Dichtel2016-05-121-1/+1
* | ila: ipv6/ila: fix nlsize calculation for lwtunnelTom Herbert2016-05-101-2/+4
* | ip6_gre: Use correct flags for reading TUNNEL_SEQTom Herbert2016-05-101-2/+2
* | ip6: Don't set transport header in IPv6 tunnelingTom Herbert2016-05-101-2/+0Star
* | ip6_gre: Set inner protocol correctly in __gre6_xmitTom Herbert2016-05-101-1/+1
* | gre6: Fix flag translationsTom Herbert2016-05-101-8/+12
* | ip6_gre: Fix MTU settingTom Herbert2016-05-101-16/+13Star
* | net: l3mdev: Move get_saddr and rt6_dstDavid Ahern2016-05-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-092-4/+8
|\|
| * net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern2016-05-062-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-05-092-191/+46Star
|\ \
| * | netfilter: x_tables: get rid of old and inconsistent debuggingPablo Neira Ayuso2016-05-051-188/+41Star
| * | netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2016-04-291-2/+4
| * | netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output retur...Liping Zhang2016-04-251-1/+1
* | | net: vrf: Create FIB tables on link createDavid Ahern2016-05-061-0/+1
* | | gre6: add Kconfig dependency for NET_IPGRE_DEMUXArnd Bergmann2016-05-041-0/+1
* | | gre: change gre_parse_header to return the header lengthJiri Benc2016-05-041-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-2/+1Star
|\ \ \ | | |/ | |/|
| * | ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel2016-05-031-2/+1Star
* | | ipv6: add new struct ipcm6_cookieWei Wang2016-05-038-86/+92
* | | gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert2016-05-031-202/+50Star
* | | ipv6: Generic tunnel cleanupTom Herbert2016-05-031-2/+5
* | | ipv6: Create ip6_tnl_xmitTom Herbert2016-05-031-17/+30