summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2023-10-18netfilter: xt_mangle: only check verdict part of return valueFlorian Westphal1-4/+5
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-8/+12
2023-10-13net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo1-4/+2
2023-10-12bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer4-8/+11
2023-10-10bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-0/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+7
2023-10-04net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr1-13/+25
2023-10-03ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani1-2/+3
2023-10-03ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets1-3/+7
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet3-4/+4
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet3-11/+12
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet7-15/+15
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet4-13/+12
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2-9/+7
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet3-13/+12
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet5-22/+19
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet6-11/+10
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2-13/+10
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet3-10/+8
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2-10/+9
2023-09-15ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet1-16/+15
2023-09-15ipv6: lockless IPV6_MTU implementationEric Dumazet2-16/+18
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2-14/+17
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet3-12/+10
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet4-12/+14
2023-09-14ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gavrilov Ilia1-2/+0
2023-09-14udplite: fix various data-racesEric Dumazet1-4/+5
2023-09-14udplite: remove UDPLITE_BITEric Dumazet1-1/+0
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet2-4/+5
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-1/+1
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-1/+1
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-3/+3
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-2/+2
2023-09-14udp: introduce udp->udp_flagsEric Dumazet1-3/+3
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao1-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