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