summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern2016-06-171-17/+0
* | | | | net: xfrm: fix old-style declarationArnd Bergmann2016-06-161-2/+2
* | | | | ila: Fix checksum neutral mappingTom Herbert2016-06-151-5/+5
* | | | | ipv6: export several functionsAlexander Aring2016-06-152-19/+10
* | | | | ipv6: introduce neighbour discovery opsAlexander Aring2016-06-153-37/+85
* | | | | addrconf: put prefix address add in an own functionAlexander Aring2016-06-151-94/+109
* | | | | ndisc: add __ndisc_fill_addr_option functionAlexander Aring2016-06-151-4/+10
* | | | | 6lowpan: add 802.15.4 short addr slaacAlexander Aring2016-06-151-2/+3
* | | | | net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2016-06-152-3/+4
* | | | | net: ipv6: Do not add multicast route for l3 master devicesDavid Ahern2016-06-151-1/+1
* | | | | ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa2016-06-115-8/+18
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-104-15/+13
|\| | | |
| * | | | ip6gre: Allow live link address changeShweta Choudaha2016-06-081-0/+3
| * | | | ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2016-06-081-8/+3
| * | | | tcp: record TLP and ER timer stats in v6 statsYuchung Cheng2016-06-071-1/+3
| * | | | Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet2016-06-021-6/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-011-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flagsPaolo Abeni2016-05-301-0/+1
* | | | | net: vrf: Fix crash when IPv6 is disabled at boot timeDavid Ahern2016-06-091-0/+6
* | | | | sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman2016-06-091-3/+0
* | | | | ip6gre: Allow live link address changeShweta Choudaha2016-06-081-0/+3
* | | | | net: Add l3mdev ruleDavid Ahern2016-06-081-2/+4
* | | | | ila: Perform only one translation in forwarding pathTom Herbert2016-06-084-9/+12
* | | | | net: vrf: ipv6 support for local traffic to local addressesDavid Ahern2016-06-081-0/+1
| |_|/ / |/| | |
* | | | skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-031-1/+1
|/ / /
* | | fou: fix IPv6 Kconfig optionsArnd Bergmann2016-05-312-2/+2
* | | fou: add Kconfig options for IPv6 supportArnd Bergmann2016-05-293-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-201-1/+1
* | | ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUEAlexander Duyck2016-05-201-4/+8
* | | ipv6: Don't reset inner headers in ip6_tnl_xmitTom Herbert2016-05-201-5/+0
* | | ip4ip6: Support for GSO/GROTom Herbert2016-05-202-1/+37
* | | ip6ip6: Support for GSO/GROTom Herbert2016-05-202-3/+26
* | | ipv6: Set features for IPv6 tunnelsTom Herbert2016-05-201-0/+9
* | | ip6_tunnel: Add support for fou/gue encapsulationTom Herbert2016-05-201-0/+72
* | | ip6_gre: Add support for fou/gue encapsulationTom Herbert2016-05-201-4/+75
* | | fou: Add encap ops for IPv6 tunnelsTom Herbert2016-05-202-0/+141
* | | ip6_tun: Add infrastructure for doing encapsulationTom Herbert2016-05-201-13/+81
* | | ipv6: Change "final" protocol processing for encapsulationTom Herbert2016-05-201-1/+14
* | | ipv6: Fix nexthdr for reinjectionTom Herbert2016-05-201-3/+15
* | | net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-202-4/+4
* | | gso: Remove arbitrary checks for unsupported GSOTom Herbert2016-05-202-31/+0
* | | 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/+3
* | | 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/+0