summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-04-10netfilter: conntrack: fix crash due to confirmed bit load reorderingFlorian Westphal
2025-04-10net: fix geneve_opt length integer overflowLin Ma
2025-04-10ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera
2025-04-10netfilter: nft_tunnel: fix geneve_opt type confusion additionLin Ma
2025-04-10tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault
2025-04-10vsock: avoid timeout during connect() if the socket is closingStefano Garzarella
2025-04-10net_sched: skbprio: Remove overly strict queue assertionsCong Wang
2025-04-10netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu
2025-04-10can: statistics: use atomic access in hot pathOliver Hartkopp
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang
2025-04-10netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy
2025-04-10atm: Fix NULL pointer dereferenceMinjoong Kim
2025-04-10batman-adv: Ignore own maximum aggregation size during RXSven Eckelmann
2025-04-10bpf, sockmap: Fix race between element replace and close()Michal Luczaj
2025-04-10Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz
2025-04-10net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma
2025-04-10net: atm: fix use after free in lec_send()Dan Carpenter
2025-04-10ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima
2025-04-10ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima
2025-04-10Bluetooth: Fix error code in chan_alloc_skb_cb()Dan Carpenter
2025-04-10xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu
2025-04-10mptcp: safety check before fallbackMatthieu Baerts (NGI0)
2025-04-10sctp: Fix undefined behavior in left shift operationYu-Chun Lin
2025-04-10netfilter: nft_exthdr: fix offset with ipv4_find_option()Alexey Kashavkin
2025-04-10net_sched: Prevent creation of classes with TC_H_ROOTCong Wang
2025-04-10ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter
2025-04-10netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert...Kohei Enju
2025-04-10netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao
2025-04-10netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.Sebastian Andrzej Siewior
2025-04-10netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal
2025-04-10netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2025-04-10ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen
2025-04-10vlan: fix memory leak in vlan_newlink()Eric Dumazet
2025-03-13net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-03-13sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen
2025-03-13vsock: Orphan socket after transport releaseMichal Luczaj
2025-03-13vsock: Keep the binding until socket destructionMichal Luczaj
2025-03-13bpf, vsock: Invoke proto::close on close()Michal Luczaj
2025-03-13net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman
2025-03-13net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman
2025-03-13net-timestamp: support TCP GSO case for a few missing flagsJason Xing
2025-03-13vlan: enforce underlying device typeOscar Maes
2025-03-13llc: do not use skb_get() before dev_queue_xmit()Eric Dumazet
2025-03-13net: gso: fix ownership in __udp_gso_segmentAntoine Tenart
2025-03-13wifi: nl80211: reject cooked mode if it is set along with other flagsVitaliy Shevtsov
2025-03-13wifi: cfg80211: regulatory: improve invalid hints checkingNikita Zhandarovich
2025-03-13drop_monitor: fix incorrect initialization orderGavrilov Ilia
2025-03-13pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le
2025-03-13mptcp: always handle address removal under msk socket lockPaolo Abeni
2025-03-13net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman