Erik Hugne
|
2c8d851823
tipc: set sk_err correctly when connection fails
|
12 years ago |
Paul Gortmaker
|
ae8509c420
tipc: cosmetic realignment of function arguments
|
12 years ago |
Ying Xue
|
c0fee8aca7
tipc: save sock structure pointer instead of void pointer to tipc_port
|
12 years ago |
Ying Xue
|
3c5db8e4ec
tipc: rename tipc_createport_raw to tipc_createport
|
12 years ago |
Ying Xue
|
7d0ab17b74
tipc: convert configuration server to use new server facility
|
12 years ago |
Ying Xue
|
13a2e89873
tipc: convert topology server to use new server facility
|
12 years ago |
Ying Xue
|
c5fa7b3cf3
tipc: introduce new TIPC server infrastructure
|
12 years ago |
Erik Hugne
|
5d21cb70db
tipc: allow implicit connect for stream sockets
|
12 years ago |
Ying Xue
|
cc79dd1ba9
tipc: change socket buffer overflow control to respect sk_rcvbuf
|
12 years ago |
Mathias Krause
|
60085c3d00
tipc: fix info leaks via msg_name in recv_msg/recv_stream
|
12 years ago |
Ying Xue
|
97f8b87e91
tipc: remove redundant checking for the number of iovecs in a send request
|
12 years ago |
Ying Xue
|
aba79f332f
tipc: byte-based overload control on socket receive queue
|
12 years ago |
Ying Xue
|
57467e5629
tipc: eliminate duplicated discard_rx_queue routine
|
12 years ago |
Paul Gortmaker
|
0fef8f205f
tipc: refactor accept() code for improved readability
|
12 years ago |
Ying Xue
|
258f8667a2
tipc: add lock nesting notation to quiet lockdep warning
|
12 years ago |
Ying Xue
|
cbab368790
tipc: eliminate connection setup for implied connect in recv_msg()
|
12 years ago |
Ying Xue
|
584d24b396
tipc: introduce non-blocking socket connect
|
12 years ago |
Ying Xue
|
7e6c131e15
tipc: consolidate connection-oriented message reception in one function
|
12 years ago |
Paul Gortmaker
|
bc879117d4
tipc: standardize across connect/disconnect function naming
|
12 years ago |
Jon Maloy
|
e643df156a
tipc: change sk_receive_queue upper limit
|
12 years ago |
Ying Xue
|
9da3d47587
tipc: eliminate aggregate sk_receive_queue limit
|
12 years ago |
Ying Xue
|
7503115107
tipc: wake up all waiting threads at socket shutdown
|
12 years ago |
Erik Hugne
|
c4fc298ab4
tipc: return POLLOUT for sockets in an unconnected state
|
12 years ago |
Ying Xue
|
f288bef464
tipc: fix race/inefficiencies in poll/wait behaviour
|
13 years ago |
Erik Hugne
|
e57edf6b6d
tipc: prevent dropped connections due to rcvbuf overflow
|
12 years ago |
Erik Hugne
|
2cf8aa19fe
tipc: use standard printk shortcut macros (pr_err etc.)
|
13 years ago |
Ben Hutchings
|
ae86b9e384
net: Fix non-kernel-doc comments with kernel-doc start marker
|
13 years ago |
Joe Perches
|
e3192690a3
net: Remove casts to same type
|
13 years ago |
Paul Gortmaker
|
617d3c7a50
tipc: compress out gratuitous extra carriage returns
|
13 years ago |
Allan Stephens
|
aad585473f
tipc: Reject payload messages with invalid message type
|
13 years ago |