summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-08-28net: ipv4: fix regression in local-broadcast routesOscar Maes
2025-08-27net: rose: fix a typo in rose_clear_routes()Eric Dumazet
2025-08-27l2tp: do not use sock_hold() in pppol2tp_session_get_sock()Eric Dumazet
2025-08-27sctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet
2025-08-27net: rose: include node references in rose_neigh refcountTakamitsu Iwai
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai
2025-08-22atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima
2025-08-22Merge tag 'for-net-2025-08-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-08-22page_pool: fix incorrect mp_ops error handlingMina Almasry
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy
2025-08-22Bluetooth: hci_event: Disconnect device when BIG sync is lostYang Li
2025-08-22Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz
2025-08-22Bluetooth: hci_event: Mark connection as closed during suspend disconnectLudovico de Nittis
2025-08-22Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as successLudovico de Nittis
2025-08-22Bluetooth: hci_conn: Make unacked packet handling more robustLuiz Augusto von Dentz
2025-08-21vsock/virtio: Fix message iterator handling on transmit pathWill Deacon
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal
2025-08-21tls: fix handling of zero-length records on the rx_listJakub Kicinski
2025-08-20ipv6: sr: Fix MAC comparison to be constant-timeEric Biggers
2025-08-20net, hsr: reject HSR frame if skb can't hold tagJakub Acs
2025-08-20net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu
2025-08-20net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu
2025-08-19net/smc: fix UAF on smcsk after smc_listen_out()D. Wythe
2025-08-19net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlockVictor Nogueira
2025-08-18mptcp: disable add_addr retransmission when timeout is 0Geliang Tang
2025-08-18mptcp: remove duplicate sk_reset_timer callGeliang Tang
2025-08-18mptcp: pm: kernel: flush: do not reset ADD_ADDR limitMatthieu Baerts (NGI0)
2025-08-18mptcp: drop skb if MPTCP skb extension allocation failsChristoph Paasch
2025-08-18ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He
2025-08-18net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski
2025-08-15Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync()Sergey Shtylyov
2025-08-15Bluetooth: hci_event: fix MTU for BN == 0 in CIS EstablishedPauli Virtanen
2025-08-15Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFFYang Li
2025-08-15Bluetooth: hci_core: Fix using ll_privacy_capable for current settingsLuiz Augusto von Dentz
2025-08-15Bluetooth: hci_core: Fix using {cis,bis}_capable for current settingsLuiz Augusto von Dentz
2025-08-15Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast SourceLuiz Augusto von Dentz
2025-08-15Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINKLuiz Augusto von Dentz
2025-08-15Bluetooth: ISO: Fix getname not returning broadcast fieldsLuiz Augusto von Dentz
2025-08-15Bluetooth: hci_sync: Fix scan state after PA Sync has been establishedLuiz Augusto von Dentz
2025-08-15Bluetooth: hci_sync: Avoid adding default advertising on startupYang Li
2025-08-14net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu
2025-08-14net: bridge: fix soft lockup in br_multicast_query_expired()Wang Liang
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-08-13net: kcm: Fix race condition in kcm_unattach()Sven Stegemann
2025-08-13net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti
2025-08-13Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2025-08-13net: mctp: Fix bad kfree_skb in bind lookup testMatt Johnston
2025-08-13netfilter: nf_tables: reject duplicate device on updatesPablo Neira Ayuso