summaryrefslogtreecommitdiff
path: root/net/tipc/topsrv.c
AgeCommit message (Expand)Author
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-21tipc: add an extra conn_get in tipc_conn_allocXin Long
2022-11-21tipc: set con sock in tipc_conn_allocXin Long
2022-10-20tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long
2022-10-14tipc: fix an information leak in tipc_topsrv_kern_subscrAlexander Potapenko
2020-11-27tipc: update address terminology in codeJon Maloy
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-11tipc: fix memory leak in tipc_topsrv_start()Wang Hai
2020-10-30tipc: add stricter control of reserved service typesJon Maloy
2020-09-18tipc: Remove unused macro CF_SERVERYueHaibing
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig
2020-05-13tipc: fix failed service subscription deletionTuong Lien
2020-05-13tipc: fix memory leak in service subscriptingTuong Lien
2020-05-04tipc: fix partial topology connection closureTuong Lien
2019-08-08tipc: add loopback device trackingJohn Rutherford
2019-07-21tipc: Fix a typoChristophe JAILLET
2019-05-20tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu
2019-03-21tipc: fix cancellation of topology subscriptionsErik Hugne
2019-01-24tipc: remove dead code in struct tipc_topsrvZhaolong Zhang
2019-01-15tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-22tipc: use destination length for copy stringGuoqing Jiang
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-03tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsZhenbo Gao
2018-09-03tipc: correct structure parameter comments for topsrvZhenbo Gao
2018-02-19tipc: don't call sock_release() in atomic contextPaolo Abeni
2018-02-19tipc: fix bug on error path in tipc_topsrv_kern_subscr()Jon Maloy
2018-02-16tipc: rename tipc_server to tipc_topsrvJon Maloy