summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2025-09-23dibs: Move event handling to dibs layerJulian Ruess
2025-09-23dibs: Move data path to dibs layerAlexandra Winter
2025-09-23dibs: Move query_remote_gid() to dibs_dev_opsAlexandra Winter
2025-09-23dibs: Move vlan support to dibs_dev_opsAlexandra Winter
2025-09-23dibs: Local gid for dibs devicesAlexandra Winter
2025-09-23dibs: Create class dibsJulian Ruess
2025-09-23dibs: Move struct device to dibs_devJulian Ruess
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter
2025-09-23dibs: Register smc as dibs_clientAlexandra Winter
2025-09-23net/smc: Decouple sf and attached send_buf in smc_loopbackAlexandra Winter
2025-09-23net/smc: Remove error handling of unregister_dmb()Alexandra Winter
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().Kuniyuki Iwashima
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().Kuniyuki Iwashima
2025-09-17smc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().Kuniyuki Iwashima
2025-09-17smc: Fix use-after-free in __pnet_find_base_ndev().Kuniyuki Iwashima
2025-09-14net/smc: Remove unused argument from 2 SMC functionsMahanta Jambigi
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-04net/smc: Improve log message for devices w/o pnetidAlexandra Winter
2025-09-03net/smc: Remove validation of reserved bits in CLC Decline messageMahanta Jambigi
2025-09-02net/smc: Replace use of strncpy on NUL-terminated string with strscpyJames Flowers
2025-09-02net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()Liu Jian
2025-08-19net/smc: fix UAF on smcsk after smc_listen_out()D. Wythe
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-14smc: Fix various oops due to inet_sock type confusion.Kuniyuki Iwashima
2025-07-09net/smc: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet
2025-06-23net: remove sock_i_uid()Eric Dumazet
2025-06-23net/smc: replace strncpy with strscpyPranav Tyagi
2025-06-21net/smc: remove unused function smc_lo_supports_v2Wang Liang
2025-06-19net/smc: remove unused input parameters in smc_buf_get_slotWang Liang
2025-04-11smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima
2025-03-14net/smc: use the correct ndev to find pnetid by pnetid tableGuangguan Wang
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-01-13net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang
2025-01-11net/smc: delete pointless divide by oneDan Carpenter
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-15net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang
2024-12-15net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang
2024-12-15net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang
2024-12-15net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang
2024-12-15net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang
2024-12-15net/smc: protect link down work from execute after lgr freedGuangguan Wang
2024-12-12net/smc: support ipv4 mapped ipv6 addr client for smc-r v2Guangguan Wang
2024-12-12net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1Guangguan Wang
2024-12-03net/smc: fix LGR and link use-after-free issueWen Gu
2024-12-03net/smc: initialize close_work early to avoid warningWen Gu
2024-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski