summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-30net: sctp: fix KMSAN uninit-value in sctp_inq_popRanganath V N
2025-10-29net: devmem: refresh devmem TX dst in case of route invalidationShivaji Kant
2025-10-29net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit
2025-10-29Merge tag 'nf-25-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2025-10-29mptcp: zero window probe mibPaolo Abeni
2025-10-29mptcp: restore window probePaolo Abeni
2025-10-29mptcp: fix MSG_PEEK stream corruptionPaolo Abeni
2025-10-29mptcp: drop bogus optimization in __mptcp_check_push()Paolo Abeni
2025-10-29tcp: fix too slow tcp_rcvbuf_grow() actionEric Dumazet
2025-10-29tcp: add newval parameter to tcp_rcvbuf_grow()Eric Dumazet
2025-10-29mptcp: fix subflow rcvbuf adjustPaolo Abeni
2025-10-29netfilter: nft_ct: add seqadj extension for natted connectionsAndrii Melnychenko
2025-10-29netfilter: nft_connlimit: fix possible data race on connection countFernando Fernandez Mancera
2025-10-29netfilter: nft_ct: enable labels for get case tooFlorian Westphal
2025-10-28bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann
2025-10-27Merge tag 'batadv-net-pullrequest-20251024' of https://git.open-mesh.org/linu...Jakub Kicinski
2025-10-24Bluetooth: rfcomm: fix modem control handlingJohan Hovold
2025-10-24Bluetooth: hci_core: Fix tracking of periodic advertisementLuiz Augusto von Dentz
2025-10-24Bluetooth: hci_conn: Fix connection cleanup with BIG with 2 or more BISLuiz Augusto von Dentz
2025-10-24Bluetooth: ISO: Fix another instance of dst_type handlingLuiz Augusto von Dentz
2025-10-24Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()"Frédéric Danis
2025-10-24Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_completePauli Virtanen
2025-10-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz
2025-10-24Bluetooth: ISO: Fix BIS connection dst_type handlingLuiz Augusto von Dentz
2025-10-24Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_onceCen Zhang
2025-10-23Merge tag 'wireless-2025-10-23' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici
2025-10-22net: hsr: prevent creation of HSR device with slaves from another netnsFernando Fernandez Mancera
2025-10-22sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov
2025-10-21net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet
2025-10-21mptcp: pm: in-kernel: C-flag: handle late ADD_ADDRMatthieu Baerts (NGI0)
2025-10-20net/smc: fix general protection fault in __smc_diag_dumpWang Liang
2025-10-20wifi: nl80211: call kfree without a NULL checkEmmanuel Grumbach
2025-10-20wifi: mac80211: fix key tailroom accounting leakJohannes Berg
2025-10-20wifi: mac80211: reset FILS discovery and unsol probe resp intervalsAloka Dixit
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-17bpf: Do not disable preemption in bpf_test_run().Sahil Chandna
2025-10-16rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck
2025-10-16net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()Eric Dumazet
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet
2025-10-15Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-10-15tls: don't rely on tx_work during send()Sabrina Dubroca
2025-10-15tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca
2025-10-15tls: always set record_type in tls_process_cmsgSabrina Dubroca
2025-10-15tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca