summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-04-10udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart
2024-04-10udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-04-10ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima
2024-04-10erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-04-10netfilter: validate user input for expected lengthEric Dumazet
2024-04-10inet: inet_defrag: prevent sk release while still in useFlorian Westphal
2024-04-03net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo
2024-04-03net: esp: fix bad handling of pages from page_poolDragos Tatulea
2024-03-26ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng
2024-03-26ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet
2024-03-15net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet
2024-03-06ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet
2024-03-01Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman
2024-03-01ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet
2024-03-01bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis
2024-02-05ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller
2024-02-05ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet
2024-01-31bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2024-01-31ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao
2024-01-25ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich
2024-01-25netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2024-01-25netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov
2024-01-25udp: annotate data-races around up->pendingEric Dumazet
2024-01-25ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2024-01-01net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski
2023-12-13ipv6: fix potential NULL deref in fib6_add()Eric Dumazet
2023-11-20dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima
2023-11-20ipv6: avoid atomic fragment on GSO packetsYan Zhai
2023-11-20udplite: fix various data-racesEric Dumazet
2023-11-20udplite: remove UDPLITE_BITEric Dumazet
2023-11-20udp: annotate data-races around udp->encap_typeEric Dumazet
2023-11-20udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2023-11-20udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2023-11-20udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet
2023-11-20udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet
2023-11-20udp: introduce udp->udp_flagsEric Dumazet
2023-10-25net: ipv6: fix typo in commentsDeming Wang
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-10-10net: ipv6: fix return value check in esp_remove_trailerMa Ke
2023-10-03ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets
2023-09-20xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-04net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie
2023-09-01ipv6: ignore dst hint for multipath routesSriram Yagnaraman
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski