index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
/
topsrv.c
Age
Commit message (
Expand
)
Author
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-21
tipc: add an extra conn_get in tipc_conn_alloc
Xin Long
2022-11-21
tipc: set con sock in tipc_conn_alloc
Xin Long
2022-10-20
tipc: fix a null-ptr-deref in tipc_topsrv_accept
Xin Long
2022-10-14
tipc: fix an information leak in tipc_topsrv_kern_subscr
Alexander Potapenko
2020-11-27
tipc: update address terminology in code
Jon Maloy
2020-11-12
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-11
tipc: fix memory leak in tipc_topsrv_start()
Wang Hai
2020-10-30
tipc: add stricter control of reserved service types
Jon Maloy
2020-09-18
tipc: Remove unused macro CF_SERVER
YueHaibing
2020-05-28
tipc: call tsk_set_importance from tipc_topsrv_create_listener
Christoph Hellwig
2020-05-13
tipc: fix failed service subscription deletion
Tuong Lien
2020-05-13
tipc: fix memory leak in service subscripting
Tuong Lien
2020-05-04
tipc: fix partial topology connection closure
Tuong Lien
2019-08-08
tipc: add loopback device tracking
John Rutherford
2019-07-21
tipc: Fix a typo
Christophe JAILLET
2019-05-20
tipc: fix modprobe tipc failed after switch order of device registration
Junwei Hu
2019-03-21
tipc: fix cancellation of topology subscriptions
Erik Hugne
2019-01-24
tipc: remove dead code in struct tipc_topsrv
Zhaolong Zhang
2019-01-15
tipc: fix uninit-value in in tipc_conn_rcv_sub
Ying Xue
2018-11-01
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-22
tipc: use destination length for copy string
Guoqing Jiang
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-03
tipc: correct spelling errors for tipc_topsrv_queue_evt() comments
Zhenbo Gao
2018-09-03
tipc: correct structure parameter comments for topsrv
Zhenbo Gao
2018-02-19
tipc: don't call sock_release() in atomic context
Paolo Abeni
2018-02-19
tipc: fix bug on error path in tipc_topsrv_kern_subscr()
Jon Maloy
2018-02-16
tipc: rename tipc_server to tipc_topsrv
Jon Maloy