Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lnet / klnds / socklnd / socklnd.h
2024-04-02 Etienne AUJAMESLU-12452 socklnd: allow setting IP ToS value 80/54080/5
2024-03-23 Etienne AUJAMESLU-12452 lnet: inherit default lnd tunings from modparams 78/54078/7
2023-11-08 Chris HornLU-17258 socklnd: ensure connection type established... 57/52957/3
2023-10-25 James SimmonsLU-10391 lnet: migrate full LNet NI information collection 55/50255/25
2023-06-14 Serguei SmirnovLU-16850 socklnd: remove ksnr_myiface from ksock_conn_cb 48/51148/8
2022-11-08 James SimmonsLU-10003 lnet: use Netlink to support old and new NI... 14/48814/13
2022-10-10 Serguei SmirnovLU-16191 socklnd: limit retries on conns_per_peer mismatch 64/48664/3
2022-10-10 Mr NeilBrownLU-13641 socklnd: remove remnants of tcp bonding 68/48568/3
2022-05-30 Mr NeilBrownLU-10391 socklnd: pass large processid to ksocknal_add_peer 21/44621/4
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: separate lnet_hdr in msg from that in... 03/43603/12
2021-12-23 Serguei SmirnovLU-15137 socklnd: expect two control connections maximum 61/45461/4
2021-08-31 Mr NeilBrownLU-10391 lnet: introduce lnet_processid for ksock_peer_ni 04/42104/13
2021-08-18 Serguei SmirnovLU-12815 socklnd: allow dynamic setting of conns_per_peer 63/41463/13
2021-07-22 Mr NeilBrownLU-6142 lnet: convert kiblnd/ksocknal_thread_start... 22/44122/3
2021-06-21 Serguei SmirnovLU-14742 socklnd: detect link state to set fatal error... 52/43952/4
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-30 Serguei SmirnovLU-13641 socklnd: remove tcp bonding 00/40000/12
2021-03-16 Mr NeilBrownLU-10391 socklnd: convert ksocknal_add_peer to take... 08/38408/7
2021-03-10 Mr NeilBrownLU-13783 libcfs: support removal of kernel_setsockopt() 59/39259/7
2021-02-26 Mr NeilBrownLU-10391 socklnd: use sockaddr instead of __u32 addresses. 04/37704/17
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 need_resched() 28/39128/2
2020-06-28 Mr NeilBrownLU-12678 lnet: Fix some out-of-date comments. 27/39127/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-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-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-02-14 Mr NeilBrownLU-12678 lnet: socklnd: mark all ksock_proto struct... 94/36894/7
2020-02-01 Mr NeilBrownLU-12678 socklnd: convert peers hash table to hashtable.h 37/36837/6
2020-01-10 Mr NeilBrownLU-12678 lnet: discard struct ksock_peer 35/36835/4
2019-12-16 Mr NeilBrownLU-12678 lnet: discard ksnn_lock 34/36834/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-06-07 Amir ShehataLU-11299 lnet: modify lnd notification mechanism 53/33453/30
2019-01-04 Amir ShehataLU-11415 socklnd: improve scheduling algorithm 40/33740/3
2018-09-10 Amir ShehataLU-11309 lnd: Clean up logging 96/33096/4
2018-08-17 Amir ShehataLU-9120 lnet: handle socklnd tx failure 66/32766/15
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 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-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-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 Andreas DilgerLU-8901 misc: update Intel copyright messages for 2016 33/24233/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-05-04 James SimmonsLU-6245 libcfs: remove sysctl module handling 59/19459/7
2015-12-02 Al ViroLU-4423 lnet: don't use iovec instead of kvec 05/17205/3
2015-07-10 James SimmonsLU-6763 lnet: test for sk_sleep presence in compact... 86/15386/9
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 Alex ZhuravlevLU-6079 lnet: remove asm/irq.h include 29/13229/3
2014-12-26 John L. HammondLU-2675 lnet: remove lnet/include/lnet/linux/ 32/12932/4
2014-08-27 John L. HammondLU-2675 build: assume __linux__ and __KERNEL__ 37/11437/5
2014-08-15 John L. HammondLU-2675 build: remove Darwin "support" 23/11423/2
2014-08-12 John L. HammondLU-2675 build: remove WinNT "support" 85/11385/2
2014-05-07 James SimmonsLU-3963 libcfs: convert LNET layer to linux list api 69/9369/9
2013-12-02 James SimmonsLU-2800 autoconf: clean up sysctl table handling 02/8102/2
2013-10-25 James SimmonsLU-3963 lnet: convert cfs_atomic primitives 70/7070/3
2013-09-13 Peng TaoLU-1346 libcfs: cleanup waitq related primitives 55/6955/8
2013-09-13 Peng TaoLU-1346 libcfs: cleanup libcfs primitive (linux-prim.h) 54/6954/8
2013-06-20 Peng TaoLU-2850 kernel: 3.8 upstream kills daemonize() 55/5655/13
2013-05-02 Keith ManntheyLU-3030 build: Update Master Copyrights pre 2.4 split
2013-02-20 John L. HammondLU-2675 cleanup: make bitfield (un)signedness explicit
2013-01-08 Keith ManntheyLU-2446 build: Update Whamcloud copyright messages...
2012-12-05 Andreas DilgerLU-1346 libcfs: replace libcfs wrappers with kernel API
2012-07-03 Liang ZhenLU-56 ksocklnd: CPT affinity socklnd
2012-05-30 Liu XuezhaoLU-1347 style: removes obsolete EXPORT_SYMTAB macros
2012-05-08 Liang ZhenLU-1347 build: remove the vim/emacs modelines
2012-03-02 Andreas DilgerLU-1146 build: batch update copyright messages
2011-06-03 Liang ZhenLU-8 dynamically grow/shrink socklnd connd threads
2010-12-17 Vitaly Fertmanb=24218 fix race on ksock_tx_t::tx_resid
2010-06-14 Robert ReadUpdate copyrights on source files changed since 2010...
2010-04-16 Liang Zhenb=20615 always send ZC_ACK on non-blocking connection
2010-02-10 Liang Zhenb=21396 Don't hog cpu in connd.
2010-01-14 Lisa Weekb=17167 libcfs: ensure all libcfs exported symbols...
2009-12-01 isaaci=maxim,b=18460,b=20171:
2009-05-05 isaacb=15332,i=liang:
2009-04-27 isaac- back out peer_buffer_credits changes, as requested...
2009-04-23 isaacb=15332,i=liang:
2009-02-17 isaacb=16186,i=liangzhen,i=maxim:
2009-02-10 maximb=17087
2009-01-19 liangzhenBranch HEAD
2008-11-29 maximb=17087
next