summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-1113-278/+457
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-2/+1
| |\
| * | net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2023-12-262-9/+31
| * | net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu2023-12-261-0/+14
| * | net/smc: support extended GID in SMC-D lgr netlink attributeWen Gu2023-12-262-0/+8
| * | net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu2023-12-2610-55/+146
| * | net/smc: define a reserved CHID range for virtual ISM devicesWen Gu2023-12-261-0/+20
| * | net/smc: introduce virtual ISM device support featureWen Gu2023-12-261-3/+6
| * | net/smc: support SMCv2.x supplemental features negotiationWen Gu2023-12-264-4/+22
| * | net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu2023-12-263-97/+62
| * | net/smc: introduce sub-functions for smc_clc_send_confirm_accept()Wen Gu2023-12-261-82/+115
| * | net/smc: rename some 'fce' to 'fce_v2x' for clarityWen Gu2023-12-261-14/+16
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-073-9/+8
| |\ \
| * | | net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonemptyLi RongQing2023-11-242-30/+1
| * | | net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang2023-11-243-2/+16
| * | | net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang2023-11-245-5/+23
* | | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
| |/ /
* | / net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu2024-01-031-2/+1
| |/ |/|
* | net/smc: fix missing byte order conversion in CLC handshakeWen Gu2023-12-073-9/+8
|/
* net/smc: avoid data corruption caused by declineD. Wythe2023-11-221-2/+6
* net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-191-0/+1
* net/smc: put sk reference if close work was canceledD. Wythe2023-11-061-1/+2
* net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe2023-11-061-5/+4
* net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe2023-11-064-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-193-6/+8
|\
| * net/smc: return the right falback reason when prefix checks failDust Li2023-10-161-1/+1
| * net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang2023-10-133-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-122-5/+10
|\|
| * net/smc: Fix pos miscalculation in statisticsNils Hoppmann2023-10-111-5/+9
| * net/smc: Fix dependency of SMC on ISMGerd Bayer2023-10-101-0/+1
* | net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
|/
* net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang2023-09-101-0/+2
* net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang2023-09-101-1/+2
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-1/+2
|\
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-211-1/+1
* | net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang2023-08-191-0/+4
* | net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang2023-08-196-24/+82
* | net/smc: support max connections per lgr negotiationGuangguan Wang2023-08-196-6/+62
* | net/smc: support smc v2.x features validateGuangguan Wang2023-08-193-0/+71
* | net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang2023-08-193-24/+37
* | net/smc: support smc release version negotiation in clc handshakeGuangguan Wang2023-08-195-13/+51
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-105-42/+76
|\ \
| * | net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer2023-08-091-22/+51
| * | net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer2023-08-095-20/+25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-1/+1
|\| |
| * | net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-1/+1
| |/
* / net/smc: Remove unused function declarationsYue Haibing2023-07-312-2/+0
|/
* smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells2023-06-245-52/+1