summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra2021-11-181-0/+3
* ipv6: When forwarding count rx stats on the orig netdevStephen Suryaputra2021-10-271-1/+2
* netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6Xin Long2021-10-271-42/+6
* netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden2021-10-171-0/+1
* net: prefer socket bound to interface when not in VRFMike Manning2021-10-132-2/+3
* net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-10-061-1/+1
* net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-10-061-2/+3
* ipv6: delay fib6_sernum increase in fib6_addzhang kai2021-09-301-2/+1
* netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans2021-09-221-3/+1
* ipv6: make exception cache less predictibleEric Dumazet2021-09-151-1/+4
* ipv6: use siphash in rt6_exception_hash()Eric Dumazet2021-09-031-6/+14
* ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin2021-07-311-1/+1
* ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin2021-07-311-0/+28
* ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni2021-07-281-1/+1
* ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel2021-07-281-1/+3
* udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-251-1/+1
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-251-2/+17
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-251-2/+2
* net: send SYNACK packet with accepted fwmarkAlexander Ovechkin2021-07-251-1/+1
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-251-1/+1
* net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-07-191-15/+17
* ipv6: use prandom_u32() for ID generationWilly Tarreau2021-07-191-23/+5
* ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet2021-07-141-14/+13
* ipv6: exthdrs: do not blindly use init_netEric Dumazet2021-07-141-2/+2
* ip6_tunnel: fix GRE6 segmentationJakub Kicinski2021-07-141-2/+2
* xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-07-141-1/+1
* net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-301-1/+1
* udp: fix race between close() and udp_abort()Paolo Abeni2021-06-231-0/+3
* netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal2021-06-231-4/+18
* ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li2021-06-101-2/+6
* ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri2021-06-031-1/+3