summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorLines
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-2/+4
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-4/+4
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-10/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-54/+47
2026-02-19tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet-2/+4
2026-01-30Revert "net/smc: Introduce TCP ULP support"D. Wythe-87/+4
2025-12-04net: smc: SMC_HS_CTRL_BPF should depend on BPF_JITGeert Uytterhoeven-2/+2
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens-2/+1
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2025-11-10net/smc: fix mismatch between CLC header and proposalD. Wythe-0/+1
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe-0/+282
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-3/+3
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-10-30net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefullyHalil Pasic-24/+40
2025-10-30net/smc: make wr buffer count configurableHalil Pasic-22/+53
2025-10-24smc: rename smc_find_ism_store_rc to reflect broader usageDust Li-8/+8
2025-10-20net/smc: fix general protection fault in __smc_diag_dumpWang Liang-13/+0
2025-09-23dibs: Move event handling to dibs layerJulian Ruess-68/+32
2025-09-23dibs: Move data path to dibs layerAlexandra Winter-381/+35
2025-09-23dibs: Move query_remote_gid() to dibs_dev_opsAlexandra Winter-15/+6
2025-09-23dibs: Move vlan support to dibs_dev_opsAlexandra Winter-10/+9
2025-09-23dibs: Local gid for dibs devicesAlexandra Winter-31/+31
2025-09-23dibs: Create class dibsJulian Ruess-4/+12
2025-09-23dibs: Move struct device to dibs_devJulian Ruess-58/+27
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter-162/+115
2025-09-23dibs: Register smc as dibs_clientAlexandra Winter-1/+7
2025-09-23net/smc: Decouple sf and attached send_buf in smc_loopbackAlexandra Winter-6/+12
2025-09-23net/smc: Remove error handling of unregister_dmb()Alexandra Winter-10/+7
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-4/+4
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().Kuniyuki Iwashima-15/+12
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().Kuniyuki Iwashima-13/+13
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().Kuniyuki Iwashima-19/+22
2025-09-17smc: Fix use-after-free in __pnet_find_base_ndev().Kuniyuki Iwashima-21/+22
2025-09-14net/smc: Remove unused argument from 2 SMC functionsMahanta Jambigi-7/+5
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2025-09-04net/smc: Improve log message for devices w/o pnetidAlexandra Winter-11/+20
2025-09-03net/smc: Remove validation of reserved bits in CLC Decline messageMahanta Jambigi-2/+0
2025-09-02net/smc: Replace use of strncpy on NUL-terminated string with strscpyJames Flowers-1/+1
2025-09-02net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()Liu Jian-0/+3
2025-08-19net/smc: fix UAF on smcsk after smc_listen_out()D. Wythe-1/+2
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+18
2025-07-14smc: Fix various oops due to inet_sock type confusion.Kuniyuki Iwashima-4/+18
2025-07-09net/smc: convert timeouts to secs_to_jiffies()Easwar Hariharan-2/+1
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet-4/+4
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet-2/+2
2025-06-23net: remove sock_i_uid()Eric Dumazet-1/+1
2025-06-23net/smc: replace strncpy with strscpyPranav Tyagi-1/+1
2025-06-21net/smc: remove unused function smc_lo_supports_v2Wang Liang-6/+0