index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
/
topsrv.c
Age
Commit message (
Expand
)
Author
2022-12-02
tipc: add an extra conn_get in tipc_conn_alloc
Xin Long
2022-12-02
tipc: set con sock in tipc_conn_alloc
Xin Long
2022-11-03
tipc: fix a null-ptr-deref in tipc_topsrv_accept
Xin Long
2022-10-29
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