summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-05-02net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang1-4/+10
2025-05-02net_sched: hfsc: Fix a UAF vulnerability in class handlingCong Wang1-2/+7
2025-05-02tipc: fix NULL pointer dereference in tipc_mon_reinit_self()Tung Nguyen1-1/+2
2025-05-02openvswitch: fix lockup on tx to unregistering netdev with carrierIlya Maximets1-1/+3
2025-05-02net: openvswitch: fix race on port outputFelix Huettner2-1/+2
2025-05-02tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima1-4/+15
2025-05-02net: openvswitch: fix nested key length validation in the set() actionIlya Maximets1-1/+2
2025-05-02Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeu...Johannes Berg1-1/+0
2025-05-02Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz1-2/+3
2025-05-02wifi: mac80211: Purge vif txq in ieee80211_do_stop()Remi Pommarel1-0/+3
2025-05-02wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()Remi Pommarel1-0/+1
2025-05-02sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro2-8/+16
2025-05-02wifi: mac80211: fix integer overflow in hwmp_route_info_get()Gavrilov Ilia1-4/+10
2025-05-02bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-05-02bpf: Add endian modifiers to fix endian warningsBen Dooks1-2/+2
2025-05-02net: vlan: don't propagate flags on openStanislav Fomichev1-27/+4
2025-05-02page_pool: avoid infinite loop to schedule delayed workerJason Xing1-1/+7
2025-05-02tipc: fix memory leak in tipc_link_xmitTung Nguyen1-0/+1
2025-04-10ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera1-12/+25
2025-04-10vsock: avoid timeout during connect() if the socket is closingStefano Garzarella1-1/+5
2025-04-10net_sched: skbprio: Remove overly strict queue assertionsCong Wang1-3/+0
2025-04-10netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 socketsDebin Zhu1-3/+18
2025-04-10can: statistics: use atomic access in hot pathOliver Hartkopp3-31/+39
2025-04-10netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy1-0/+23
2025-04-10atm: Fix NULL pointer dereferenceMinjoong Kim1-0/+2
2025-04-10batman-adv: Ignore own maximum aggregation size during RXSven Eckelmann2-4/+2
2025-04-10net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-04-10net: atm: fix use after free in lec_send()Dan Carpenter1-1/+2
2025-04-10ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-04-10ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima1-1/+2
2025-04-10Bluetooth: Fix error code in chan_alloc_skb_cb()Dan Carpenter1-1/+6
2025-04-10xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu1-1/+1
2025-04-10sctp: Fix undefined behavior in left shift operationYu-Chun Lin1-1/+1
2025-04-10netfilter: nft_exthdr: fix offset with ipv4_find_option()Alexey Kashavkin1-6/+4
2025-04-10net_sched: Prevent creation of classes with TC_H_ROOTCong Wang1-0/+6
2025-04-10ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter1-4/+4
2025-04-10netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert...Kohei Enju1-0/+2
2025-04-10netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-04-10netpoll: netpoll_send_skb() returns transmit statusEric Dumazet1-4/+7
2025-04-10netpoll: move netpoll_send_skb() out of lineEric Dumazet1-2/+11
2025-04-10netpoll: remove dev argument from netpoll_send_skb_on_dev()Eric Dumazet1-4/+6
2025-04-10netpoll: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-4/+5
2025-04-10sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-04-10sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-04-10Revert "sctp: sysctl: auth_enable: avoid using current->nsproxy"Magali Lemes1-1/+1
2025-04-10Revert "sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy"Magali Lemes1-2/+1
2025-04-10vlan: fix memory leak in vlan_newlink()Eric Dumazet1-3/+7
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
2025-03-13net-timestamp: support TCP GSO case for a few missing flagsJason Xing1-4/+7