summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-05-22net/tls: fix kernel panic when alloc_page failedPengtao He
2025-05-22wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_requestKees Cook
2025-05-22net: mctp: Ensure keys maintain only one ref to corresponding devAndrew Jeffery
2025-05-22net: mctp: Don't access ifa_index when missingMatt Johnston
2025-05-22mctp: no longer rely on net->dev_index_head[]Eric Dumazet
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-05-22Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flagsLuiz Augusto von Dentz
2025-05-18net: export a helper for adding up queue statsJakub Kicinski
2025-05-18bpf: Scrub packet on bpf_redirect_peerPaul Chaignon
2025-05-18netfilter: ipset: fix region locking in hash typesJozsef Kadlecsik
2025-05-18ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov
2025-05-18wifi: mac80211: fix the type of status_code for negotiated TID to Link MappingMichael-CY Lee
2025-05-18can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp
2025-05-18gre: Fix again IPv6 link-local address generation.Guillaume Nault
2025-05-18sch_htb: make htb_deactivate() idempotentCong Wang
2025-05-18openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron
2025-05-18wifi: cfg80211: fix out-of-bounds access during multi-link element defragment...Veerendranath Jakkam
2025-05-09sch_ets: make est_qlen_notify() idempotentCong Wang
2025-05-09sch_qfq: make qfq_qlen_notify() idempotentCong Wang
2025-05-09sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang
2025-05-09sch_drr: make drr_qlen_notify() idempotentCong Wang
2025-05-09sch_htb: make htb_qlen_notify() idempotentCong Wang
2025-05-09net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang
2025-05-09net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau
2025-05-09net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-05-09net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-05-09net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira
2025-05-09net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-05-09Bluetooth: L2CAP: copy RX timestamp to new fragmentsPauli Virtanen
2025-05-09Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz
2025-05-09Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz
2025-05-09Bluetooth: hci_conn: Remove alloc from critical sectionIulia Tanasescu
2025-05-09xsk: Fix race condition in AF_XDP generic RX pathe.kubanski
2025-05-029p/trans_fd: mark concurrent read and writes to p9_conn->errIgnacio Encinas
2025-05-029p/net: fix improper handling of bogus negative read/write repliesDominique Martinet
2025-05-02net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel
2025-05-02netfilter: fib: avoid lookup if socket is availableFlorian Westphal
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: lwtunnel: disable BHs when requiredJustin Iurman
2025-04-25Bluetooth: l2cap: Process valid commands in too long frameFrédéric Danis
2025-04-25net: dsa: avoid refcount warnings when ds->ops->tag_8021q_vlan_del() failsVladimir Oltean
2025-04-25net: dsa: free routing table on probe failureVladimir Oltean
2025-04-25net: dsa: clean up FDB, MDB, VLAN entries on unbindVladimir Oltean
2025-04-25net: bridge: switchdev: do not notify new brentries as changedJonas Gorski
2025-04-25net: openvswitch: fix nested key length validation in the set() actionIlya Maximets
2025-04-25net: mctp: Set SOCK_RCU_FREEMatt Johnston
2025-04-25ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()Damodharam Ammepalli
2025-04-25smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima