summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-03-021-1/+1
* gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-03-021-0/+2
* ipv6: per-netns exclusive flowlabel checksWillem de Bruijn2022-02-231-1/+3
* ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2022-02-232-3/+3
* ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet2022-02-231-9/+10
* ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet2022-02-161-0/+2
* Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-02-011-7/+20
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-02-012-11/+14
* ipv6_tunnel: Rate limit warning messagesIdo Schimmel2022-02-011-4/+4
* xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2022-01-271-1/+4
* udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2022-01-271-1/+2
* icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2022-01-272-1/+35
* seg6: export get_srh() for ICMP handlingAndrew Lunn2022-01-272-31/+31
* ipv6: raw: check passed optlen before readingTamir Duberstein2022-01-111-0/+3
* ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao2022-01-111-0/+2
* ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern2022-01-111-5/+3
* ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern2022-01-111-2/+5
* lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2022-01-111-0/+4
* ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern2022-01-111-1/+5
* ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2022-01-111-1/+20
* udp: using datalen to cap ipv6 udp max gso segmentsCoco Li2022-01-051-1/+1
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-292-6/+9
* ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-12-292-5/+5
* tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-12-291-3/+3
* sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet2021-12-221-1/+0
* seg6: fix the iif in the IPv6 socket control blockAndrea Mayer2021-12-141-0/+8
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-12-081-2/+2
* ipv6: check return value of ipv6_skip_exthdrJordy Zomer2021-12-081-0/+6
* net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-12-012-0/+20
* ipv6: fix typos in __ip6_finish_output()Eric Dumazet2021-12-011-1/+1
* udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski2021-11-181-1/+1
* inet: remove races in inet{6}_getname()Eric Dumazet2021-11-181-10/+11
* gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra2021-11-181-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-211-42/+6
|\
| * netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6Xin Long2021-10-141-42/+6
* | ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra2021-10-151-1/+2
* | tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez2021-10-151-6/+9
* | ipv6: ioam: move the check for undefined bitsJustin Iurman2021-10-122-9/+67
|/
* net: prefer socket bound to interface when not in VRFMike Manning2021-10-072-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-022-17/+10
|\
| * netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2021-09-282-17/+10
* | net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-09-281-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-241-0/+1
|\
| * netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden2021-09-151-0/+1
* | net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-241-2/+3
* | ipv6: delay fib6_sernum increase in fib6_addzhang kai2021-09-131-2/+1
|/
* ip6_gre: Revert "ip6_gre: add validation for csum_start"Willem de Bruijn2021-09-061-2/+0
* ip/ip6_gre: use the same logic as SIT interfaces when computing v6LL addressAntonio Quartulli2021-09-051-10/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-031-3/+1
|\
| * netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans2021-09-031-3/+1