summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
24 hoursnet/smc: carry oversized SMC-Rv2 LLC messages in the queue entryYehyeong Lee
24 hoursnet/smc: unregister the connection before draining the rx taskletBryam Vargas
24 hoursnet/smc: stop killed, freed and out_of_sync sharing a byteHidayath Khan
24 hoursnet/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()Yehyeong Lee
24 hoursnet/smc: fix use-after-free in smc_rx_pipe_buf_release()Hidayath Khan
24 hoursnet/smc: fix socket refcount leak in smc_switch_conns()Hidayath Khan
24 hoursnet/smc: do not dereference an unset send buffer on the SMC-D teardown pathBryam Vargas
24 hoursnet/smc: bound the peer rkey counts in SMC-Rv2 LLC messagesYehyeong Lee
2026-08-19net: smc: fix splice entry lifetime imbalance in smc_rx_spliceDaming Li
2026-08-19net/smc: fix TOCTOU race between smc_listen_out() and listener closeSidraya Jayagond
2026-08-19net/smc: fix qentry overwrite for CONFIRM_LINK and ADD_LINK_CONT in smc_llc_e...Mahanta Jambigi
2026-08-09net/smc: fix socket use-after-free during link group terminationXuanqiang Luo
2026-07-24net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socketXiang Mei
2026-06-19net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoSNicolò Coccia
2026-06-09net/smc: Do not re-initialize smc hashtablesAlexandra Winter
2026-06-01net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slotXiang Mei
2026-06-01net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepointXiang Mei
2026-05-07net/smc: avoid early lgr access in smc_clc_wait_msgRuijie Li
2026-04-02net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe bu...Qi Tang
2026-03-25net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()Jiayuan Chen
2026-03-04tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet
2025-11-10net/smc: fix mismatch between CLC header and proposalD. Wythe
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