index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2023-03-17
tipc: improve function tipc_wait_for_cond()
Tung Nguyen
1
-1
/
+1
2022-07-21
net: tipc: fix possible refcount leak in tipc_sk_create()
Hangyu Hua
1
-0
/
+1
2022-03-02
tipc: Fix end of loop tests for list_for_each_entry()
Dan Carpenter
1
-1
/
+1
2021-09-22
tipc: increase timeout in tipc_sk_enqueue()
Hoang Le
1
-1
/
+1
2021-09-22
tipc: fix an use-after-free issue in tipc_recvmsg
Xin Long
1
-3
/
+5
2021-09-22
tipc: keep the skb in rcv queue until the whole data is read
Xin Long
1
-9
/
+27
2021-08-04
tipc: fix sleeping in tipc accept routine
Hoang Le
1
-5
/
+4
2021-06-03
Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"
Hoang Le
1
-1
/
+4
2021-04-14
net:tipc: Fix a double free in tipc_sk_mcast_rcv
Lv Yunlong
1
-1
/
+1
2020-09-26
tipc: fix shutdown() of connection oriented socket
Tetsuo Handa
1
-4
/
+1
2020-09-12
tipc: fix shutdown() of connectionless socket
Tetsuo Handa
1
-3
/
+6
2020-07-29
tipc: clean up skb list lock handling on send path
Jon Maloy
1
-6
/
+6
2020-01-27
tipc: fix wrong timeout input for tipc_wait_for_cond()
Tung Nguyen
1
-1
/
+1
2019-11-10
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-2
/
+2
2019-05-16
tipc: fix hanging clients using poll with EPOLLOUT flag
Parthasarathy Bhuvaragan
1
-2
/
+2
2019-04-03
tipc: allow service ranges to be connect()'ed on RDM/DGRAM
Erik Hugne
1
-5
/
+15
2019-03-10
tipc: fix race condition causing hung sendto
Tung Nguyen
1
-1
/
+5
2019-03-10
tipc: fix RDM/DGRAM connect() regression
Erik Hugne
1
-1
/
+1
2019-01-09
tipc: check group dests after tipc_wait_for_cond()
Cong Wang
1
-4
/
+5
2019-01-09
tipc: use lock_sock() in tipc_sk_reinit()
Cong Wang
1
-2
/
+6
2019-01-09
tipc: check tsk->group in tipc_wait_for_cond()
Cong Wang
1
-11
/
+14
2018-11-23
tipc: don't assume linear buffer when reading ancillary data
Jon Maloy
1
-4
/
+11
2018-11-04
Revert "net: simplify sock_poll_wait"
Karsten Graul
1
-1
/
+1
2018-10-11
tipc: queue socket protocol error messages into socket receive buffer
Parthasarathy Bhuvaragan
1
-2
/
+12
2018-09-25
tipc: fix flow control accounting for implicit connect
Parthasarathy Bhuvaragan
1
-1
/
+3
2018-09-07
tipc: call start and done ops directly in __tipc_nl_compat_dumpit()
Cong Wang
1
-6
/
+11
2018-09-06
tipc: orphan sock in tipc_release()
Cong Wang
1
-0
/
+1
2018-08-30
tipc: switch to rhashtable iterator
Cong Wang
1
-26
/
+50
2018-08-30
tipc: fix a missing rhashtable_walk_exit()
Cong Wang
1
-0
/
+2
2018-08-01
net/tipc: remove redundant variables 'tn' and 'oport'
Colin Ian King
1
-4
/
+1
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
1
-1
/
+1
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+9
2018-06-30
tipc: extend sock diag for group communication
GhantaKrishnamurthy MohanKrishna
1
-0
/
+5
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-5
/
+9
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+11
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-9
/
+5
2018-05-26
net/tipc: convert to ->poll_mask
Christoph Hellwig
1
-9
/
+5
2018-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-05-11
tipc: fix one byte leak in tipc_sk_set_orig_addr()
Eric Dumazet
1
-1
/
+2
2018-04-27
tipc: introduce ioctl for fetching node identity
Jon Maloy
1
-2
/
+11
2018-04-13
tipc: fix missing initializer in tipc_sendmsg()
Jon Maloy
1
-1
/
+3
2018-04-08
tipc: use the right skb in tipc_sk_fill_sock_diag()
Cong Wang
1
-3
/
+3
2018-04-04
tipc: Fix namespace violation in tipc_sk_fill_sock_diag
GhantaKrishnamurthy MohanKrishna
1
-1
/
+2
2018-04-01
tipc: permit overlapping service ranges in name table
Jon Maloy
1
-2
/
+2
2018-03-23
tipc: remove direct accesses to own_addr field in struct tipc_net
Jon Maloy
1
-13
/
+10
2018-03-22
tipc: step sk->sk_drops when rcv buffer is full
GhantaKrishnamurthy MohanKrishna
1
-2
/
+7
2018-03-22
tipc: implement socket diagnostics for AF_TIPC
GhantaKrishnamurthy MohanKrishna
1
-5
/
+67
2018-03-22
tipc: modify socket iterator for sock_diag
GhantaKrishnamurthy MohanKrishna
1
-24
/
+41
2018-03-18
tipc: some name changes
Jon Maloy
1
-7
/
+7
2018-03-18
tipc: obsolete TIPC_ZONE_SCOPE
Jon Maloy
1
-5
/
+10
[next]