aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationGravatar Eric Dumazet 2-13/+10
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationGravatar Eric Dumazet 3-10/+8
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationGravatar Eric Dumazet 2-10/+9
2023-09-15ipv6: lockless IPV6_MINHOPCOUNT implementationGravatar Eric Dumazet 1-16/+15
2023-09-15ipv6: lockless IPV6_MTU implementationGravatar Eric Dumazet 2-16/+18
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationGravatar Eric Dumazet 2-14/+17
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationGravatar Eric Dumazet 3-12/+10
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationGravatar Eric Dumazet 4-12/+14
2023-09-14ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gravatar Gavrilov Ilia 1-2/+0
2023-09-14udplite: fix various data-racesGravatar Eric Dumazet 1-4/+5
2023-09-14udplite: remove UDPLITE_BITGravatar Eric Dumazet 1-1/+0
2023-09-14udp: annotate data-races around udp->encap_typeGravatar Eric Dumazet 2-4/+5
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROGravatar Eric Dumazet 1-1/+1
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsGravatar Eric Dumazet 1-1/+1
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsGravatar Eric Dumazet 1-3/+3
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsGravatar Eric Dumazet 1-2/+2
2023-09-14udp: introduce udp->udp_flagsGravatar Eric Dumazet 1-3/+3
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initGravatar Zhengchao Shao 1-2/+2
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 8-9/+10
2023-09-04net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrGravatar Alex Henrie 1-1/+1
2023-09-01ipv6: ignore dst hint for multipath routesGravatar Sriram Yagnaraman 2-1/+5
2023-09-01net: annotate data-races around sk->sk_tsflagsGravatar Eric Dumazet 4-4/+4
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedGravatar Heng Guo 2-3/+0
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 7-9/+33
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+1
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionGravatar Zhengchao Shao 2-8/+3
2023-08-20ipv6: do not match device when remove source routeGravatar Hangbin Liu 1-5/+2
2023-08-20net: release reference to inet6_dev pointerGravatar Patrick Rohr 1-1/+1
2023-08-20net: selectively purge error queue in IP_RECVERR / IPV6_RECVERRGravatar Eric Dumazet 1-1/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-3/+3
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyGravatar Yan Zhai 1-1/+1
2023-08-16net/ipv6: Remove expired routes with a separated list of routes.Gravatar Kui-Feng Lee 2-9/+52
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsGravatar Eric Dumazet 1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsGravatar Eric Dumazet 2-3/+3
2023-08-16inet: move inet->transparent to inet->inet_flagsGravatar Eric Dumazet 1-2/+2
2023-08-16inet: move inet->mc_loop to inet->inet_fragsGravatar Eric Dumazet 1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsGravatar Eric Dumazet 3-14/+9
2023-08-16inet: move inet->freebind to inet->inet_flagsGravatar Eric Dumazet 1-2/+2
2023-08-16inet: introduce inet->inet_flagsGravatar Eric Dumazet 2-2/+2
2023-08-16ipv6: fix indentation of a config attributeGravatar Prasad Pandit 1-1/+1
2023-08-16Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar David S. Miller 1-2/+2
2023-08-15seg6: add NEXT-C-SID support for SRv6 End.X behaviorGravatar Andrea Mayer 1-20/+88
2023-08-15networking: Update to register_net_sysctl_szGravatar Joel Granados 6-8/+31
2023-08-15netfilter: Update to register_net_sysctl_szGravatar Joel Granados 1-1/+2
2023-08-14net: factor out inet{,6}_bind_sk helpersGravatar Paolo Abeni 1-3/+7
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+2
2023-08-09ipv6: adjust ndisc_is_useropt() to also return true for PIOGravatar Maciej Żenczykowski 1-1/+2
2023-08-09net: annotate data-races around sock->opsGravatar Eric Dumazet 1-4/+4
2023-08-08ipv6: exthdrs: Replace opencoded swap() implementationGravatar Ziyang Xuan 1-4/+1
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 3-82/+94