summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-01-271-7/+20
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-202-11/+14
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-01-201-4/+4
* sit: allow encapsulated IPv6 traffic to be delivered locallyIgnat Korchagin2022-01-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-1/+4
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-061-1/+4
| |\
| | * xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2021-11-231-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-092-44/+2
|\ \ \
| * | | netfilter: flowtable: remove ipv4/ipv6 modulesFlorian Westphal2021-12-232-44/+2
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-064-0/+5
|\ \ \ \
| * | | | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-064-0/+5
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-061-2/+1
|\ \ \ \ \
| * | | | | ipv6/esp6: Remove structure variables and alignment statementsluo penghao2021-11-181-2/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-055-35/+98
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2022-01-041-1/+2
| * | | | icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2022-01-042-1/+35
| * | | | seg6: export get_srh() for ICMP handlingAndrew Lunn2022-01-042-31/+31
| * | | | ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern2022-01-031-5/+3
| * | | | ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern2022-01-031-2/+5
| * | | | lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2021-12-311-0/+4
| * | | | ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern2021-12-311-1/+5
| * | | | ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2021-12-311-1/+20
* | | | | ipv6: ioam: Support for Queue depth data fieldJustin Iurman2022-01-021-1/+15
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-313-0/+3
|\ \ \ \ \
| * | | | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-292-0/+2
| * | | | | add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-303-1/+6
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ipv6: raw: check passed optlen before readingTamir Duberstein2021-12-291-0/+3
| * | | | | ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao2021-12-271-0/+2
| * | | | | udp: using datalen to cap ipv6 udp max gso segmentsCoco Li2021-12-231-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-232-6/+9
|\| | | | |
| * | | | | inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-202-6/+9
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-1/+0
|\| | | | |
| * | | | | sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet2021-12-161-1/+0
* | | | | | fib: rules: remove duplicated nla policiesFlorian Westphal2021-12-162-10/+0
| |_|_|/ / |/| | | |
* | | | | ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet2021-12-141-1/+1
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+8
|\| | |
| * | | seg6: fix the iif in the IPv6 socket control blockAndrea Mayer2021-12-091-0/+8
* | | | xfrm: use net device refcount tracker helpersEric Dumazet2021-12-091-2/+2
* | | | inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet2021-12-071-0/+2
* | | | ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet2021-12-061-1/+2
* | | | ipv6: add net device refcount tracker to struct inet6_devEric Dumazet2021-12-062-3/+3
* | | | ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet2021-12-063-8/+8
* | | | sit: add net device refcount tracking to ip_tunnelEric Dumazet2021-12-061-2/+2
* | | | ipv6: add net device refcount tracker to rt6_probe_deferred()Eric Dumazet2021-12-061-2/+3
* | | | net: dst: add net device refcount tracking to dst_entryEric Dumazet2021-12-061-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-022-5/+5
|\| | |
| * | | gro: Fix inconsistent indentingJiapeng Chong2021-12-021-3/+3
| * | | ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-291-2/+2
| | |/ | |/|
* | | net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov2021-11-301-18/+2