summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-62/+84
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella-19/+19
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici-5/+1
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici-10/+34
2025-10-22net: hsr: prevent creation of HSR device with slaves from another netnsFernando Fernandez Mancera-1/+7
2025-10-22sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov-6/+7
2025-10-21net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet-3/+2
2025-10-21mptcp: pm: in-kernel: C-flag: handle late ADD_ADDRMatthieu Baerts (NGI0)-0/+6
2025-10-20net/smc: fix general protection fault in __smc_diag_dumpWang Liang-13/+0
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-18/+7
2025-10-17bpf: Do not disable preemption in bpf_test_run().Sahil Chandna-17/+6
2025-10-16rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck-3/+0
2025-10-16net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()Eric Dumazet-2/+8
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-38/+91
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet-2/+1
2025-10-15Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm...Jakub Kicinski-0/+2
2025-10-15tls: don't rely on tx_work during send()Sabrina Dubroca-0/+13
2025-10-15tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca-2/+4
2025-10-15tls: always set record_type in tls_process_cmsgSabrina Dubroca-5/+2
2025-10-15tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca-3/+4
2025-10-15tls: trim encrypted message to match the plaintext on short spliceSabrina Dubroca-1/+4
2025-10-14net: core: fix lockdep splat on device unregisterFlorian Westphal-5/+35
2025-10-14bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error pathShardul Bankar-1/+1
2025-10-14tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet-4/+15
2025-10-13net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov-16/+1
2025-10-13net: gro_cells: Use nested-BH locking for gro_cellSebastian Andrzej Siewior-0/+10
2025-10-13can: j1939: add missing calls in NETDEV_UNREGISTER notification handlerTetsuo Handa-0/+2
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-10/+37
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds-173/+144
2025-10-10xsk: Harden userspace-supplied xdp_desc validationAlexander Lobakin-10/+35
2025-10-09Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linuxLinus Torvalds-15/+18
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-34/+106
2025-10-08libceph: add empty check to ceph_con_get_out_msg()Max Kellermann-9/+8
2025-10-08libceph: pass the message pointer instead of loading con->out_msgMax Kellermann-105/+112
2025-10-08libceph: make ceph_con_get_out_msg() return the message pointerMax Kellermann-4/+3
2025-10-08libceph: Use HMAC-SHA256 library instead of crypto_shashEric Biggers-57/+23
2025-10-08bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()Eric Woudstra-1/+1
2025-10-08netfilter: nft_objref: validate objref and objrefmap expressionsFernando Fernandez Mancera-0/+39
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2025-10-06bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann-0/+2
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-20/+42
2025-10-06tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()Eric Dumazet-1/+4
2025-10-06page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen-23/+53
2025-10-06tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima-1/+0
2025-10-06net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov-1/+2
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-15/+31
2025-10-03net: doc: Fix typos in docsBhanu Seshu Kumar Valluri-3/+3
2025-10-03net: psp: don't assume reply skbs will have a socketJakub Kicinski-4/+4
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-6832/+8055
2025-10-01SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on itEric Biggers-1/+2