Whamcloud - gitweb
LU-12901 o2iblnd: retry qp creation with reduced queue depth
[fs/lustre-release.git] / lnet / klnds / socklnd /
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-08-07 Serguei SmirnovLU-13790 socklnd: NID to interface mapping issues 08/39408/3
2020-08-07 Mr NeilBrownLU-6142 socklnd: remove declarations of missing functions. 26/39326/2
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 list_for_each_entry_safe() 29/39129/2
2020-07-04 Mr NeilBrownLU-12678 socklnd: use need_resched() 28/39128/2
2020-06-28 Mr NeilBrownLU-12678 socklnd: don't fall-back to tcp_sendpage. 34/39134/2
2020-06-28 Mr NeilBrownLU-12678 lnet: Fix some out-of-date comments. 27/39127/2
2020-06-28 Amir ShehataLU-13566 socklnd: fix local interface binding 43/38743/6
2020-06-23 Amir ShehataLU-13662 lnet: handle undefined parameters 94/38894/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-05-01 James SimmonsLU-10391 socklnd: properly order headers in socklnd.h 87/38287/2
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-03-01 Shaun TancheffLU-12945 lnet: Disable zero copy when running on VM 00/37300/9
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-11300 lnet: remove lnd_query interface. 37/37337/4
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
2020-01-23 Mr NeilBrownLU-12678 lnet: remove locking protection ln_testprotocompat 56/36856/4
2020-01-23 Mr NeilBrownLU-12678 lnet: make "struct lnet_lnd" always "const". 32/36832/3
2020-01-23 Mr NeilBrownLU-12678 socklnd: initialize the_ksocklnd at compile... 31/36831/5
2020-01-10 Mr NeilBrownLU-12678 lnet: change list_for_each in ksocknal_debug_p... 36/36836/3
2020-01-10 Mr NeilBrownLU-12678 lnet: discard struct ksock_peer 35/36835/4
2020-01-10 Mr NeilBrownLU-9679 lnet: always check return of try_module_get() 54/36854/6
2019-12-20 NeilBrownLU-12678 lnet: use list_move where appropriate. 39/36339/2
2019-12-16 Mr NeilBrownLU-12678 lnet: discard ksnn_lock 34/36834/3
2019-12-16 Mr NeilBrownLU-12678 lnet: change ksocknal_create_peer() to return... 33/36833/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-12-06 Mr NeilBrownLU-9679 general: avoid bare return; at end of void... 54/36654/3
2019-11-12 Patrick FarrellLU-12477 lnet: Remove obsolete config options 43/35343/5
2019-09-16 Mr NeilBrownLU-6142 socklnd: remove ksnp_sharecount 92/35892/4
2019-09-16 Mr NeilBrownLU-6142 socklnd: Fix some white-space issues ... 19/35919/3
2019-09-03 Shaun TancheffLU-12635 build: Support for gcc -Wimplicit-fallthrough 08/35708/4
2019-08-15 Aurelien DegremontLU-12236 lnet: support non-default network namespace 68/34768/14
2019-07-17 Oleg DrokinLU-6504 socklnd: fix indentation issue highlighted... 99/14599/5
2019-07-12 NeilBrownLU-12101 socklnd: fix infinite loop in ksocknal_push() 99/34499/4
2019-07-12 James SimmonsLU-11893 lnet: consoldate secondary IP address handling 93/34993/8
2019-06-07 Amir ShehataLU-11297 lnet: MR Routing Feature 83/34983/3
2019-06-07 Amir ShehataLU-11299 lnet: modify lnd notification mechanism 53/33453/30
2019-05-29 James SimmonsLU-11893 ksocklnd: add secondary IP address handling 92/34392/14
2019-02-11 NeilBrownLU-11838 socklnd: use for_each_netdev() instead of... 66/33966/4
2019-01-04 Amir ShehataLU-11415 socklnd: improve scheduling algorithm 40/33740/3
2018-11-02 Sonia SharmaLU-11371 socklnd: dynamically set LND parameters 91/33191/4
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-03-03 James SimmonsLU-10672 lnet: pass in only time64_t to lnet_notify 39/31339/3
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-25 James SimmonsLU-9019 lnet: move ping and delay injection to time64_t 58/30658/4
2018-01-14 James SimmonsLU-9859 libcfs: delete libcfs/linux/libcfs.h 06/30706/4
2018-01-09 Andreas DilgerLU-10308 misc: update Intel copyright messages for... 41/30341/4
2017-08-22 Olaf WeberLU-9480 lnet: add "lnetctl ping" command 91/25791/31
2017-08-22 Olaf WeberLU-9480 lnet: add lnet_interfaces_max tunable 70/25770/16
2017-08-05 James SimmonsLU-6245 uapi: move libcfs/lnet UAPI header into own... 89/28089/7
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-06-03 Amir ShehataLU-9448 lnet: handle empty CPTs 45/27145/3
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-23 James SimmonsLU-9019 socklnd: use 64-bit incarnation time stamp 90/25690/3
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: fix routing selection
2017-01-25 Amir ShehataLU-7734 lnet: rename LND peer to peer_ni
2017-01-25 Amir ShehataLU-7734 lnet: NUMA support
2017-01-25 Amir ShehataLU-7734 lnet: configure local NI from DLC
2017-01-25 Amir ShehataLU-7734 lnet: Multi-Rail local NI split
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 Andreas DilgerLU-8901 misc: update Intel copyright messages for 2016 33/24233/4
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-10-08 James SimmonsLU-8648 all: remove all Sun license and URL references 00/22800/4
2016-09-08 James SimmonsLU-8560 libcfs: handle PAGE_CACHE_* removal in newer... 06/22206/4
2016-08-06 Dmitry EreminLU-8401 lnet: remove dependency on OFED headers from... 17/21317/4
2016-07-11 Li DongyangLU-8056 socklnd: NETIF_F_ALL_CSUM renamed to NETIF_F_CS... 22/20222/7
2016-06-22 Ben EvansLU-8058 lnet: Remove old commented out code 14/20414/4
next