summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* net: Move && and || to end of previous lineJoe Perches2009-11-301-7/+5Star
* net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-061-2/+4
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-1/+1
* tipc: Add socket options to get number of queued messagesoscar.medina@motorola.com2009-07-061-0/+6
* tipc: Fix race condition that could cause accept() to failAllan Stephens2008-07-151-20/+22
* tipc: Optimize pointer dereferencing when receiving stream dataAllan Stephens2008-07-151-1/+1
* tipc: Remove unneeded parameter to tipc_createport_raw()Allan Stephens2008-07-151-8/+7Star
* tipc: Fix race condition when creating socket or native portAllan Stephens2008-05-131-1/+4
* net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov2008-04-251-2/+2
* [TIPC]: Overhaul of socket locking logicAllan Stephens2008-04-151-424/+578
* [TIPC]: Cosmetic changes to TIPC connect() codeAllan Stephens2008-04-151-71/+72
* [TIPC]: Add error check to detect non-blocking form of connect()Allan Stephens2008-04-151-0/+5
* [TIPC]: Correct "off by 1" error in socket queue limit enforcementAllan Stephens2008-04-151-12/+10Star
* [TIPC]: Ignore message padding when receiving stream dataAllan Stephens2008-04-151-1/+1
* [TIPC]: Allow stream receive to read from multiple TIPC messagesAllan Stephens2008-04-151-1/+3
* [TIPC]: Skip connection flow control in connectionless socketsAllan Stephens2008-04-151-1/+2
* [TIPC]: Improve socket time conversionsAllan Stephens2008-04-141-4/+5
* [TIPC]: Remove redundant socket wait queue initializationAllan Stephens2008-04-141-1/+0Star
* [TIPC]: Cosmetic cleanup of TIPC polling logicAllan Stephens2008-03-271-42/+36Star
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [TIPC]: Add argument validation for shutdown()Allan Stephens2008-03-071-2/+3
* [TIPC]: Convert tsock->sem in a mutexMatthias Kaehlcke2008-03-041-28/+28
* [TIPC]: declare proto_ops structures as 'const'.Florian Westphal2008-02-081-7/+7
* [TIPC]: Fix semaphore handling.Andrew Morton2007-12-141-1/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-111-3/+6
* [NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-6/+6
* [TIPC]: Optimize stream send routine to avoid fragmentationAllan Stephens2007-07-111-8/+17
* [TIPC]: Use standard socket "not implemented" routinesAllan Stephens2007-07-111-41/+14Star
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-213/+213
* [TIPC]: Optimize wakeup logic when socket has no waiting processesAllan Stephens2006-10-191-2/+4
* [TIPC]: Stream socket can now send > 66000 bytes at a timeAllan Stephens2006-10-191-1/+6
* [PATCH] tipc __user annotationsAl Viro2006-10-111-3/+3
* [TIPC]: Optimized argument validation done by connect().Allan Stephens2006-06-261-4/+13
* [TIPC]: Simplify code for returning partial success of stream send request.Allan Stephens2006-06-261-2/+2
* [TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC)Allan Stephens2006-06-261-3/+3
* [TIPC]: Improved performance of error checking during socket creation.Allan Stephens2006-06-261-6/+3Star
* [TIPC]: Stream socket send indicates partial success if data partially sent.Allan Stephens2006-06-261-7/+11
* [TIPC]: Connected send now checks socket state when retrying congested send.Allan Stephens2006-06-261-8/+8
* [TIPC]: Can now return destination name of form {0,x,y} via ancillary data.Allan Stephens2006-06-261-2/+6
* [TIPC]: Implied connect now saves dest name for retrieval as ancillary data.Allan Stephens2006-06-261-4/+4
* [TIPC]: Fixed connect() to detect a dest address that is missing or too short.Allan Stephens2006-06-261-1/+1
* [TIPC]: Non-operation-affecting corrections to comments & function definitions.Allan Stephens2006-06-261-5/+7
* [TIPC]: Fixed privilege checking typo in dest_name_check().Allan Stephens2006-06-261-1/+1
* [TIPC]: Remove inlines from *.cSam Ravnborg2006-03-211-7/+7
* [TIPC]: Fix simple sparse warningsSam Ravnborg2006-03-211-7/+7
* [TIPC] Avoid polluting the global namespacePer Liden2006-01-181-5/+5
* [TIPC] Remove unused #includesPer Liden2006-01-181-2/+0Star