Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lnet / klnds / socklnd / socklnd_cb.c
2024-02-23 Serguei SmirnovLU-17258 socklnd: stop connecting on too many retries 55/53955/3
2024-02-23 Serguei SmirnovLU-17505 socklnd: return NETWORK_TIMEOUT to LNet on... 30/53930/2
2023-12-20 Arshad HussainLU-17000 lnet: Fix dereference after NULL under ksockna... 05/53305/3
2023-11-29 James SimmonsLU-10391 socklnd: handle IPv6 for zero copy messages 50/53150/2
2023-11-08 Chris HornLU-17258 socklnd: ensure connection type established... 57/52957/3
2023-11-08 James SimmonsLU-10391 ksocklnd: use ksocknal_protocol v4 for IPv6 11/52911/2
2023-06-14 Serguei SmirnovLU-16850 socklnd: remove ksnr_myiface from ksock_conn_cb 48/51148/8
2023-01-07 Aurelien DegremontLU-16439 socklnd: clarify error message on timeout 40/49540/3
2022-10-10 Serguei SmirnovLU-16191 socklnd: limit retries on conns_per_peer mismatch 64/48664/3
2022-10-10 Mr NeilBrownLU-10391 lnet: use %pISc for formatting IP addresses 85/48685/2
2022-08-03 Chris HornLU-15851 lnet: Adjust niov checks for large MD 19/47319/3
2022-05-30 Mr NeilBrownLU-10391 socklnd: pass large processid to ksocknal_add_peer 21/44621/4
2022-01-26 Jian YuLU-15220 lnet: use 'fallthrough' pseudo keyword for... 66/45566/12
2022-01-26 Mr NeilBrownLU-10391 lnet: change src_nid arg to lnet_parse() to... 14/43614/9
2022-01-26 Mr NeilBrownLU-10391 socklnd: add hello message version 4 11/43611/10
2022-01-26 Mr NeilBrownLU-10391 socklnd: Change ksock_hello_msg to struct... 10/43610/10
2022-01-26 Mr NeilBrownLU-10391 socklnd: move lnet_hdr unpack into ->pro_unpack 09/43609/10
2022-01-26 Mr NeilBrownLU-10391 lnet: change lnet_hdr to store large nids. 04/43604/12
2022-01-26 Mr NeilBrownLU-10391 lnet: separate lnet_hdr in msg from that in... 03/43603/12
2022-01-21 Andreas DilgerLU-15370 ksocklnd: remove verbose debug messages 55/45855/2
2022-01-18 Mr NeilBrownLU-10391 socklnd: don't deref lnet_hdr in LNDs 02/43602/12
2022-01-18 Mr NeilBrownLU-10391 socklnd: prepare for new KSOCK_MSG type 01/43601/12
2022-01-18 Mr NeilBrownLU-10391 lnet: extend nids in struct lnet_msg 98/43598/13
2021-10-27 Artem BlagodarenkoLU-15076 socklnd: lock ksnc_tx_queue list processing 79/45179/2
2021-08-31 Mr NeilBrownLU-10391 lnet: enhance connect/accept to support large... 05/42105/11
2021-08-31 Mr NeilBrownLU-10391 lnet: introduce lnet_processid for ksock_peer_ni 04/42104/13
2021-08-31 Mr NeilBrownLU-10391 lnet: introduce struct lnet_nid 00/42100/26
2021-07-22 Mr NeilBrownLU-6142 lnet: convert kiblnd/ksocknal_thread_start... 22/44122/3
2021-06-02 James SimmonsLU-12678 lnet: use list_for_each_entry() 91/43591/4
2021-05-05 Mr. NeilBrownLU-12678 lnet: use list_first_entry() in lnet/klnds... 19/43419/2
2021-05-05 Serguei SmirnovLU-12815 socklnd: add conns_per_peer parameter 56/41056/9
2021-04-10 Serguei SmirnovLU-13641 socklnd: replace route construct 74/40774/12
2021-03-16 Mr NeilBrownLU-10391 socklnd: convert ksocknal_add_peer to take... 08/38408/7
2021-03-10 Mr NeilBrownLU-12678 socklnd: change various ints to bool. 02/39302/3
2021-02-26 Mr NeilBrownLU-12678 lnet: use init_wait() rather than init_waitque... 95/39295/3
2021-02-26 Mr NeilBrownLU-10391 socklnd: use sockaddr instead of __u32 addresses. 04/37704/17
2020-12-09 Sebastien PiechurskiLU-14159 build: fix gcc8 warnings on kthread_run calls 90/40790/2
2020-10-29 Amir ShehataLU-14016 libcfs: use atomic64_t for libcfs_kmem 68/40168/5
2020-07-10 Mr NeilBrownLU-12678 socklnd: change ksnd_nthreads to atomic_t 21/39121/3
2020-07-04 Mr NeilBrownLU-12678 socklnd: convert various refcounts to refcount_t 30/39130/2
2020-07-04 Mr NeilBrownLU-12678 socklnd: use need_resched() 28/39128/2
2020-05-27 Chris HornLU-13510 lnd: Allow independent socklnd timeout 60/38460/6
2020-05-20 Mr NeilBrownLU-13004 socklnd: discard tx_iov. 51/37851/8
2020-05-20 Mr NeilBrownLU-13004 lnet: simplify ksock_tx. 50/37850/8
2020-05-20 Mr NeilBrownLU-13004 lnet: remove lnet_extract_iov() 48/37848/3
2020-05-14 Mr NeilBrownLU-9859 libcfs: replace memory_presure functions by... 11/38211/9
2020-05-14 Mr NeilBrownLU-6142 lnet: use BIT() macro where appropriate 75/38375/2
2020-05-01 Mr NeilBrownLU-13004 lnet: remove the 'struct kvec' arg from lnd_send 45/37845/7
2020-05-01 Mr NeilBrownLU-13004 lnet: remove msg_iov from lnet_msg. 44/37844/7
2020-04-14 Mr NeilBrownLU-10391 socklnd: use interface index to track local... 02/37702/11
2020-03-24 Mr NeilBrownLU-13004 modules: replace lnet_kiov_t with struct bio_vec 52/37852/7
2020-03-24 Mr NeilBrownLU-10391 lnet: change various function to return pointer 01/37701/4
2020-03-17 Mr NeilBrownLU-13255 lnet: introduce wait_var_event_warning. 93/37593/6
2020-03-05 Mr NeilBrownLU-9679 libcfs: Add CFS_ALLOC_PTR_ARRAY and free 75/36975/6
2020-02-20 NeilBrownLU-9859 libcfs: remove unnecessary cfs_block_allsigs... 50/35350/15
2020-02-20 Mr NeilBrownLU-9679 various: use list_splice and list_splice_init 57/37457/2
2020-02-14 Mr NeilBrownLU-12678 lnet: socklnd: mark all ksock_proto struct... 94/36894/7
2020-02-14 Mr NeilBrownLU-12930 various: use schedule_timeout_*interruptible 56/36656/6
2020-02-14 Mr NeilBrownLU-9679 modules: convert MIN/MAX to kernel style 56/37456/2
2020-02-08 Mr NeilBrownLU-9679 lnet: use LIST_HEAD() for local lists. 54/36954/4
2020-02-08 Mr NeilBrownLU-9679 general: add missing spaces to folded strings. 53/36653/5
2020-02-01 Mr NeilBrownLU-12678 socklnd: convert peers hash table to hashtable.h 37/36837/6
2019-12-20 NeilBrownLU-12678 lnet: use list_move where appropriate. 39/36339/2
2019-12-16 Arshad HussainLU-12923 lustre: Replace CLASSERT() with BUILD_BUG_ON() 25/36725/3
2019-12-06 Mr NeilBrownLU-9679 modules: Use LIST_HEAD for declaring list_heads 69/36669/2
2019-08-15 Aurelien DegremontLU-12236 lnet: support non-default network namespace 68/34768/14
2019-01-04 Amir ShehataLU-11415 socklnd: improve scheduling algorithm 40/33740/3
2018-10-29 Amir ShehataLU-11476 lnet: set the health status correctly 07/33307/5
2018-09-10 Amir ShehataLU-11309 lnd: Clean up logging 96/33096/4
2018-09-04 Wang ShilongLU-11304 misc: update all url links to whamcloud 94/33094/2
2018-08-17 Amir ShehataLU-9120 lnet: health error simulation 51/32951/13
2018-08-17 Amir ShehataLU-9120 lnet: calculate the lnd timeout 70/32770/15
2018-08-17 Amir ShehataLU-9120 lnet: handle socklnd tx failure 66/32766/15
2018-02-22 Mike MarciniszynLU-10560 libcfs: handle rename to wait_queue_entry_t 53/31153/11
2018-02-09 James SimmonsLU-9019 lnd: remove remaining cfs_time wrappers 42/31042/2
2018-01-09 Andreas DilgerLU-10308 misc: update Intel copyright messages for... 41/30341/4
2017-08-22 Olaf WeberLU-9480 lnet: add lnet_interfaces_max tunable 70/25770/16
2017-08-05 James SimmonsLU-6142 socklnd: remove typedefs from ksocklnd 75/28275/3
2017-06-03 James SimmonsLU-9397 ksocklnd: move remaining time handling to 64... 13/26813/9
2017-05-05 Olaf WeberLU-9119 lnet: rename LNET_MAX_INTERFACES 93/26693/4
2017-05-05 Olaf WeberLU-9119 socklnd: propagate errors on send failure 91/26691/4
2017-03-01 Sergey CheremencevLU-9094 lnet: remove ni from lnet_finalize 75/25375/5
2017-02-15 James SimmonsLU-6142 lnet: remove most of typedefs from LNet headers 31/20831/10
2017-01-25 Amir ShehataLU-7734 lnet: rename LND peer to peer_ni
2017-01-01 James SimmonsLU-6245 libcfs: add ktime_get_real_seconds support 66/22866/10
2016-12-23 James SimmonsLU-6142 socklnd: change UAPI typedefs to proper structure 06/18506/5
2016-12-17 Liang ZhenLU-8867 ksocklnd: ignore timedout TX on closing connection 73/23973/3
2016-12-17 Dmitry EreminLU-8703 libcfs: fix error messages 07/23307/3
2016-06-22 Ben EvansLU-8058 lnet: Remove old commented out code 14/20414/4
2016-06-14 James SimmonsLU-6245 libcfs: remove types abstraction from libcfs... 04/20204/9
2015-12-02 Al ViroLU-4423 lnet: don't use iovec instead of kvec 05/17205/3
2015-06-09 Frank ZagoLU-5710 all: third batch of corrected typos and grammar... 24/14424/8
2015-05-17 Andreas DilgerLU-6068 misc: update old URLs to hpdd.intel.com 93/13193/5
2015-04-28 James SimmonsLU-6245 libcfs: remove prim wrappers for libcfs 74/13874/8
2015-03-25 James SimmonsLU-6245 libcfs: remove tcpip abstraction from libcfs 60/13760/19
2015-01-09 Frank ZagoLU-5396 lnet: make some functions static 06/12206/15
2014-12-28 Andreas DilgerLU-6068 misc: update Intel copyright messages 2014 74/13174/2
2014-09-26 frank zagoLU-5396 lnet/klnds: add sparse annotation __user wherev... 24/11824/5
2014-08-27 frank zagoLU-5396: add sparse locking annotations 95/11295/9
2014-08-15 John L. HammondLU-2675 build: remove Darwin "support" 23/11423/2
next