summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-06-04net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela
2025-06-04llc: fix data loss when reading from a socket in llc_ui_recvmsg()Ilia Gavrilov
2025-06-04can: bcm: add missing rcu read protection for procfs contentOliver Hartkopp
2025-06-04can: bcm: add locking for bcm_op runtime updatesOliver Hartkopp
2025-06-04net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_doneWang Liang
2025-06-04sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()Cong Wang
2025-06-04bridge: netfilter: Fix forwarding of fragmented packetsIdo Schimmel
2025-06-04xfrm: Sanitize marks before insertPaul Chaignon
2025-06-04ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima
2025-06-04net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer
2025-06-04ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().Kuniyuki Iwashima
2025-06-04net: pktgen: fix mpls maximum labels list parsingPeter Seiderer
2025-06-04tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()Eric Dumazet
2025-06-04ipv6: save dontfrag in corkWillem de Bruijn
2025-06-04netfilter: conntrack: Bound nf_conntrack sysctl writesNicolas Bouchinet
2025-06-04tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()Ilpo Järvinen
2025-06-04SUNRPC: rpcbind should never reset the port to the value '0'Trond Myklebust
2025-06-04SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust
2025-06-04netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2025-06-04netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2025-06-04netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2025-06-04net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-06-04netfilter: ipset: fix region locking in hash typesJozsef Kadlecsik
2025-06-04can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp
2025-06-04can: gw: use call_rcu() instead of costly synchronize_rcu()Eric Dumazet
2025-06-04openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron
2025-06-04net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau
2025-06-04net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-06-04net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-06-04net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira
2025-06-04net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-06-04net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski
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