aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-01tipc: remove extraneous braces from single statementsGravatar Allan Stephens 1-9/+5
2011-01-01tipc: remove zeroing assignments to static global variablesGravatar Allan Stephens 1-1/+1
2011-01-01tipc: split variable assignments out of conditional expressionsGravatar Allan Stephens 1-13/+23
2011-01-01tipc: cleanup various cosmetic whitespace issuesGravatar Allan Stephens 1-13/+11
2011-01-01tipc: recode getsockopt error handling for better readabilityGravatar Paul Gortmaker 1-13/+9
2011-01-01tipc: remove redundant #includesGravatar Allan Stephens 1-11/+0
2011-01-01tipc: remove calls to dbg() and msg_dbg()Gravatar Allan Stephens 1-29/+10
2010-12-02tipc: Delete tipc_ownidentity()Gravatar Allan Stephens 1-1/+2
2010-12-02tipc: Remove unused domain argument from multicast send routineGravatar Allan Stephens 1-1/+0
2010-12-02tipc: Remove obsolete native API files and exportsGravatar Allan Stephens 1-2/+1
2010-11-09net: tipc: fix information leak to userlandGravatar Kulikov Vasiliy 1-0/+1
2010-09-23net: return operator cleanupGravatar Eric Dumazet 1-1/+1
2010-08-17tipc: Allow connect() to wait indefinitelyGravatar Allan Stephens 1-4/+7
2010-08-17tipc: correct problems with misleading flags returned using poll()Gravatar Allan Stephens 1-21/+40
2010-08-17tipc: Provide correct error code for unsupported connect() operationGravatar Allan Stephens 1-1/+1
2010-08-17tipc: add SO_RCVLOWAT support to stream socket receive pathGravatar Florian Westphal 1-3/+4
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 1-13/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2010-03-05net: backlog functions renameGravatar Zhu Yi 1-1/+1
2010-03-05tipc: use limited socket backlogGravatar Zhu Yi 1-2/+4
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-7/+5
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-1/+1
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-2/+4
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-07-05tipc: Add socket options to get number of queued messagesGravatar oscar.medina@motorola.com 1-0/+6
2008-07-14tipc: Fix race condition that could cause accept() to failGravatar Allan Stephens 1-20/+22
2008-07-14tipc: Optimize pointer dereferencing when receiving stream dataGravatar Allan Stephens 1-1/+1
2008-07-14tipc: Remove unneeded parameter to tipc_createport_raw()Gravatar Allan Stephens 1-8/+7
2008-05-12tipc: Fix race condition when creating socket or native portGravatar Allan Stephens 1-1/+4
2008-04-25net: Fix wrong interpretation of some copy_to_user() results.Gravatar Pavel Emelyanov 1-2/+2
2008-04-15[TIPC]: Overhaul of socket locking logicGravatar Allan Stephens 1-424/+578
2008-04-15[TIPC]: Cosmetic changes to TIPC connect() codeGravatar Allan Stephens 1-71/+72
2008-04-15[TIPC]: Add error check to detect non-blocking form of connect()Gravatar Allan Stephens 1-0/+5
2008-04-15[TIPC]: Correct "off by 1" error in socket queue limit enforcementGravatar Allan Stephens 1-12/+10
2008-04-15[TIPC]: Ignore message padding when receiving stream dataGravatar Allan Stephens 1-1/+1
2008-04-15[TIPC]: Allow stream receive to read from multiple TIPC messagesGravatar Allan Stephens 1-1/+3
2008-04-15[TIPC]: Skip connection flow control in connectionless socketsGravatar Allan Stephens 1-1/+2
2008-04-13[TIPC]: Improve socket time conversionsGravatar Allan Stephens 1-4/+5
2008-04-13[TIPC]: Remove redundant socket wait queue initializationGravatar Allan Stephens 1-1/+0
2008-03-26[TIPC]: Cosmetic cleanup of TIPC polling logicGravatar Allan Stephens 1-42/+36
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-03-06[TIPC]: Add argument validation for shutdown()Gravatar Allan Stephens 1-2/+3
2008-03-03[TIPC]: Convert tsock->sem in a mutexGravatar Matthias Kaehlcke 1-28/+28
2008-02-07[TIPC]: declare proto_ops structures as 'const'.Gravatar Florian Westphal 1-7/+7
2007-12-14[TIPC]: Fix semaphore handling.Gravatar Andrew Morton 1-1/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Gravatar Pavel Emelyanov 1-1/+1
2007-10-10[NET]: Make socket creation namespace safe.Gravatar Eric W. Biederman 1-3/+6
2007-07-19[NET] TIPC: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-6/+6
2007-07-10[TIPC]: Optimize stream send routine to avoid fragmentationGravatar Allan Stephens 1-8/+17
2007-07-10[TIPC]: Use standard socket "not implemented" routinesGravatar Allan Stephens 1-41/+14