summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-05-22sctp: add mutual exclusion in proc_sctp_do_udp_port()Eric Dumazet1-0/+4
2025-05-22net/tls: fix kernel panic when alloc_page failedPengtao He1-1/+2
2025-05-22wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_requestKees Cook1-2/+4
2025-05-22net: mctp: Ensure keys maintain only one ref to corresponding devAndrew Jeffery1-1/+3
2025-05-22net: mctp: Don't access ifa_index when missingMatt Johnston1-5/+12
2025-05-22mctp: no longer rely on net->dev_index_head[]Eric Dumazet1-31/+19
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang6-6/+6
2025-05-22Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flagsLuiz Augusto von Dentz1-3/+6
2025-05-18bpf: Scrub packet on bpf_redirect_peerPaul Chaignon1-0/+1
2025-05-18netfilter: ipset: fix region locking in hash typesJozsef Kadlecsik1-1/+1
2025-05-18ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov1-19/+8
2025-05-18can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp1-59/+90
2025-05-18gre: Fix again IPv6 link-local address generation.Guillaume Nault1-6/+9
2025-05-18sch_htb: make htb_deactivate() idempotentCong Wang1-9/+6
2025-05-18openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron1-2/+1
2025-05-18wifi: cfg80211: fix out-of-bounds access during multi-link element defragment...Veerendranath Jakkam1-1/+1
2025-05-09sch_ets: make est_qlen_notify() idempotentCong Wang1-4/+4
2025-05-09sch_qfq: make qfq_qlen_notify() idempotentCong Wang1-2/+5
2025-05-09sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang1-2/+6
2025-05-09sch_drr: make drr_qlen_notify() idempotentCong Wang1-3/+4
2025-05-09sch_htb: make htb_qlen_notify() idempotentCong Wang1-0/+2
2025-05-09net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau1-1/+60
2025-05-09net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira1-4/+7
2025-05-09net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-05-09net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira1-1/+1
2025-05-09net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira1-3/+6
2025-05-09Bluetooth: L2CAP: copy RX timestamp to new fragmentsPauli Virtanen1-0/+3
2025-05-09net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan15-36/+37
2025-05-09bpf: consider that tail calls invalidate packet pointersEduard Zingerman1-0/+2
2025-05-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman1-35/+28
2025-05-029p/net: fix improper handling of bogus negative read/write repliesDominique Martinet1-14/+16
2025-05-02net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel1-5/+13
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-02net: lwtunnel: disable BHs when requiredJustin Iurman1-6/+20
2025-04-25mptcp: sockopt: fix getting freebind & transparentMatthieu Baerts (NGI0)1-0/+12
2025-04-25Bluetooth: l2cap: Process valid commands in too long frameFrédéric Danis1-1/+17
2025-04-25net: dsa: avoid refcount warnings when ds->ops->tag_8021q_vlan_del() failsVladimir Oltean1-1/+1
2025-04-25net: dsa: free routing table on probe failureVladimir Oltean1-7/+14
2025-04-25net: dsa: clean up FDB, MDB, VLAN entries on unbindVladimir Oltean1-3/+35
2025-04-25net: bridge: switchdev: do not notify new brentries as changedJonas Gorski1-1/+3
2025-04-25net: openvswitch: fix nested key length validation in the set() actionIlya Maximets1-1/+2
2025-04-25net: mctp: Set SOCK_RCU_FREEMatt Johnston1-0/+3
2025-04-25Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeu...Johannes Berg1-1/+0
2025-04-25Bluetooth: l2cap: Check encryption key size on incoming connectionFrédéric Danis1-1/+2
2025-04-25Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz1-2/+3
2025-04-25wifi: mac80211: Purge vif txq in ieee80211_do_stop()Remi Pommarel1-0/+3
2025-04-25wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()Remi Pommarel1-0/+1
2025-04-25sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro2-8/+16