summaryrefslogtreecommitdiffstats
path: root/net/tipc/topsrv.c
Commit message (Expand)AuthorAgeFilesLines
* net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+5
* Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | tipc: add an extra conn_get in tipc_conn_allocXin Long2022-11-211-3/+6
* | tipc: set con sock in tipc_conn_allocXin Long2022-11-211-6/+5
|/
* tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long2022-10-201-4/+12
* tipc: fix an information leak in tipc_topsrv_kern_subscrAlexander Potapenko2022-10-141-1/+1
* tipc: update address terminology in codeJon Maloy2020-11-271-2/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-2/+8
|\
| * tipc: fix memory leak in tipc_topsrv_start()Wang Hai2020-11-111-2/+8
* | tipc: add stricter control of reserved service typesJon Maloy2020-10-301-2/+2
|/
* tipc: Remove unused macro CF_SERVERYueHaibing2020-09-181-1/+0
* tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig2020-05-281-3/+3
* tipc: fix failed service subscription deletionTuong Lien2020-05-131-4/+5
* tipc: fix memory leak in service subscriptingTuong Lien2020-05-131-1/+3
* tipc: fix partial topology connection closureTuong Lien2020-05-041-2/+3
* tipc: add loopback device trackingJohn Rutherford2019-08-081-0/+2
* tipc: Fix a typoChristophe JAILLET2019-07-211-1/+1
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-201-2/+12
* tipc: fix cancellation of topology subscriptionsErik Hugne2019-03-211-0/+1
* tipc: remove dead code in struct tipc_topsrvZhaolong Zhang2019-01-241-3/+0
* tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue2019-01-151-1/+1
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | tipc: use destination length for copy stringGuoqing Jiang2018-10-221-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-041-2/+2
|\
| * tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsZhenbo Gao2018-09-031-2/+2
* | tipc: correct structure parameter comments for topsrvZhenbo Gao2018-09-031-8/+2
|/
* tipc: don't call sock_release() in atomic contextPaolo Abeni2018-02-191-1/+1
* tipc: fix bug on error path in tipc_topsrv_kern_subscr()Jon Maloy2018-02-191-3/+4
* tipc: rename tipc_server to tipc_topsrvJon Maloy2018-02-161-0/+702