summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: refactor accept() code for improved readabilityPaul Gortmaker2012-12-071-41/+48
* tipc: add lock nesting notation to quiet lockdep warningYing Xue2012-12-071-1/+2
* tipc: eliminate connection setup for implied connect in recv_msg()Ying Xue2012-12-071-7/+0
* tipc: introduce non-blocking socket connectYing Xue2012-12-071-65/+93
* tipc: consolidate connection-oriented message reception in one functionYing Xue2012-12-071-24/+51
* tipc: standardize across connect/disconnect function namingPaul Gortmaker2012-12-071-3/+3
* tipc: change sk_receive_queue upper limitJon Maloy2012-12-071-2/+2
* tipc: eliminate aggregate sk_receive_queue limitYing Xue2012-12-071-19/+4
* tipc: wake up all waiting threads at socket shutdownYing Xue2012-11-211-3/+4
* tipc: return POLLOUT for sockets in an unconnected stateErik Hugne2012-11-211-1/+5
* tipc: fix race/inefficiencies in poll/wait behaviourYing Xue2012-11-211-5/+40
* tipc: prevent dropped connections due to rcvbuf overflowErik Hugne2012-10-041-0/+1
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-131-5/+5
* net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings2012-07-101-3/+2
* net: Remove casts to same typeJoe Perches2012-06-041-1/+1
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-81/+2
* tipc: Reject payload messages with invalid message typeAllan Stephens2012-04-271-5/+2
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-231-1/+1
* tipc: Ensure network address change doesn't impact local connectionsAllan Stephens2012-04-191-1/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-4/+4
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-241-4/+4
* tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens2012-02-241-0/+3
* tipc: Enable use by containers having their own network namespaceAllan Stephens2011-12-271-3/+0
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* tipc: Simplify prohibition of listen and accept for connectionless socketsYing Xue2011-09-171-9/+3
* tipc: Add support for SO_SNDTIMEO socket optionYing Xue2011-09-171-12/+14
* tipc: Prevent rounding issues when saving connect timeout optionAllan Stephens2011-09-011-6/+7
* tipc: Remove unnecessary includes in socket codeAllan Stephens2011-06-241-3/+0
* tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-101-5/+9
* tipc: Abort excessive send requests as early as possibleAllan Stephens2011-05-101-0/+13
* tipc: Add support for SO_RCVTIMEO socket optionAllan Stephens2011-03-131-15/+17
* tipc: Allow receiving into iovec containing multiple entriesAllan Stephens2011-03-131-23/+15
* tipc: Prevent invalid memory access when sending to configuration serviceAllan Stephens2011-02-231-0/+2
* tipc: Remove unused global variable tipc_user_countAllan Stephens2011-02-231-3/+1
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-011-9/+5
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-011-1/+1
* tipc: split variable assignments out of conditional expressionsAllan Stephens2011-01-011-13/+23
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-13/+11
* tipc: recode getsockopt error handling for better readabilityPaul Gortmaker2011-01-011-13/+9
* tipc: remove redundant #includesAllan Stephens2011-01-011-11/+0
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-29/+10
* tipc: Delete tipc_ownidentity()Allan Stephens2010-12-021-1/+2
* tipc: Remove unused domain argument from multicast send routineAllan Stephens2010-12-021-1/+0
* tipc: Remove obsolete native API files and exportsAllan Stephens2010-12-021-2/+1
* net: tipc: fix information leak to userlandKulikov Vasiliy2010-11-091-0/+1
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* tipc: Allow connect() to wait indefinitelyAllan Stephens2010-08-171-4/+7
* tipc: correct problems with misleading flags returned using poll()Allan Stephens2010-08-171-21/+40
* tipc: Provide correct error code for unsupported connect() operationAllan Stephens2010-08-171-1/+1
* tipc: add SO_RCVLOWAT support to stream socket receive pathFlorian Westphal2010-08-171-3/+4