summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
9 daysipv6: Do not consider link down nexthops in path selectionIdo Schimmel1-2/+4
9 daysipv6: Start path selection from the first nexthopIdo Schimmel1-3/+35
9 daysnet: fix geneve_opt length integer overflowLin Ma4-4/+4
9 daysipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera1-12/+25
9 daysnetfilter: nft_tunnel: fix geneve_opt type confusion additionLin Ma1-2/+2
9 daystunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault2-7/+1
9 daysvsock: avoid timeout during connect() if the socket is closingStefano Garzarella1-1/+5
9 daysudp: Fix memory accounting leak.Kuniyuki Iwashima1-9/+7
9 daysnet_sched: skbprio: Remove overly strict queue assertionsCong Wang1-3/+0
9 daysnetlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu1-3/+18
9 daysnetfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets onlyPablo Neira Ayuso1-1/+2
9 dayscan: statistics: use atomic access in hot pathOliver Hartkopp3-31/+39
9 daysrtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
13 daysnetfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy1-0/+23
13 daysatm: Fix NULL pointer dereferenceMinjoong Kim1-0/+2
2025-03-28netfilter: nft_counter: Use u64_stats_t for statistic.Sebastian Andrzej Siewior1-44/+46
2025-03-28mptcp: Fix data stream corruption in the address announcementArthur Mongodin1-2/+4
2025-03-28batman-adv: Ignore own maximum aggregation size during RXSven Eckelmann2-4/+2
2025-03-28xsk: fix an integer overflow in xp_create_and_assign_umem()Gavrilov Ilia1-1/+1
2025-03-28Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault1-9/+6
2025-03-28net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-03-28net: lwtunnel: fix recursion loopsJustin Iurman1-12/+53
2025-03-28net: atm: fix use after free in lec_send()Dan Carpenter1-1/+2
2025-03-28ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-03-28ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima1-1/+2
2025-03-28Bluetooth: Fix error code in chan_alloc_skb_cb()Dan Carpenter1-1/+6
2025-03-28xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu1-1/+1
2025-03-28tcp: fix forever orphan socket caused by tcp_abortXueming Feng1-6/+9
2025-03-28tcp: fix races in tcp_abort()Eric Dumazet1-5/+1
2025-03-28mptcp: safety check before fallbackMatthieu Baerts (NGI0)1-0/+2
2025-03-28sctp: Fix undefined behavior in left shift operationYu-Chun Lin1-1/+1
2025-03-28net: openvswitch: remove misbehaving actions length checkIlya Maximets1-14/+1
2025-03-28gre: Fix IPv6 link-local address generation.Guillaume Nault1-6/+9
2025-03-28netfilter: nft_exthdr: fix offset with ipv4_find_option()Alexey Kashavkin1-6/+4
2025-03-28net_sched: Prevent creation of classes with TC_H_ROOTCong Wang1-0/+6
2025-03-28ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter1-4/+4
2025-03-28netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert...Kohei Enju1-0/+2
2025-03-28net: switchdev: Convert blocking notification chain to a raw oneAmit Cohen1-7/+18
2025-03-28netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-03-28Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz5-27/+19
2025-03-28Bluetooth: hci_event: Fix enabling passive scanningLuiz Augusto von Dentz1-15/+22
2025-03-28wifi: cfg80211: cancel wiphy_work before freeing wiphyMiri Korenblit1-0/+7
2025-03-28sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang1-1/+2
2025-03-28netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap ...Nicklas Bo Jensen1-2/+2
2025-03-28netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.Sebastian Andrzej Siewior1-2/+4
2025-03-13vsock: Orphan socket after transport releaseMichal Luczaj1-1/+7
2025-03-13vsock: Keep the binding until socket destructionMichal Luczaj1-2/+6
2025-03-13bpf, vsock: Invoke proto::close on close()Michal Luczaj1-27/+40
2025-03-13net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman1-0/+1
2025-03-13net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman1-1/+2