- 00af2aa net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() by Eric Dumazet · 1 year ago
- 73be9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 1 month ago
- 6cf9ff4 net: smc: fix spurious error message from __sock_release() by Dmitry Antipov · 1 year, 1 month ago
- b27696c net/smc: change the term virtual ISM to Emulated-ISM by Wen Gu · 1 year, 1 month ago
- cf24446 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 1 month ago
- c3dfcdb net/smc: fix incorrect SMC-D link group matching logic by Wen Gu · 1 year, 1 month ago
- 06f609b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 1 month ago
- 114b4bb sock_diag: add module pointer to "struct sock_diag_handler" by Eric Dumazet · 1 year, 1 month ago
- dbc153f net/smc: fix illegal rmb_desc access in SMC-D connection dump by Wen Gu · 1 year, 2 months ago
- 3e7aeb7 Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 2 months ago
- fb46e22 Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 2 months ago
- 5e0a760 mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER by Kirill A. Shutemov · 1 year, 2 months ago
- e63c182 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 2 months ago
- 9dbe086 net/smc: fix invalid link access in dumping SMC-R connections by Wen Gu · 1 year, 2 months ago
- b3bf760 net/smc: manage system EID in SMC stack instead of ISM driver by Wen Gu · 1 year, 3 months ago
- c6b8b8e net/smc: disable SEID on non-s390 archs where virtual ISM may be used by Wen Gu · 1 year, 3 months ago
- 01fd161 net/smc: support extended GID in SMC-D lgr netlink attribute by Wen Gu · 1 year, 3 months ago
- b40584d net/smc: compatible with 128-bits extended GID of virtual ISM device by Wen Gu · 1 year, 3 months ago
- 8dd512d net/smc: define a reserved CHID range for virtual ISM devices by Wen Gu · 1 year, 3 months ago
- 00e006a net/smc: introduce virtual ISM device support feature by Wen Gu · 1 year, 3 months ago
- ece60db net/smc: support SMCv2.x supplemental features negotiation by Wen Gu · 1 year, 3 months ago
- 9505450 net/smc: unify the structs of accept or confirm message for v1 and v2 by Wen Gu · 1 year, 3 months ago
- 5205ac4 net/smc: introduce sub-functions for smc_clc_send_confirm_accept() by Wen Gu · 1 year, 3 months ago
- ac053a1 net/smc: rename some 'fce' to 'fce_v2x' for clarity by Wen Gu · 1 year, 3 months ago
- 2483e7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 3 months ago
- c5a1039 net/smc: fix missing byte order conversion in CLC handshake by Wen Gu · 1 year, 3 months ago
- e7bed88 net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonempty by Li RongQing · 1 year, 3 months ago
- 1f2c9dd net/smc: add sysctl for max conns per lgr for SMC-R v2.1 by Guangguan Wang · 1 year, 3 months ago
- f8e80fc net/smc: add sysctl for max links per lgr for SMC-R v2.1 by Guangguan Wang · 1 year, 3 months ago
- e6d71b4 net/smc: avoid data corruption caused by decline by D. Wythe · 1 year, 3 months ago
- 938dbea net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules by Jakub Kicinski · 1 year, 4 months ago
- aa96fbd net/smc: put sk reference if close work was canceled by D. Wythe · 1 year, 4 months ago
- c5bf605 net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc by D. Wythe · 1 year, 4 months ago
- 5211c97 net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT by D. Wythe · 1 year, 4 months ago
- 041c346 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 5 months ago
- 4abbd2e net/smc: return the right falback reason when prefix checks fail by Dust Li · 1 year, 5 months ago
- c68681a net/smc: fix smc clc failed issue when netdevice not in init_net by Albert Huang · 1 year, 5 months ago
- 0e6bb5b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 5 months ago
- a950a59 net/smc: Fix pos miscalculation in statistics by Nils Hoppmann · 1 year, 5 months ago
- a72178c net/smc: Fix dependency of SMC on ISM by Gerd Bayer · 1 year, 5 months ago
- 10bbf16 net: implement lockless SO_PRIORITY by Eric Dumazet · 1 year, 6 months ago
- f5146e3 net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add by Guangguan Wang · 1 year, 6 months ago
- 6912e72 net/smc: bugfix for smcr v2 server connect success statistic by Guangguan Wang · 1 year, 6 months ago
- adfd671 Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 6 months ago
- bc1fb82 net: annotate data-races around sk->sk_lingertime by Eric Dumazet · 1 year, 7 months ago
- bbed596 net/smc: Extend SMCR v2 linkgroup netlink attribute by Guangguan Wang · 1 year, 7 months ago
- 69b888e net/smc: support max links per lgr negotiation in clc handshake by Guangguan Wang · 1 year, 7 months ago
- 7f0620b net/smc: support max connections per lgr negotiation by Guangguan Wang · 1 year, 7 months ago
- 6ac1e656 net/smc: support smc v2.x features validate by Guangguan Wang · 1 year, 7 months ago
- 7290178 net/smc: add vendor unique experimental options area in clc handshake by Guangguan Wang · 1 year, 7 months ago
- 1e70094 net/smc: support smc release version negotiation in clc handshake by Guangguan Wang · 1 year, 7 months ago
- c899710 networking: Update to register_net_sysctl_sz by Joel Granados · 1 year, 7 months ago
- 4d016ae4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 7 months ago
- 30c3c4a net/smc: Use correct buffer sizes when switching between TCP and SMC by Gerd Bayer · 1 year, 7 months ago
- 833bac7e net/smc: Fix setsockopt and sysctl to specify same buffer size again by Gerd Bayer · 1 year, 7 months ago
- 35b1b1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 7 months ago
- 4cbc32a net/smc: Remove unused function declarations by Yue Haibing · 1 year, 7 months ago
- 3c5b4d6 net: annotate data-races around sk->sk_mark by Eric Dumazet · 1 year, 7 months ago
- 2f8bc2b smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES by David Howells · 1 year, 9 months ago
- f8dd95b tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage by David Howells · 1 year, 9 months ago
- c308e9e net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT by Wen Gu · 1 year, 9 months ago
- 71c6aa0 net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK by Wen Gu · 1 year, 9 months ago
- b24aa14 net/smc: Scan from current RMB list when no position specified by Wen Gu · 1 year, 9 months ago
- 3511227 net/smc: Reset connection when trying to use SMCRv2 fails. by Wen Gu · 1 year, 10 months ago
- d0ac89f net: deal with most data-races in sk_wait_event() by Eric Dumazet · 1 year, 10 months ago
- 7fa8a8e Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 10 months ago
- 800e68c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
- 9744d2b smc: Fix use-after-free in tcp_write_timer_handler(). by Kuniyuki Iwashima · 1 year, 11 months ago
- 23baf83 mm, treewide: redefine MAX_ORDER sanely by Kirill A. Shutemov · 2 years ago
- 407db47 smc: preserve const qualifier in smc_sk() by Eric Dumazet · 2 years ago
- 1118aa4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years ago
- 79a22238 net/smc: Use percpu ref for wr tx reference by Kai Shen · 2 years ago
- f947568 net/smc: Introduce explicit check for v2 support by Stefan Raspl · 2 years ago
- 9d876d3 net/smc: Fix device de-init sequence by Stefan Raspl · 2 years ago
- 13085e1 net/smc: fix deadlock triggered by cancel_delayed_work_syn() by Wenjia Zhang · 2 years ago
- 22a825c net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler() by D. Wythe · 2 years ago
- ce7ca794 net/smc: fix fallback failed while sendmsg with fastopen by D. Wythe · 2 years ago
- d1fabc6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years ago
- 475f9ff net/smc: fix application data exception by D. Wythe · 2 years, 1 month ago
- e40b801 net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link() by D. Wythe · 2 years, 1 month ago
- fe33311 net: no longer support SOCK_REFCNT_DEBUG feature by Jason Xing · 2 years, 1 month ago
- aff7bfe net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore by D. Wythe · 2 years, 1 month ago
- 4da6874 net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs() by D. Wythe · 2 years, 1 month ago
- f642101 net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse() by D. Wythe · 2 years, 1 month ago
- b5dd4d6 net/smc: llc_conf_mutex refactor, replace it with rw_semaphore by D. Wythe · 2 years, 1 month ago
- 509f15b net: add missing includes of linux/splice.h by Jakub Kicinski · 2 years, 1 month ago
- 8c81ba2 net/smc: De-tangle ism and smc device initialization by Stefan Raspl · 2 years, 1 month ago
- 820f210 s390/ism: Consolidate SMC-D-related code by Stefan Raspl · 2 years, 1 month ago
- 9de4df7 net/smc: Separate SMC-D and ISM APIs by Stefan Raspl · 2 years, 1 month ago
- 8747716 net/smc: Register SMC-D as ISM client by Stefan Raspl · 2 years, 1 month ago
- 89e7d2b net/ism: Add new API for client registration by Stefan Raspl · 2 years, 1 month ago
- c40bff4 net/smc: Terminate connections prior to device removal by Stefan Raspl · 2 years, 1 month ago
- 40e0b09 net/sock: Introduce trace_sk_data_ready() by Peilin Ye · 2 years, 2 months ago
- de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 6 months ago
- 62ff373 net/smc: Fix possible leaked pernet namespace in smc_init() by Chen Zhongjin · 2 years, 4 months ago
- bdee15e net/smc: Fix an error code in smc_lgr_create() by Dan Carpenter · 2 years, 5 months ago
- 6627a20 net/smc: Support SO_REUSEPORT by Tony Lu · 2 years, 5 months ago
- 0140a71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 5 months ago
- 0227f05 net/smc: Unbind r/w buffer size from clcsock and make them tunable by Tony Lu · 2 years, 6 months ago
- 77eee32 net/smc: Introduce a specific sysctl for TEST_LINK time by Wen Gu · 2 years, 6 months ago