Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lnet / klnds / socklnd / socklnd.c
2 days ago Shaun TancheffLU-17592 build: kernel 6.8 removed strlcpy() 27/54227/13
10 days ago Alex ZhuravlevLU-17683 lnet: ksocknal_startup() leaks iface table 90/54590/6
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
2024-03-04 James SimmonsLU-10391 lnet: support updating LNet local NI settings 60/53560/12
2024-02-23 Serguei SmirnovLU-17258 socklnd: stop connecting on too many retries 55/53955/3
2023-11-29 Serguei SmirnovLU-17230 socklnd: treat UNKNOWN netif operstate as UP 42/52842/6
2023-11-18 Mr. NeilBrownLU-9859 libcfs: refactor libcfs initialization. 00/52700/6
2023-11-18 James SimmonsLU-10391 lnet: support setting LND timeouts 13/53013/4
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-10-25 James SimmonsLU-10391 lnet: migrate full LNet NI information collection 55/50255/25
2023-08-19 Cyril BordageLU-17021 socklnd: fix late ksnr_max_conns set 90/51890/4
2023-08-07 Serguei SmirnovLU-16949 lnet: get monitor thread to update ping buffer 35/51635/6
2023-07-14 Timothy DayLU-8191 lnet: remove unused, fix non-static functions 36/51436/2
2023-06-28 Serguei SmirnovLU-16836 lnet: ensure dev notification on lnd startup 57/51057/6
2023-06-14 Serguei SmirnovLU-16850 socklnd: remove ksnr_myiface from ksock_conn_cb 48/51148/8
2023-03-28 Serguei SmirnovLU-16563 lnet: use discovered ni status to set initial... 27/50027/8
2023-01-19 James SimmonsLU-13642 lnet: modify lnet_inetdev to work with large... 25/49525/5
2023-01-19 James SimmonsLU-16460 lnet: validate data sent from user land properly 88/49588/6
2023-01-07 Frank SehrLU-13642 lnet: Allow IP specification 60/47660/24
2022-12-20 Cyril BordageLU-16378 lnet: handles unregister/register events 75/49375/4
2022-11-17 Mr NeilBrownLU-10391 lnet: change lnet_notify() to take struct... 33/44633/13
2022-11-08 James SimmonsLU-10003 lnet: use Netlink to support old and new NI... 14/48814/13
2022-10-25 Serguei SmirnovLU-15234 lnet: add mechanism for dumping lnd peer debug... 66/48566/6
2022-10-15 Mr NeilBrownLU-10391 lnet: support IPv6 in lnet_inet_enumerate() 72/48572/2
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-10-10 Mr NeilBrownLU-10391 lnet: use %pISc for formatting IP addresses 85/48685/2
2022-10-04 Mr NeilBrownLU-10391 socklnd: support IPv6 in ksocknal_ip2index() 70/48570/2
2022-10-04 Mr NeilBrownLU-10391 lnet: add iface index to struct lnet_inetdev 69/48569/2
2022-06-27 Chris HornLU-15860 socklnd: Duplicate ksock_conn_cb 61/47361/3
2022-05-30 Mr NeilBrownLU-10391 socklnd: switch ksocknal_del_peer to lnet_proc... 23/44623/4
2022-05-30 Mr NeilBrownLU-10391 socklnd: large processid for ksocknal_get_peer... 22/44622/4
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 socklnd: Change ksock_hello_msg to struct... 10/43610/10
2022-01-26 Mr NeilBrownLU-10391 lnet: alter lnd_notify_peer_down() to take... 08/43608/10
2022-01-06 Serguei SmirnovLU-15137 socklnd: decrement connection counters on... 22/45422/7
2021-08-31 Serguei SmirnovLU-14954 socklnd: fix link state detection 32/44732/5
2021-08-31 Mr NeilBrownLU-10391 lnet: introduce lnet_processid for ksock_peer_ni 04/42104/13
2021-08-31 Mr NeilBrownLU-10391 socklnd: factor out key calculation for ksnd_peers 03/42103/13
2021-08-31 Mr NeilBrownLU-10391 lnet: introduce struct lnet_nid 00/42100/26
2021-08-18 Serguei SmirnovLU-12815 socklnd: set conns_per_peer based on link... 17/44417/4
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-06-02 James SimmonsLU-12678 lnet: use list_for_each_entry() 91/43591/4
2021-06-02 Artem BlagodarenkoLU-13950 lnet: do not crash if lnet_sock_getaddr return... 34/39834/6
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-21 Mr NeilBrownLU-14487 lnet: remove references to Sun Trademark. 38/42138/4
2021-04-21 Mr NeilBrownLU-14352 various: only use wake_up_all() on exclusive... 89/41289/4
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-12678 socklnd: change various ints to bool. 02/39302/3
2021-02-26 Mr NeilBrownLU-10391 socklnd: use sockaddr instead of __u32 addresses. 04/37704/17
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-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-06-28 Amir ShehataLU-13566 socklnd: fix local interface binding 43/38743/6
2020-05-27 Chris HornLU-13510 lnd: Allow independent socklnd timeout 60/38460/6
2020-05-14 Mr NeilBrownLU-6142 lnet: use BIT() macro where appropriate 75/38375/2
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-17 Mr NeilBrownLU-13255 lnet: introduce wait_var_event_warning. 93/37593/6
2020-02-20 Mr NeilBrownLU-9679 various: use list_splice and list_splice_init 57/37457/2
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-01 Mr NeilBrownLU-12678 socklnd: convert peers hash table to hashtable.h 37/36837/6
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-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-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-09-10 Amir ShehataLU-11309 lnd: Clean up logging 96/33096/4
2018-08-17 Amir ShehataLU-9120 lnet: calculate the lnd timeout 70/32770/15
2018-03-03 James SimmonsLU-10672 lnet: pass in only time64_t to lnet_notify 39/31339/3
next