summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2025-12-04net: smc: SMC_HS_CTRL_BPF should depend on BPF_JITGeert Uytterhoeven
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-10net/smc: fix mismatch between CLC header and proposalD. Wythe
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-30net/smc: handle -ENOMEM from smc_wr_alloc_link_mem gracefullyHalil Pasic
2025-10-30net/smc: make wr buffer count configurableHalil Pasic
2025-10-24smc: rename smc_find_ism_store_rc to reflect broader usageDust Li
2025-10-20net/smc: fix general protection fault in __smc_diag_dumpWang Liang
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