Ying Xue
|
391a6dd1da
tipc: standardize sendmsg routine of connected socket
|
11 年之前 |
Ying Xue
|
3f40504f7e
tipc: standardize sendmsg routine of connectionless socket
|
11 年之前 |
Ying Xue
|
6398e23cdb
tipc: standardize accept routine
|
11 年之前 |
Ying Xue
|
78eb3a5379
tipc: standardize connect routine
|
11 年之前 |
David S. Miller
|
56a4342dfe
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 年之前 |
wangweidong
|
b055597697
tipc: make the code look more readable
|
11 年之前 |
Ying Xue
|
84602761ca
tipc: fix deadlock during socket release
|
11 年之前 |
wangweidong
|
d3fbccf2b0
tipc: change lock_sock order in connect()
|
11 年之前 |
wangweidong
|
3b8401fe9d
tipc: kill unnecessary goto's
|
11 年之前 |
wangweidong
|
0cee6bbe06
tipc: remove unnecessary variables and conditions
|
11 年之前 |
Hannes Frederic Sowa
|
f3d3342602
net: rework recvmsg handler msg_name and msg_namelen logic
|
11 年之前 |
Ying Xue
|
4068243208
tipc: silence sparse warnings
|
11 年之前 |
Ying Xue
|
9446b87add
tipc: remove iovec length parameter from all sending functions
|
11 年之前 |
Erik Hugne
|
2c8d851823
tipc: set sk_err correctly when connection fails
|
12 年之前 |
Paul Gortmaker
|
ae8509c420
tipc: cosmetic realignment of function arguments
|
12 年之前 |
Ying Xue
|
c0fee8aca7
tipc: save sock structure pointer instead of void pointer to tipc_port
|
12 年之前 |
Ying Xue
|
3c5db8e4ec
tipc: rename tipc_createport_raw to tipc_createport
|
12 年之前 |
Ying Xue
|
7d0ab17b74
tipc: convert configuration server to use new server facility
|
12 年之前 |
Ying Xue
|
13a2e89873
tipc: convert topology server to use new server facility
|
12 年之前 |
Ying Xue
|
c5fa7b3cf3
tipc: introduce new TIPC server infrastructure
|
12 年之前 |
Erik Hugne
|
5d21cb70db
tipc: allow implicit connect for stream sockets
|
12 年之前 |
Ying Xue
|
cc79dd1ba9
tipc: change socket buffer overflow control to respect sk_rcvbuf
|
12 年之前 |
Mathias Krause
|
60085c3d00
tipc: fix info leaks via msg_name in recv_msg/recv_stream
|
12 年之前 |
Ying Xue
|
97f8b87e91
tipc: remove redundant checking for the number of iovecs in a send request
|
12 年之前 |
Ying Xue
|
aba79f332f
tipc: byte-based overload control on socket receive queue
|
12 年之前 |
Ying Xue
|
57467e5629
tipc: eliminate duplicated discard_rx_queue routine
|
12 年之前 |
Paul Gortmaker
|
0fef8f205f
tipc: refactor accept() code for improved readability
|
12 年之前 |
Ying Xue
|
258f8667a2
tipc: add lock nesting notation to quiet lockdep warning
|
12 年之前 |
Ying Xue
|
cbab368790
tipc: eliminate connection setup for implied connect in recv_msg()
|
12 年之前 |
Ying Xue
|
584d24b396
tipc: introduce non-blocking socket connect
|
12 年之前 |