index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tipc
/
socket.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"
Hoang Le
2021-05-15
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-10
1
-1
/
+1
|
\
|
*
net:tipc: Fix a double free in tipc_sk_mcast_rcv
Lv Yunlong
2021-03-30
1
-1
/
+1
*
|
tipc: fix htmldoc and smatch warnings
Jon Maloy
2021-03-30
1
-1
/
+1
*
|
tipc: simplify signature of tipc_find_service()
Jon Maloy
2021-03-17
1
-1
/
+1
*
|
tipc: simplify signature of tipc_nametbl_lookup_group()
Jon Maloy
2021-03-17
1
-25
/
+17
*
|
tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()
Jon Maloy
2021-03-17
1
-10
/
+8
*
|
tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()
Jon Maloy
2021-03-17
1
-11
/
+11
*
|
tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()
Jon Maloy
2021-03-17
1
-43
/
+40
*
|
tipc: rename binding table lookup functions
Jon Maloy
2021-03-17
1
-9
/
+10
*
|
tipc: simplify signature of tipc_nametbl_withdraw() functions
Jon Maloy
2021-03-17
1
-31
/
+31
*
|
tipc: simplify signature of tipc_namtbl_publish()
Jon Maloy
2021-03-17
1
-34
/
+39
*
|
tipc: re-organize members of struct publication
Jon Maloy
2021-03-17
1
-20
/
+20
|
/
*
net/tipc: fix all function Return: notation
Randy Dunlap
2020-12-02
1
-29
/
+28
*
net/tipc: fix socket.c kernel-doc
Randy Dunlap
2020-12-02
1
-2
/
+29
*
net/tipc: fix various kernel-doc warnings
Randy Dunlap
2020-12-02
1
-2
/
+2
*
tipc: update address terminology in code
Jon Maloy
2020-11-28
1
-22
/
+22
*
tipc: refactor tipc_sk_bind() function
Jon Maloy
2020-11-28
1
-36
/
+30
*
tipc: add stricter control of reserved service types
Jon Maloy
2020-10-30
1
-9
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-23
1
-4
/
+1
|
\
|
*
tipc: fix shutdown() of connection oriented socket
Tetsuo Handa
2020-09-10
1
-4
/
+1
*
|
net: tipc: delete duplicated words
Randy Dunlap
2020-09-18
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-05
1
-3
/
+6
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-09-04
1
-3
/
+6
|
|
\
|
|
*
tipc: fix shutdown() of connectionless socket
Tetsuo Handa
2020-09-03
1
-3
/
+6
|
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-2
/
+2
|
|
/
*
|
tipc: Remove unused macro TIPC_FWD_MSG
YueHaibing
2020-08-31
1
-1
/
+0
*
|
net: tipc: Convert to use the preferred fallthrough macro
Miaohe Lin
2020-08-18
1
-2
/
+2
|
/
*
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-25
1
-4
/
+4
*
net: tipc: kerneldoc fixes
Andrew Lunn
2020-07-14
1
-5
/
+3
*
tipc: fix kernel WARNING in tipc_msg_append()
Tuong Lien
2020-06-11
1
-1
/
+2
*
tipc: Fix NULL pointer dereference in __tipc_sendstream()
YueHaibing
2020-06-02
1
-2
/
+6
*
tipc: call tsk_set_importance from tipc_topsrv_create_listener
Christoph Hellwig
2020-05-28
1
-9
/
+9
*
tipc: add test for Nagle algorithm effectiveness
Tuong Lien
2020-05-27
1
-12
/
+52
*
tipc: fix large latency in smart Nagle streaming
Tuong Lien
2020-05-13
1
-11
/
+31
*
tipc: Add a missing case of TIPC_DIRECT_MSG type
Hoang Le
2020-03-26
1
-1
/
+1
*
tipc: fix successful connect() but timed out
Tuong Lien
2020-02-10
1
-0
/
+2
*
tipc: fix wrong connect() return code
Tuong Lien
2020-01-09
1
-2
/
+2
*
tipc: fix link overflow issue at socket shutdown
Tuong Lien
2020-01-09
1
-21
/
+32
*
tipc: fix retrans failure due to wrong destination
Tuong Lien
2019-12-11
1
-14
/
+18
*
tipc: fix duplicate SYN messages under link congestion
Tung Nguyen
2019-11-29
1
-7
/
+10
*
tipc: fix wrong timeout input for tipc_wait_for_cond()
Tung Nguyen
2019-11-29
1
-1
/
+1
*
tipc: fix wrong socket reference counter after tipc_sk_timeout() returns
Tung Nguyen
2019-11-29
1
-0
/
+1
*
tipc: fix potential memory leak in __tipc_sendmsg()
Tung Nguyen
2019-11-29
1
-1
/
+3
*
net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
Taehee Yoo
2019-11-23
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-2
/
+2
|
\
|
*
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
2019-10-28
1
-2
/
+2
*
|
tipc: add smart nagle feature
Jon Maloy
2019-10-30
1
-18
/
+99
*
|
tipc: improve throughput between nodes in netns
Hoang Le
2019-10-30
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
1
-4
/
+4
|
\
|
[next]