summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2016-07-251-3/+1
* net: ipv6: Always leave anycast and multicast groups on link downMike Manning2016-07-251-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-241-21/+24
|\
| * netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-181-21/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-0/+2
|\ \
| * | udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček2016-07-111-0/+2
* | | net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2016-07-161-4/+9
* | | ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2016-07-092-8/+9
* | | sit: support MPLS over IPv4Simon Horman2016-07-091-16/+77
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-0/+1
|\ \ | |/
| * ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau2016-07-051-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-062-12/+8
|\ \
| * | netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-031-8/+8
| * | netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso2016-07-011-4/+0
* | | tcp: md5: use kmalloc() backed scratch areasEric Dumazet2016-07-011-13/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-308-64/+29
|\ \ \ | | |/ | |/|
| * | ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2016-06-281-0/+1
| * | ipv6: enforce egress device match in per table nexthop lookupsPaolo Abeni2016-06-271-1/+1
| * | sit: correct IP protocol used in ipip6_errSimon Horman2016-06-161-2/+2
| * | gre: fix error handlerEric Dumazet2016-06-151-1/+1
| * | udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin2016-06-141-55/+16
| * | ipv6: fix checksum annotation in udp6_csum_initHannes Frederic Sowa2016-06-141-2/+5
| * | ipv6: tcp: fix endianness annotation in tcp_v6_send_responseHannes Frederic Sowa2016-06-141-2/+2
| * | ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa2016-06-141-1/+1
* | | ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2016-06-182-5/+27
* | | ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2016-06-182-6/+12
* | | ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2016-06-182-37/+40
* | | ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet2016-06-182-3/+6
* | | net: ipv6: Address selection needs to consider L3 domainsDavid Ahern2016-06-171-0/+48
* | | net: vrf: Implement get_saddr for IPv6David Ahern2016-06-171-2/+10
* | | 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
OpenPOWER on IntegriCloud