summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2025-12-04net: smc: SMC_HS_CTRL_BPF should depend on BPF_JITGeert Uytterhoeven1-2/+2
2025-11-29net: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-11-11net/smc: fix mismatch between CLC header and proposalD. Wythe1-0/+1
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe6-0/+282
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook2-3/+3
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook2-2/+2
2025-10-30net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefullyHalil Pasic3-24/+40
2025-10-30net/smc: make wr buffer count configurableHalil Pasic7-22/+53
2025-10-25smc: rename smc_find_ism_store_rc to reflect broader usageDust Li1-8/+8
2025-10-21net/smc: fix general protection fault in __smc_diag_dumpWang Liang1-13/+0
2025-09-23dibs: Move event handling to dibs layerJulian Ruess2-68/+32
2025-09-23dibs: Move data path to dibs layerAlexandra Winter5-381/+35
2025-09-23dibs: Move query_remote_gid() to dibs_dev_opsAlexandra Winter2-15/+6
2025-09-23dibs: Move vlan support to dibs_dev_opsAlexandra Winter2-10/+9
2025-09-23dibs: Local gid for dibs devicesAlexandra Winter6-31/+31
2025-09-23dibs: Create class dibsJulian Ruess1-4/+12
2025-09-23dibs: Move struct device to dibs_devJulian Ruess5-58/+27
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter7-162/+115
2025-09-23dibs: Register smc as dibs_clientAlexandra Winter2-1/+7
2025-09-23net/smc: Decouple sf and attached send_buf in smc_loopbackAlexandra Winter4-6/+12
2025-09-23net/smc: Remove error handling of unregister_dmb()Alexandra Winter2-10/+7
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-4/+4
2025-09-23net: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-18smc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().Kuniyuki Iwashima1-15/+12
2025-09-18smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().Kuniyuki Iwashima1-13/+13
2025-09-18smc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().Kuniyuki Iwashima1-19/+22
2025-09-18smc: Fix use-after-free in __pnet_find_base_ndev().Kuniyuki Iwashima1-21/+22
2025-09-14net/smc: Remove unused argument from 2 SMC functionsMahanta Jambigi1-7/+5
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2025-09-04net/smc: Improve log message for devices w/o pnetidAlexandra Winter2-11/+20
2025-09-04net/smc: Remove validation of reserved bits in CLC Decline messageMahanta Jambigi1-2/+0
2025-09-03net/smc: Replace use of strncpy on NUL-terminated string with strscpyJames Flowers1-1/+1
2025-09-02net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()Liu Jian1-0/+3
2025-08-20net/smc: fix UAF on smcsk after smc_listen_out()D. Wythe1-1/+2
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+18
2025-07-15smc: Fix various oops due to inet_sock type confusion.Kuniyuki Iwashima2-4/+18
2025-07-10net/smc: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+1
2025-06-24net: make sk->sk_rcvtimeo locklessEric Dumazet2-4/+4
2025-06-24net: make sk->sk_sndtimeo locklessEric Dumazet1-2/+2
2025-06-24net: remove sock_i_uid()Eric Dumazet1-1/+1
2025-06-24net/smc: replace strncpy with strscpyPranav Tyagi1-1/+1
2025-06-21net/smc: remove unused function smc_lo_supports_v2Wang Liang1-6/+0
2025-06-20net/smc: remove unused input parameters in smc_buf_get_slotWang Liang1-3/+2
2025-04-12smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima1-0/+5
2025-03-14net/smc: use the correct ndev to find pnetid by pnetid tableGuangguan Wang1-3/+5
2025-02-22net: better track kernel sockets lifetimeEric Dumazet1-4/+1
2025-01-14net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang3-21/+26
2025-01-12net/smc: delete pointless divide by oneDan Carpenter2-2/+2
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-8/+58