index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-22
tipc: fix the timer expires after interval 100ms
Hoang Le
1
-1
/
+2
2022-02-23
tipc: Fix end of loop tests for list_for_each_entry()
Dan Carpenter
1
-1
/
+1
2022-01-01
net ticp:fix a kernel-infoleak in __tipc_sendmsg()
Haimin Zhang
1
-0
/
+2
2021-09-13
tipc: increase timeout in tipc_sk_enqueue()
Hoang Le
1
-1
/
+1
2021-09-03
tipc: clean up inconsistent indenting
Colin Ian King
1
-1
/
+1
2021-08-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-08-16
tipc: call tipc_wait_for_connect only when dlen is not 0
Xin Long
1
-1
/
+1
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+17
2021-07-25
tipc: fix an use-after-free issue in tipc_recvmsg
Xin Long
1
-3
/
+5
2021-07-23
tipc: fix sleeping in tipc accept routine
Hoang Le
1
-5
/
+4
2021-07-23
tipc: fix implicit-connect for SYN+
Xin Long
1
-8
/
+13
2021-07-17
tipc: keep the skb in rcv queue until the whole data is read
Xin Long
1
-9
/
+27
2021-06-10
tipc: socket.c: fix the use of copular verb
gushengxian
1
-1
/
+1
2021-06-04
tipc: simplify handling of lookup scope during multicast message reception
Jon Maloy
1
-16
/
+10
2021-06-04
tipc: refactor function tipc_sk_anc_data_recv()
Jon Maloy
1
-47
/
+38
2021-06-04
tipc: eliminate redundant fields in struct tipc_sock
Jon Maloy
1
-26
/
+27
2021-05-15
Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"
Hoang Le
1
-1
/
+4
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-03-30
tipc: fix htmldoc and smatch warnings
Jon Maloy
1
-1
/
+1
2021-03-30
net:tipc: Fix a double free in tipc_sk_mcast_rcv
Lv Yunlong
1
-1
/
+1
2021-03-17
tipc: simplify signature of tipc_find_service()
Jon Maloy
1
-1
/
+1
2021-03-17
tipc: simplify signature of tipc_nametbl_lookup_group()
Jon Maloy
1
-25
/
+17
2021-03-17
tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()
Jon Maloy
1
-10
/
+8
2021-03-17
tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()
Jon Maloy
1
-11
/
+11
2021-03-17
tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()
Jon Maloy
1
-43
/
+40
2021-03-17
tipc: rename binding table lookup functions
Jon Maloy
1
-9
/
+10
2021-03-17
tipc: simplify signature of tipc_nametbl_withdraw() functions
Jon Maloy
1
-31
/
+31
2021-03-17
tipc: simplify signature of tipc_namtbl_publish()
Jon Maloy
1
-34
/
+39
2021-03-17
tipc: re-organize members of struct publication
Jon Maloy
1
-20
/
+20
2020-12-02
net/tipc: fix all function Return: notation
Randy Dunlap
1
-29
/
+28
2020-12-02
net/tipc: fix socket.c kernel-doc
Randy Dunlap
1
-2
/
+29
2020-12-02
net/tipc: fix various kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2020-11-28
tipc: update address terminology in code
Jon Maloy
1
-22
/
+22
2020-11-28
tipc: refactor tipc_sk_bind() function
Jon Maloy
1
-36
/
+30
2020-10-30
tipc: add stricter control of reserved service types
Jon Maloy
1
-9
/
+18
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+1
2020-09-19
net: tipc: delete duplicated words
Randy Dunlap
1
-1
/
+1
2020-09-10
tipc: fix shutdown() of connection oriented socket
Tetsuo Handa
1
-4
/
+1
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+6
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-3
/
+6
2020-09-03
tipc: fix shutdown() of connectionless socket
Tetsuo Handa
1
-3
/
+6
2020-08-31
tipc: Remove unused macro TIPC_FWD_MSG
YueHaibing
1
-1
/
+0
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-08-18
net: tipc: Convert to use the preferred fallthrough macro
Miaohe Lin
1
-2
/
+2
2020-07-25
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-4
/
+4
2020-07-14
net: tipc: kerneldoc fixes
Andrew Lunn
1
-5
/
+3
2020-06-11
tipc: fix kernel WARNING in tipc_msg_append()
Tuong Lien
1
-1
/
+2
2020-06-02
tipc: Fix NULL pointer dereference in __tipc_sendstream()
YueHaibing
1
-2
/
+6
2020-05-28
tipc: call tsk_set_importance from tipc_topsrv_create_listener
Christoph Hellwig
1
-9
/
+9
2020-05-27
tipc: add test for Nagle algorithm effectiveness
Tuong Lien
1
-12
/
+52
[next]