summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-05-02net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang
2025-05-02net_sched: hfsc: Fix a UAF vulnerability in class handlingCong Wang
2025-05-02tipc: fix NULL pointer dereference in tipc_mon_reinit_self()Tung Nguyen
2025-05-02net: defer final 'struct net' free in netns dismantleEric Dumazet
2025-05-02openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets
2025-05-02net: openvswitch: fix race on port outputFelix Huettner
2025-05-02ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao
2025-05-02mptcp: sockopt: fix getting IPV6_V6ONLYMatthieu Baerts (NGI0)
2025-05-02mptcp: only inc MPJoinAckHMacFailure for HMAC failuresMatthieu Baerts (NGI0)
2025-05-02mptcp: fix NULL pointer in can_accept_new_subflowGang Yan
2025-05-02tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima
2025-05-02net: openvswitch: fix nested key length validation in the set() actionIlya Maximets
2025-05-02Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeu...Johannes Berg
2025-05-02Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz
2025-05-02wifi: mac80211: Purge vif txq in ieee80211_do_stop()Remi Pommarel
2025-05-02wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()Remi Pommarel
2025-05-02sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro
2025-05-02wifi: mac80211: fix integer overflow in hwmp_route_info_get()Gavrilov Ilia
2025-05-02bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn
2025-05-02bpf: Add endian modifiers to fix endian warningsBen Dooks
2025-05-02net: vlan: don't propagate flags on openStanislav Fomichev
2025-05-02page_pool: avoid infinite loop to schedule delayed workerJason Xing
2025-05-02nft_set_pipapo: fix incorrect avx2 match of 5th field octetFlorian Westphal
2025-05-02net: tls: explicitly disallow disconnectJakub Kicinski
2025-05-02tipc: fix memory leak in tipc_link_xmitTung Nguyen
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