aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/tipc/topsrv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+5
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-21tipc: add an extra conn_get in tipc_conn_allocXin Long1-3/+6
2022-11-21tipc: set con sock in tipc_conn_allocXin Long1-6/+5
2022-10-20tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long1-4/+12
2022-10-14tipc: fix an information leak in tipc_topsrv_kern_subscrAlexander Potapenko1-1/+1
2020-11-27tipc: update address terminology in codeJon Maloy1-2/+2
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2020-11-11tipc: fix memory leak in tipc_topsrv_start()Wang Hai1-2/+8
2020-10-30tipc: add stricter control of reserved service typesJon Maloy1-2/+2
2020-09-18tipc: Remove unused macro CF_SERVERYueHaibing1-1/+0
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig1-3/+3
2020-05-13tipc: fix failed service subscription deletionTuong Lien1-4/+5
2020-05-13tipc: fix memory leak in service subscriptingTuong Lien1-1/+3
2020-05-04tipc: fix partial topology connection closureTuong Lien1-2/+3
2019-08-08tipc: add loopback device trackingJohn Rutherford1-0/+2
2019-07-21tipc: Fix a typoChristophe JAILLET1-1/+1
2019-05-20tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu1-2/+12
2019-03-21tipc: fix cancellation of topology subscriptionsErik Hugne1-0/+1
2019-01-24tipc: remove dead code in struct tipc_topsrvZhaolong Zhang1-3/+0
2019-01-15tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-22tipc: use destination length for copy stringGuoqing Jiang1-1/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-09-03tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsZhenbo Gao1-2/+2
2018-09-03tipc: correct structure parameter comments for topsrvZhenbo Gao1-8/+2
2018-02-19tipc: don't call sock_release() in atomic contextPaolo Abeni1-1/+1
2018-02-19tipc: fix bug on error path in tipc_topsrv_kern_subscr()Jon Maloy1-3/+4
2018-02-16tipc: rename tipc_server to tipc_topsrvJon Maloy1-0/+702