index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-03-29
tipc: fix htmldoc and smatch warnings
Jon Maloy
1
-1
/
+1
2021-03-29
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-01
net/tipc: fix all function Return: notation
Randy Dunlap
1
-29
/
+28
2020-12-01
net/tipc: fix socket.c kernel-doc
Randy Dunlap
1
-2
/
+29
2020-12-01
net/tipc: fix various kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2020-11-27
tipc: update address terminology in code
Jon Maloy
1
-22
/
+22
2020-11-27
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-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+1
2020-09-18
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-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+6
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-3
/
+6
2020-09-02
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-23
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-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-4
/
+4
2020-07-13
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-01
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-26
tipc: add test for Nagle algorithm effectiveness
Tuong Lien
1
-12
/
+52
2020-05-13
tipc: fix large latency in smart Nagle streaming
Tuong Lien
1
-11
/
+31
2020-03-26
tipc: Add a missing case of TIPC_DIRECT_MSG type
Hoang Le
1
-1
/
+1
2020-02-10
tipc: fix successful connect() but timed out
Tuong Lien
1
-0
/
+2
2020-01-08
tipc: fix wrong connect() return code
Tuong Lien
1
-2
/
+2
2020-01-08
tipc: fix link overflow issue at socket shutdown
Tuong Lien
1
-21
/
+32
2019-12-10
tipc: fix retrans failure due to wrong destination
Tuong Lien
1
-14
/
+18
2019-11-28
tipc: fix duplicate SYN messages under link congestion
Tung Nguyen
1
-7
/
+10
2019-11-28
tipc: fix wrong timeout input for tipc_wait_for_cond()
Tung Nguyen
1
-1
/
+1
2019-11-28
tipc: fix wrong socket reference counter after tipc_sk_timeout() returns
Tung Nguyen
1
-0
/
+1
2019-11-28
tipc: fix potential memory leak in __tipc_sendmsg()
Tung Nguyen
1
-1
/
+3
2019-11-23
net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
Taehee Yoo
1
-1
/
+1
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+2
2019-10-30
tipc: add smart nagle feature
Jon Maloy
1
-18
/
+99
2019-10-29
tipc: improve throughput between nodes in netns
Hoang Le
1
-3
/
+3
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-2
/
+2
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+4
2019-10-09
net: silence KCSAN warnings about sk->sk_backlog.len reads
Eric Dumazet
1
-1
/
+1
[next]