summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
6 daysnet: ipv4: fix regression in local-broadcast routesOscar Maes1-3/+7
6 daysnet: rose: fix a typo in rose_clear_routes()Eric Dumazet1-1/+1
6 daysl2tp: do not use sock_hold() in pppol2tp_session_get_sock()Eric Dumazet1-17/+8
6 dayssctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet1-0/+2
7 daysnet: rose: include node references in rose_neigh refcountTakamitsu Iwai1-2/+16
7 daysnet: rose: convert 'use' field to refcount_tTakamitsu Iwai4-28/+32
7 daysnet: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai1-9/+6
11 daysatm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-3/+12
12 daysMerge tag 'for-net-2025-08-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-24/+74
12 dayspage_pool: fix incorrect mp_ops error handlingMina Almasry1-2/+4
12 daysBluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy2-4/+7
12 daysBluetooth: hci_event: Disconnect device when BIG sync is lostYang Li2-1/+8
12 daysBluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz1-1/+11
12 daysBluetooth: hci_event: Mark connection as closed during suspend disconnectLudovico de Nittis1-0/+6
12 daysBluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as successLudovico de Nittis1-1/+1
12 daysBluetooth: hci_conn: Make unacked packet handling more robustLuiz Augusto von Dentz1-17/+41
12 daysvsock/virtio: Fix message iterator handling on transmit pathWill Deacon1-3/+5
12 daysnet: Introduce skb_copy_datagram_from_iter_full()Will Deacon1-0/+14
13 daysnetfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal2-7/+4
13 daystls: fix handling of zero-length records on the rx_listJakub Kicinski1-1/+6
13 daysipv6: sr: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
13 daysnet, hsr: reject HSR frame if skb can't hold tagJakub Acs1-1/+7
13 daysnet/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu1-1/+1
13 daysnet/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu1-2/+12
2025-08-20net/smc: fix UAF on smcsk after smc_listen_out()D. Wythe1-1/+2
2025-08-20net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlockVictor Nogueira1-2/+3
2025-08-19mptcp: disable add_addr retransmission when timeout is 0Geliang Tang1-3/+10
2025-08-19mptcp: remove duplicate sk_reset_timer callGeliang Tang1-3/+2
2025-08-19mptcp: pm: kernel: flush: do not reset ADD_ADDR limitMatthieu Baerts (NGI0)1-1/+0
2025-08-19mptcp: drop skb if MPTCP skb extension allocation failsChristoph Paasch1-2/+4
2025-08-19ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He1-0/+3
2025-08-19net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski1-0/+12
2025-08-15Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync()Sergey Shtylyov1-1/+2
2025-08-15Bluetooth: hci_event: fix MTU for BN == 0 in CIS EstablishedPauli Virtanen1-4/+4
2025-08-15Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFFYang Li1-4/+8
2025-08-15Bluetooth: hci_core: Fix using ll_privacy_capable for current settingsLuiz Augusto von Dentz1-1/+1
2025-08-15Bluetooth: hci_core: Fix using {cis,bis}_capable for current settingsLuiz Augusto von Dentz3-14/+14
2025-08-15Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast SourceLuiz Augusto von Dentz1-1/+1
2025-08-15Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINKLuiz Augusto von Dentz2-2/+17
2025-08-15Bluetooth: ISO: Fix getname not returning broadcast fieldsLuiz Augusto von Dentz1-1/+1
2025-08-15Bluetooth: hci_sync: Fix scan state after PA Sync has been establishedLuiz Augusto von Dentz1-2/+5
2025-08-15Bluetooth: hci_sync: Avoid adding default advertising on startupYang Li1-1/+1
2025-08-15net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu6-30/+42
2025-08-15net: bridge: fix soft lockup in br_multicast_query_expired()Wang Liang2-0/+18
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-80/+160
2025-08-14net: kcm: Fix race condition in kcm_unattach()Sven Stegemann1-8/+2
2025-08-14net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti1-5/+6
2025-08-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+1
2025-08-14net: mctp: Fix bad kfree_skb in bind lookup testMatt Johnston1-1/+0
2025-08-13netfilter: nf_tables: reject duplicate device on updatesPablo Neira Ayuso1-0/+30