summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Huw Davies1-0/+86
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies1-3/+9
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies2-1/+595
2016-06-27ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Huw Davies1-0/+49
2016-06-27netlabel: Add support for removing a CALIPSO DOI.Huw Davies1-0/+48
2016-06-27netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies1-0/+41
2016-06-27netlabel: Add support for querying a CALIPSO DOI.Huw Davies1-0/+68
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies3-1/+178
2016-06-27ipv6: enforce egress device match in per table nexthop lookupsPaolo Abeni1-1/+1
2016-06-19ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2-5/+27
2016-06-19ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2-6/+12
2016-06-19ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2-37/+40
2016-06-19ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet2-3/+6
2016-06-18net: ipv6: Address selection needs to consider L3 domainsDavid Ahern1-0/+48
2016-06-18net: vrf: Implement get_saddr for IPv6David Ahern1-2/+10
2016-06-18net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern1-17/+0
2016-06-17net: xfrm: fix old-style declarationArnd Bergmann1-2/+2
2016-06-17sit: correct IP protocol used in ipip6_errSimon Horman1-2/+2
2016-06-16gre: fix error handlerEric Dumazet1-1/+1
2016-06-16ila: Fix checksum neutral mappingTom Herbert1-5/+5
2016-06-16ipv6: export several functionsAlexander Aring2-19/+10
2016-06-16ipv6: introduce neighbour discovery opsAlexander Aring3-37/+85
2016-06-16addrconf: put prefix address add in an own functionAlexander Aring1-94/+109
2016-06-16ndisc: add __ndisc_fill_addr_option functionAlexander Aring1-4/+10
2016-06-166lowpan: add 802.15.4 short addr slaacAlexander Aring1-2/+3
2016-06-15net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2-3/+4
2016-06-15net: ipv6: Do not add multicast route for l3 master devicesDavid Ahern1-1/+1
2016-06-15udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin1-55/+16
2016-06-14ipv6: fix checksum annotation in udp6_csum_initHannes Frederic Sowa1-2/+5
2016-06-14ipv6: tcp: fix endianness annotation in tcp_v6_send_responseHannes Frederic Sowa1-2/+2
2016-06-14ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa1-1/+1
2016-06-12ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa5-8/+18
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-15/+13
2016-06-10net: vrf: Fix crash when IPv6 is disabled at boot timeDavid Ahern1-0/+6
2016-06-09sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman1-3/+0
2016-06-09ip6gre: Allow live link address changeShweta Choudaha1-0/+3
2016-06-09ip6gre: Allow live link address changeShweta Choudaha1-0/+3
2016-06-08net: Add l3mdev ruleDavid Ahern1-2/+4
2016-06-08ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki1-8/+3
2016-06-08ila: Perform only one translation in forwarding pathTom Herbert4-9/+12
2016-06-08net: vrf: ipv6 support for local traffic to local addressesDavid Ahern1-0/+1
2016-06-08tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-06-04skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-1/+1
2016-06-03Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet1-6/+6
2016-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2016-06-01fou: fix IPv6 Kconfig optionsArnd Bergmann2-2/+2
2016-05-30netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flagsPaolo Abeni1-0/+1
2016-05-30fou: add Kconfig options for IPv6 supportArnd Bergmann3-2/+11
2016-05-25ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan1-0/+1
2016-05-25ip6_gre: Fix MTU setting for ip6gretapHaishuang Yan1-0/+2