summaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-10xsk: Harden userspace-supplied xdp_desc validationAlexander Lobakin1-10/+35
2025-10-06bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-15/+31
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds313-6832/+8055
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-36/+99
2025-10-01Revert "Documentation: net: add flow control guide and document ethtool API"Paolo Abeni2-6/+0
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-48/+221
2025-09-30sunrpc: unexport rpc_malloc() and rpc_free()Jeff Layton1-2/+0
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+1
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet3-18/+30
2025-09-30net: use llist for sd->defer_listEric Dumazet2-20/+13
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet2-5/+3
2025-09-30netdevsim: a basic test PSP implementationJakub Kicinski1-0/+1
2025-09-30page_pool: Clamp pool size to max 16K pagesDragos Tatulea1-5/+1
2025-09-30tipc: adjust tipc_nodeid2string() to return string lengthDmitry Antipov3-10/+7
2025-09-30net: nfc: nci: Add parameter validation for packet dataDeepak Sharma1-36/+99
2025-09-30Documentation: net: add flow control guide and document ethtool APIOleksij Rempel2-0/+6
2025-09-29net: rtnetlink: fix typo in rtnl_unregister_all() commentAlok Tiwari1-1/+1
2025-09-29mptcp: minor move_skbs_to_msk() cleanupPaolo Abeni1-6/+2
2025-09-29mptcp: factor out a basic skb coalesce helperPaolo Abeni1-6/+17
2025-09-29mptcp: remove unneeded mptcp_move_skb()Paolo Abeni1-7/+1
2025-09-29mptcp: introduce the mptcp_init_skb helperPaolo Abeni1-21/+25
2025-09-29mptcp: rcvbuf auto-tuning improvementPaolo Abeni2-52/+49
2025-09-29tcp: make tcp_rcvbuf_grow() accessible to mptcp codePaolo Abeni1-1/+1
2025-09-29mptcp: leverage skb deferral freePaolo Abeni1-2/+3
2025-09-29tcp: use skb->len instead of skb->truesize in tcp_can_ingest()Eric Dumazet1-2/+13
2025-09-29Merge tag 'for-net-next-2025-09-27' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski8-56/+104
2025-09-29net: remove one stac/clac pair from move_addr_to_user()Eric Dumazet1-11/+24
2025-09-29scm: use masked_user_access_begin() in put_cmsg()Eric Dumazet1-1/+3
2025-09-29net: ethtool: remove duplicated mm.o from MakefileMarkus Heidelberg1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-38/+32
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2025-09-27Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+2
2025-09-27Bluetooth: hci_sync: Fix using random address for BIG/PA advertisementsLuiz Augusto von Dentz1-4/+6
2025-09-27Bluetooth: ISO: don't leak skb in ISO_CONT RXPauli Virtanen1-1/+1
2025-09-27Bluetooth: ISO: free rx_skb if not consumedPauli Virtanen1-0/+2
2025-09-27Bluetooth: ISO: Fix possible UAF on iso_conn_freeLuiz Augusto von Dentz1-0/+7
2025-09-27Bluetooth: SCO: Fix UAF on sco_conn_freeLuiz Augusto von Dentz1-0/+7
2025-09-27Bluetooth: hci_core: Print information of hcon on hci_low_sentLuiz Augusto von Dentz1-0/+4
2025-09-27Bluetooth: hci_core: Print number of packets in conn->data_qLuiz Augusto von Dentz1-0/+8
2025-09-27Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFOLuiz Augusto von Dentz1-6/+4
2025-09-27Bluetooth: hci_core: Detect if an ISO link has stalledLuiz Augusto von Dentz1-8/+26
2025-09-27Bluetooth: ISO: Use sk_sndtimeo as conn_timeoutLuiz Augusto von Dentz2-14/+22
2025-09-27Bluetooth: HCI: Fix using LE/ACL buffers for ISO packetsLuiz Augusto von Dentz3-21/+8
2025-09-27Bluetooth: ISO: Don't initiate CIS connections if there are no buffersLuiz Augusto von Dentz1-0/+7
2025-09-26mptcp: pm: in-kernel: add laminar endpointsMatthieu Baerts (NGI0)3-0/+85
2025-09-26mptcp: pm: in-kernel: compare IDs instead of addressesMatthieu Baerts (NGI0)1-38/+44
2025-09-26mptcp: pm: in-kernel: reduce pernet struct sizeMatthieu Baerts (NGI0)2-40/+27