summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-10-07bpf: Use rcu_read_lock_dont_migrate in bpf_sk_storage.cFushuai Wang
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-10-06bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-10-06tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()Eric Dumazet
2025-10-06page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen
2025-10-06tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima
2025-10-06net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-10-03net: doc: Fix typos in docsBhanu Seshu Kumar Valluri
2025-10-03net: psp: don't assume reply skbs will have a socketJakub Kicinski
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-10-01SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on itEric Biggers
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-10-01Revert "Documentation: net: add flow control guide and document ethtool API"Paolo Abeni
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor
2025-09-30sunrpc: unexport rpc_malloc() and rpc_free()Jeff Layton
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-30net: add NUMA awareness to skb_attempt_defer_free()Eric Dumazet
2025-09-30net: use llist for sd->defer_listEric Dumazet
2025-09-30net: make softnet_data.defer_count an atomicEric Dumazet
2025-09-30netdevsim: a basic test PSP implementationJakub Kicinski
2025-09-30page_pool: Clamp pool size to max 16K pagesDragos Tatulea
2025-09-30tipc: adjust tipc_nodeid2string() to return string lengthDmitry Antipov
2025-09-30net: nfc: nci: Add parameter validation for packet dataDeepak Sharma
2025-09-30Documentation: net: add flow control guide and document ethtool APIOleksij Rempel
2025-09-29net: rtnetlink: fix typo in rtnl_unregister_all() commentAlok Tiwari
2025-09-29mptcp: minor move_skbs_to_msk() cleanupPaolo Abeni
2025-09-29mptcp: factor out a basic skb coalesce helperPaolo Abeni
2025-09-29mptcp: remove unneeded mptcp_move_skb()Paolo Abeni
2025-09-29mptcp: introduce the mptcp_init_skb helperPaolo Abeni
2025-09-29mptcp: rcvbuf auto-tuning improvementPaolo Abeni
2025-09-29tcp: make tcp_rcvbuf_grow() accessible to mptcp codePaolo Abeni
2025-09-29mptcp: leverage skb deferral freePaolo Abeni
2025-09-29tcp: use skb->len instead of skb->truesize in tcp_can_ingest()Eric Dumazet
2025-09-29Merge tag 'for-net-next-2025-09-27' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2025-09-29net: remove one stac/clac pair from move_addr_to_user()Eric Dumazet
2025-09-29scm: use masked_user_access_begin() in put_cmsg()Eric Dumazet
2025-09-29net: ethtool: remove duplicated mm.o from MakefileMarkus Heidelberg
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-27batman-adv: Release references to inactive interfacesSven Eckelmann
2025-09-27Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-09-27Bluetooth: hci_sync: Fix using random address for BIG/PA advertisementsLuiz Augusto von Dentz
2025-09-27Bluetooth: ISO: don't leak skb in ISO_CONT RXPauli Virtanen
2025-09-27Bluetooth: ISO: free rx_skb if not consumedPauli Virtanen
2025-09-27Bluetooth: ISO: Fix possible UAF on iso_conn_freeLuiz Augusto von Dentz