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 |
Eric Dumazet
|
f545a38f74
net: add a limit parameter to sk_add_backlog()
|
13 years ago |
Allan Stephens
|
f0712e86b7
tipc: Ensure network address change doesn't impact local connections
|
13 years ago |
Eric Dumazet
|
95c9617472
net: cleanup unsigned to unsigned int
|
13 years ago |
Allan Stephens
|
5f6d9123f1
tipc: Eliminate trivial buffer manipulation helper routines
|
13 years ago |
Allan Stephens
|
c422f1bdc3
tipc: Simplify enforcement of reserved name type prohibition
|
13 years ago |
Allan Stephens
|
2060a57744
tipc: Enable use by containers having their own network namespace
|
13 years ago |
Paul Gortmaker
|
bc3b2d7fb9
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
|
14 years ago |
Ying Xue
|
245f3d342d
tipc: Simplify prohibition of listen and accept for connectionless sockets
|
14 years ago |
Ying Xue
|
1d835874af
tipc: Add support for SO_SNDTIMEO socket option
|
14 years ago |
Allan Stephens
|
a0f40f02ef
tipc: Prevent rounding issues when saving connect timeout option
|
14 years ago |
Allan Stephens
|
a9948ba24f
tipc: Remove unnecessary includes in socket code
|
14 years ago |
Allan Stephens
|
2689690469
tipc: Avoid recomputation of outgoing message length
|
14 years ago |
Allan Stephens
|
c29c3f70c9
tipc: Abort excessive send requests as early as possible
|
15 years ago |
Allan Stephens
|
71092ea122
tipc: Add support for SO_RCVTIMEO socket option
|
14 years ago |
Allan Stephens
|
0232fd0ac4
tipc: Allow receiving into iovec containing multiple entries
|
14 years ago |