summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-171-6/+6
* tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue2013-06-171-2/+2
* tipc: rename tipc_createport_raw to tipc_createportYing Xue2013-06-171-2/+2
* tipc: convert configuration server to use new server facilityYing Xue2013-06-171-1/+2
* tipc: convert topology server to use new server facilityYing Xue2013-06-171-1/+2
* tipc: introduce new TIPC server infrastructureYing Xue2013-06-171-7/+92
* tipc: allow implicit connect for stream socketsErik Hugne2013-06-171-4/+2
* tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue2013-06-171-9/+10
* tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause2013-04-071-0/+7
* tipc: remove redundant checking for the number of iovecs in a send requestYing Xue2013-02-151-6/+3
* tipc: byte-based overload control on socket receive queueYing Xue2013-02-151-38/+39
* tipc: eliminate duplicated discard_rx_queue routineYing Xue2013-02-151-15/+2
* 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
OpenPOWER on IntegriCloud