aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13tipc: increase timeout in tipc_sk_enqueue()Gravatar Hoang Le 1-1/+1
2021-09-03tipc: clean up inconsistent indentingGravatar Colin Ian King 1-1/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-08-16tipc: call tipc_wait_for_connect only when dlen is not 0Gravatar Xin Long 1-1/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-13/+17
2021-07-25tipc: fix an use-after-free issue in tipc_recvmsgGravatar Xin Long 1-3/+5
2021-07-23tipc: fix sleeping in tipc accept routineGravatar Hoang Le 1-5/+4
2021-07-23tipc: fix implicit-connect for SYN+Gravatar Xin Long 1-8/+13
2021-07-16tipc: keep the skb in rcv queue until the whole data is readGravatar Xin Long 1-9/+27
2021-06-10tipc: socket.c: fix the use of copular verbGravatar gushengxian 1-1/+1
2021-06-03tipc: simplify handling of lookup scope during multicast message receptionGravatar Jon Maloy 1-16/+10
2021-06-03tipc: refactor function tipc_sk_anc_data_recv()Gravatar Jon Maloy 1-47/+38
2021-06-03tipc: eliminate redundant fields in struct tipc_sockGravatar Jon Maloy 1-26/+27
2021-05-14Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Gravatar Hoang Le 1-1/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-03-29tipc: fix htmldoc and smatch warningsGravatar Jon Maloy 1-1/+1
2021-03-29net:tipc: Fix a double free in tipc_sk_mcast_rcvGravatar Lv Yunlong 1-1/+1
2021-03-17tipc: simplify signature of tipc_find_service()Gravatar Jon Maloy 1-1/+1
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Gravatar Jon Maloy 1-25/+17
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Gravatar Jon Maloy 1-10/+8
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Gravatar Jon Maloy 1-11/+11
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Gravatar Jon Maloy 1-43/+40
2021-03-17tipc: rename binding table lookup functionsGravatar Jon Maloy 1-9/+10
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsGravatar Jon Maloy 1-31/+31
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Gravatar Jon Maloy 1-34/+39
2021-03-17tipc: re-organize members of struct publicationGravatar Jon Maloy 1-20/+20
2020-12-01net/tipc: fix all function Return: notationGravatar Randy Dunlap 1-29/+28
2020-12-01net/tipc: fix socket.c kernel-docGravatar Randy Dunlap 1-2/+29
2020-12-01net/tipc: fix various kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2020-11-27tipc: update address terminology in codeGravatar Jon Maloy 1-22/+22
2020-11-27tipc: refactor tipc_sk_bind() functionGravatar Jon Maloy 1-36/+30
2020-10-30tipc: add stricter control of reserved service typesGravatar Jon Maloy 1-9/+18
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-4/+1
2020-09-18net: tipc: delete duplicated wordsGravatar Randy Dunlap 1-1/+1
2020-09-10tipc: fix shutdown() of connection oriented socketGravatar Tetsuo Handa 1-4/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+6
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-3/+6
2020-09-02tipc: fix shutdown() of connectionless socketGravatar Tetsuo Handa 1-3/+6
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGGravatar YueHaibing 1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-08-18net: tipc: Convert to use the preferred fallthrough macroGravatar Miaohe Lin 1-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-4/+4
2020-07-13net: tipc: kerneldoc fixesGravatar Andrew Lunn 1-5/+3
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Gravatar Tuong Lien 1-1/+2
2020-06-01tipc: Fix NULL pointer dereference in __tipc_sendstream()Gravatar YueHaibing 1-2/+6
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerGravatar Christoph Hellwig 1-9/+9
2020-05-26tipc: add test for Nagle algorithm effectivenessGravatar Tuong Lien 1-12/+52
2020-05-13tipc: fix large latency in smart Nagle streamingGravatar Tuong Lien 1-11/+31
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeGravatar Hoang Le 1-1/+1
2020-02-10tipc: fix successful connect() but timed outGravatar Tuong Lien 1-0/+2