summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski1-5/+1
2023-12-13ipv6: fix potential NULL deref in fib6_add()Eric Dumazet1-5/+1
2023-11-20dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima1-3/+4
2023-11-20ipv6: avoid atomic fragment on GSO packetsYan Zhai1-1/+7
2023-11-20udplite: fix various data-racesEric Dumazet1-4/+5
2023-11-20udplite: remove UDPLITE_BITEric Dumazet1-1/+0
2023-11-20udp: annotate data-races around udp->encap_typeEric Dumazet2-4/+5
2023-11-20udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-1/+1
2023-11-20udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-1/+1
2023-11-20udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-3/+3
2023-11-20udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-2/+2
2023-11-20udp: introduce udp->udp_flagsEric Dumazet1-3/+3
2023-10-25net: ipv6: fix typo in commentsDeming Wang1-1/+1
2023-10-18Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-3/+5
2023-10-10net: ipv6: fix return value check in esp_remove_trailerMa Ke1-1/+3
2023-10-03ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets1-3/+7
2023-09-20xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong1-2/+2
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-9/+10
2023-09-04net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie1-1/+1
2023-09-01ipv6: ignore dst hint for multipath routesSriram Yagnaraman2-1/+5
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet4-4/+4
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2-3/+0
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds7-9/+33
2023-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2-8/+3
2023-08-20ipv6: do not match device when remove source routeHangbin Liu1-5/+2
2023-08-20net: release reference to inet6_dev pointerPatrick Rohr1-1/+1
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet1-1/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+1
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2-9/+52
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2-3/+3
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet3-14/+9
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: introduce inet->inet_flagsEric Dumazet2-2/+2
2023-08-16ipv6: fix indentation of a config attributePrasad Pandit1-1/+1
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-2/+2
2023-08-16seg6: add NEXT-C-SID support for SRv6 End.X behaviorAndrea Mayer1-20/+88
2023-08-16networking: Update to register_net_sysctl_szJoel Granados6-8/+31
2023-08-16netfilter: Update to register_net_sysctl_szJoel Granados1-1/+2
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni1-3/+7
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-08-10ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski1-1/+2
2023-08-10net: annotate data-races around sock->opsEric Dumazet1-4/+4
2023-08-09ipv6: exthdrs: Replace opencoded swap() implementationZiyang Xuan1-4/+1
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-82/+94
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-18/+27