summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2024-04-17netfilter: complete validation of user inputEric Dumazet1-0/+4
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-3/+4
2024-04-17ipv6: fib: hide unused 'pn' variableArnd Bergmann1-2/+5
2024-04-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet4-0/+5
2024-04-10udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart1-7/+1
2024-04-10udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart1-1/+1
2024-04-10ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima1-7/+7
2024-04-10erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet1-0/+3
2024-04-10netfilter: validate user input for expected lengthEric Dumazet1-0/+4
2024-04-10inet: inet_defrag: prevent sk release while still in useFlorian Westphal1-1/+1
2024-04-03net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo5-8/+10
2024-04-03net: esp: fix bad handling of pages from page_poolDragos Tatulea1-4/+4
2024-03-27ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng1-0/+6
2024-03-27ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet1-1/+0
2024-03-15net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet1-14/+7
2024-03-06ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet1-3/+4
2024-03-01Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman1-0/+10
2024-03-01ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev1-9/+11
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet1-3/+18
2024-03-01bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-0/+1
2024-02-05ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller1-7/+14
2024-02-05ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet1-3/+18
2024-02-01bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer4-8/+11
2024-02-01ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao1-0/+3
2024-01-26ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich1-0/+4
2024-01-26netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov1-3/+8
2024-01-26netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov1-1/+1
2024-01-26udp: annotate data-races around up->pendingEric Dumazet1-8/+8
2024-01-26ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-13/+13
2024-01-01net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2-52/+9
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