summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipmr: fix error path when ipmr_new_table failsSabrina Dubroca2018-06-051-6/+12
* ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2018-06-051-1/+2
* netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann2018-06-051-3/+1
* net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan2018-06-051-1/+3
* net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern2018-06-051-4/+8
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-2/+2
* Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-041-2/+2
* ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-2/+2
* vrf: check the original netdevice for generating redirectStephen Suryaputra2018-06-042-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-034-8/+14
|\
| * ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2018-06-012-5/+11
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-06-011-1/+1
| |\
| | * xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2018-05-141-1/+1
| * | ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux2018-05-281-2/+2
* | | netfilter: Libify xt_TPROXYMáté Eckl2018-06-033-1/+151
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-06-023-9/+2
|\ \ \
| * | | netfilter: nat: merge ipv4/ipv6 masquerade code into main nat moduleFlorian Westphal2018-05-293-9/+2
* | | | tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2018-05-311-1/+1
* | | | net/ipv6: Add support for specifying metric of connected routesDavid Ahern2018-05-291-18/+75
* | | | net/ipv6: Pass ifa6_config struct to inet6_addr_modifyDavid Ahern2018-05-291-21/+23
* | | | net/ipv6: Pass ifa6_config struct to inet6_addr_addDavid Ahern2018-05-291-55/+57
* | | | net/ipv6: Convert ipv6_add_addr to struct ifa6_configDavid Ahern2018-05-291-59/+75
* | | | net: remove unnecessary genlmsg_cancel() callsYueHaibing2018-05-291-1/+0
|/ / /
* | | net/ipv6: Udate fib6_table_lookup tracepointDavid Ahern2018-05-241-2/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-245-11/+241
|\ \ \
| * | | ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-2/+166
| * | | bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux2018-05-242-0/+7
| * | | ipv6: sr: export function lookup_nexthopMathieu Xhonneux2018-05-241-9/+11
| * | | net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern2018-05-223-0/+57
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-235-154/+114
|\ \ \ \
| * | | | netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat2018-05-231-0/+2
| * | | | netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2018-05-233-112/+103
| * | | | netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-231-6/+14
| * | | | netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal2018-05-231-1/+4
| * | | | netfilter: nf_nat: move common nat code to nat coreFlorian Westphal2018-05-231-46/+2
* | | | | ipv6: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu2018-05-231-0/+17
* | | | | udp: exclude gso from xfrm pathsWillem de Bruijn2018-05-231-1/+2
* | | | | net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern2018-05-222-87/+73
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-213-61/+229
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | net: ip6_gre: fix tunnel metadata device sharing.William Tu2018-05-191-22/+79
| * | | net: test tailroom before appending to linear skbWillem de Bruijn2018-05-171-1/+2
| * | | net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata2018-05-171-9/+65
| * | | net: ip6_gre: Split up ip6gre_changelink()Petr Machata2018-05-171-9/+24
| * | | net: ip6_gre: Split up ip6gre_newlink()Petr Machata2018-05-171-6/+18
| * | | net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata2018-05-171-2/+8
| * | | net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata2018-05-171-12/+26
| * | | net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata2018-05-171-1/+1
| * | | net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata2018-05-171-0/+3
| * | | erspan: fix invalid erspan version.William Tu2018-05-171-1/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-131-0/+1
| |\ \ \