summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: partially inline ipv6_fixup_optionsPavel Begunkov2022-01-271-4/+4
* ipv6: optimise dst refcounting on cork initPavel Begunkov2022-01-272-5/+11
* udp6: don't make extra copies of iflowPavel Begunkov2022-01-271-43/+42
* udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2022-01-272-12/+12
* ipv6: pass full cork into __ip6_append_data()Pavel Begunkov2022-01-271-3/+4
* ipv6: don't zero inet_cork_full::fl after usePavel Begunkov2022-01-272-9/+2
* ipv6: clean up cork setup/releasePavel Begunkov2022-01-271-23/+21
* ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov2022-01-271-4/+3
* udp6: shuffle up->pending AF_INET bitsPavel Begunkov2022-01-271-3/+2
* ipv6: optimise dst refcounting on skb initPavel Begunkov2022-01-271-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-271-7/+20
|\
| * Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-01-271-7/+20
* | tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet2022-01-261-1/+2
* | ipv6: gro: flush instead of assuming different flows on hop_limit mismatchJakub Kicinski2022-01-251-2/+3
* | ipv6: do not use per netns icmp socketsEric Dumazet2022-01-251-52/+10
* | tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet2022-01-251-6/+0
* | ip6_tunnel: allow routing IPv4 traffic in NBMA modeQing Deng2022-01-251-0/+5
|/
* 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