aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/topsrv.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-23net/sock: Introduce trace_sk_data_ready()Gravatar Peilin Ye 1-0/+5
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-1/+1
2022-11-21tipc: add an extra conn_get in tipc_conn_allocGravatar Xin Long 1-3/+6
2022-11-21tipc: set con sock in tipc_conn_allocGravatar Xin Long 1-6/+5
2022-10-20tipc: fix a null-ptr-deref in tipc_topsrv_acceptGravatar Xin Long 1-4/+12
2022-10-14tipc: fix an information leak in tipc_topsrv_kern_subscrGravatar Alexander Potapenko 1-1/+1
2020-11-27tipc: update address terminology in codeGravatar Jon Maloy 1-2/+2
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+8
2020-11-11tipc: fix memory leak in tipc_topsrv_start()Gravatar Wang Hai 1-2/+8
2020-10-30tipc: add stricter control of reserved service typesGravatar Jon Maloy 1-2/+2
2020-09-18tipc: Remove unused macro CF_SERVERGravatar YueHaibing 1-1/+0
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerGravatar Christoph Hellwig 1-3/+3
2020-05-13tipc: fix failed service subscription deletionGravatar Tuong Lien 1-4/+5
2020-05-13tipc: fix memory leak in service subscriptingGravatar Tuong Lien 1-1/+3
2020-05-04tipc: fix partial topology connection closureGravatar Tuong Lien 1-2/+3
2019-08-08tipc: add loopback device trackingGravatar John Rutherford 1-0/+2
2019-07-21tipc: Fix a typoGravatar Christophe JAILLET 1-1/+1
2019-05-20tipc: fix modprobe tipc failed after switch order of device registrationGravatar Junwei Hu 1-2/+12
2019-03-21tipc: fix cancellation of topology subscriptionsGravatar Erik Hugne 1-0/+1
2019-01-24tipc: remove dead code in struct tipc_topsrvGravatar Zhaolong Zhang 1-3/+0
2019-01-15tipc: fix uninit-value in in tipc_conn_rcv_subGravatar Ying Xue 1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-1/+1
2018-10-22tipc: use destination length for copy stringGravatar Guoqing Jiang 1-1/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2018-09-03tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsGravatar Zhenbo Gao 1-2/+2
2018-09-03tipc: correct structure parameter comments for topsrvGravatar Zhenbo Gao 1-8/+2
2018-02-19tipc: don't call sock_release() in atomic contextGravatar Paolo Abeni 1-1/+1
2018-02-19tipc: fix bug on error path in tipc_topsrv_kern_subscr()Gravatar Jon Maloy 1-3/+4
2018-02-16tipc: rename tipc_server to tipc_topsrvGravatar Jon Maloy 1-0/+702