summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorLines
2025-11-10net/smc: fix mismatch between CLC header and proposalD. Wythe-0/+1
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
2025-06-19net/smc: remove unused input parameters in smc_buf_get_slotWang Liang-3/+2
2025-04-11smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima-0/+5
2025-03-14net/smc: use the correct ndev to find pnetid by pnetid tableGuangguan Wang-3/+5
2025-02-21net: better track kernel sockets lifetimeEric Dumazet-4/+1
2025-01-13net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang-21/+26
2025-01-11net/smc: delete pointless divide by oneDan Carpenter-2/+2
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+58
2024-12-15net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang-0/+5
2024-12-15net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang-1/+9
2024-12-15net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang-3/+16
2024-12-15net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang-2/+14
2024-12-15net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang-0/+7
2024-12-15net/smc: protect link down work from execute after lgr freedGuangguan Wang-2/+7
2024-12-12net/smc: support ipv4 mapped ipv6 addr client for smc-r v2Guangguan Wang-1/+4
2024-12-12net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1Guangguan Wang-30/+52
2024-12-03net/smc: fix LGR and link use-after-free issueWen Gu-0/+2