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
*
kernel-wide: fix spelling mistakes like "assocative" -> "associative"
Jesse Brandeburg
2024-06-29
1
-1
/
+1
*
net: change proto and proto_ops accept type
Jens Axboe
2024-05-14
1
-8
/
+5
*
tipc: remove redundant assignment to ret, simplify code
Colin Ian King
2024-04-13
1
-4
/
+1
*
tipc: socket: remove Excess struct member kernel-doc warning
Randy Dunlap
2024-01-25
1
-1
/
+0
*
genetlink: use attrs from struct genl_info
Jakub Kicinski
2023-08-16
1
-1
/
+1
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-25
1
-3
/
+0
*
net: deal with most data-races in sk_wait_event()
Eric Dumazet
2023-05-10
1
-2
/
+2
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2023-02-17
1
-0
/
+2
|
\
|
*
tipc: fix kernel warning when sending SYN message
Tung Nguyen
2023-02-15
1
-0
/
+2
*
|
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2023-01-23
1
-0
/
+3
|
/
*
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
2022-07-25
1
-1
/
+1
*
net: tipc: fix possible refcount leak in tipc_sk_create()
Hangyu Hua
2022-06-29
1
-0
/
+1
*
tipc: fix the timer expires after interval 100ms
Hoang Le
2022-03-22
1
-1
/
+2
*
tipc: Fix end of loop tests for list_for_each_entry()
Dan Carpenter
2022-02-23
1
-1
/
+1
*
net ticp:fix a kernel-infoleak in __tipc_sendmsg()
Haimin Zhang
2022-01-01
1
-0
/
+2
*
tipc: increase timeout in tipc_sk_enqueue()
Hoang Le
2021-09-13
1
-1
/
+1
*
tipc: clean up inconsistent indenting
Colin Ian King
2021-09-03
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-20
1
-1
/
+1
|
\
|
*
tipc: call tipc_wait_for_connect only when dlen is not 0
Xin Long
2021-08-16
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
1
-13
/
+17
|
\
|
|
*
tipc: fix sleeping in tipc accept routine
Hoang Le
2021-07-23
1
-5
/
+4
|
*
tipc: fix implicit-connect for SYN+
Xin Long
2021-07-23
1
-8
/
+13
*
|
tipc: fix an use-after-free issue in tipc_recvmsg
Xin Long
2021-07-25
1
-3
/
+5
*
|
tipc: keep the skb in rcv queue until the whole data is read
Xin Long
2021-07-17
1
-9
/
+27
|
/
*
tipc: socket.c: fix the use of copular verb
gushengxian
2021-06-10
1
-1
/
+1
*
tipc: simplify handling of lookup scope during multicast message reception
Jon Maloy
2021-06-03
1
-16
/
+10
*
tipc: refactor function tipc_sk_anc_data_recv()
Jon Maloy
2021-06-03
1
-47
/
+38
*
tipc: eliminate redundant fields in struct tipc_sock
Jon Maloy
2021-06-03
1
-26
/
+27
*
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
|
\
[next]