aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-10-31Merge tag 'wireless-2025-10-30' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski6-33/+110
2025-10-31Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()Ilia Gavrilov1-3/+3
2025-10-31Bluetooth: hci_event: validate skb length for unknown CC opcodeRaphael Pinsonneault-Thibeault1-0/+7
2025-10-30xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu1-1/+5
2025-10-30xfrm: Determine inner GSO type from packet inner protocolJianbo Liu2-4/+8
2025-10-30xfrm: Check inner packet family directly from skb_dstJianbo Liu2-2/+2
2025-10-30net: sctp: fix KMSAN uninit-value in sctp_inq_popRanganath V N1-1/+1
2025-10-29net: devmem: refresh devmem TX dst in case of route invalidationShivaji Kant1-3/+24
2025-10-29net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-1/+3
2025-10-29Merge tag 'nf-25-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-4/+28
2025-10-29mptcp: zero window probe mibPaolo Abeni3-0/+3
2025-10-29mptcp: restore window probePaolo Abeni1-1/+6
2025-10-29mptcp: fix MSG_PEEK stream corruptionPaolo Abeni1-13/+25
2025-10-29mptcp: drop bogus optimization in __mptcp_check_push()Paolo Abeni2-8/+5
2025-10-29tcp: fix too slow tcp_rcvbuf_grow() actionEric Dumazet2-3/+18
2025-10-29tcp: add newval parameter to tcp_rcvbuf_grow()Eric Dumazet2-19/+15
2025-10-29mptcp: fix subflow rcvbuf adjustPaolo Abeni1-2/+6
2025-10-29netfilter: nft_ct: add seqadj extension for natted connectionsAndrii Melnychenko1-0/+5
2025-10-29netfilter: nft_connlimit: fix possible data race on connection countFernando Fernandez Mancera1-1/+1
2025-10-29netfilter: nft_ct: enable labels for get case tooFlorian Westphal1-3/+22
2025-10-28bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann1-1/+2
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for csa.switch_workBenjamin Berg4-14/+14
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for ml_reconf_workBenjamin Berg2-6/+6
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for ttlm_workBenjamin Berg2-13/+13
2025-10-28wifi: cfg80211: add an hrtimer based delayed work itemBenjamin Berg2-0/+77
2025-10-27Merge tag 'batadv-net-pullrequest-20251024' of https://git.open-mesh.org/linux-mergeJakub Kicinski1-2/+12
2025-10-24Bluetooth: rfcomm: fix modem control handlingJohan Hovold1-15/+11
2025-10-24Bluetooth: hci_core: Fix tracking of periodic advertisementLuiz Augusto von Dentz2-4/+7
2025-10-24Bluetooth: hci_conn: Fix connection cleanup with BIG with 2 or more BISLuiz Augusto von Dentz1-0/+7
2025-10-24Bluetooth: ISO: Fix another instance of dst_type handlingLuiz Augusto von Dentz1-1/+7
2025-10-24Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()"Frédéric Danis1-2/+2
2025-10-24Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_completePauli Virtanen1-11/+15
2025-10-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz2-3/+6
2025-10-24Bluetooth: ISO: Fix BIS connection dst_type handlingLuiz Augusto von Dentz1-1/+1
2025-10-24Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_onceCen Zhang1-3/+9
2025-10-23Merge tag 'wireless-2025-10-23' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski3-5/+12
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-62/+84
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella1-19/+19
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici1-5/+1
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici1-10/+34
2025-10-22net: hsr: prevent creation of HSR device with slaves from another netnsFernando Fernandez Mancera1-1/+7
2025-10-22sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov1-6/+7
2025-10-21net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet1-3/+2
2025-10-21mptcp: pm: in-kernel: C-flag: handle late ADD_ADDRMatthieu Baerts (NGI0)1-0/+6
2025-10-21xfrm: check all hash buckets for leftover states during netns deletionSabrina Dubroca1-4/+8
2025-10-21xfrm: set err and extack on failure to create pcpu SASabrina Dubroca1-1/+4
2025-10-21xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the stateSabrina Dubroca1-1/+4
2025-10-21xfrm: make state as DEAD before final put when migrate failsSabrina Dubroca1-0/+2
2025-10-21xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were never addedSabrina Dubroca1-1/+2
2025-10-21xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca1-2/+6