summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet2024-03-061-3/+4
* Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman2024-03-011-0/+10
* ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev2024-03-011-9/+11
* ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet2024-03-011-3/+18
* bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis2024-03-011-0/+1
* ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller2024-02-051-7/+14
* ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet2024-02-051-3/+18
* bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer2024-01-314-8/+11
* ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao2024-01-311-0/+3
* ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich2024-01-251-0/+4
* netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-251-3/+8
* netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov2024-01-251-1/+1
* udp: annotate data-races around up->pendingEric Dumazet2024-01-251-8/+8
* ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2024-01-251-13/+13
* net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2024-01-012-52/+9
* net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2023-12-201-5/+1
* ipv6: fix potential NULL deref in fib6_add()Eric Dumazet2023-12-131-5/+1
* dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2023-11-201-3/+4
* ipv6: avoid atomic fragment on GSO packetsYan Zhai2023-11-201-1/+7
* udplite: fix various data-racesEric Dumazet2023-11-201-4/+5
* udplite: remove UDPLITE_BITEric Dumazet2023-11-201-1/+0
* udp: annotate data-races around udp->encap_typeEric Dumazet2023-11-202-4/+5
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-11-201-1/+1
* udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet2023-11-201-1/+1
* udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet2023-11-201-3/+3
* udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet2023-11-201-2/+2
* udp: introduce udp->udp_flagsEric Dumazet2023-11-201-3/+3
* net: ipv6: fix typo in commentsDeming Wang2023-10-251-1/+1
* Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-10-172-3/+5
|\
| * net: ipv6: fix return value check in esp_remove_trailerMa Ke2023-10-101-1/+3
| * xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong2023-09-201-2/+2
* | ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets2023-10-031-3/+7
* | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-078-9/+10
|\|
| * net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie2023-09-041-1/+1
| * ipv6: ignore dst hint for multipath routesSriram Yagnaraman2023-09-012-1/+5
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-014-4/+4
| * net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2023-08-302-3/+0
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-297-9/+33
|\ \ | |/ |/|
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-156-8/+31
| * netfilter: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-251-1/+1
|\ \
| * | lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-08-181-1/+1
* | | net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao2023-08-222-8/+3
* | | ipv6: do not match device when remove source routeHangbin Liu2023-08-201-5/+2
* | | net: release reference to inet6_dev pointerPatrick Rohr2023-08-201-1/+1
* | | net: selectively purge error queue in IP_RECVERR / IPV6_RECVERREric Dumazet2023-08-201-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-182-3/+3
|\ \ \ | |/ / |/| |
| * | ipv6: fix indentation of a config attributePrasad Pandit2023-08-161-1/+1
| * | Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-08-161-2/+2
| |\ \
| | * | ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao2023-07-111-2/+2
| | |/