Age | Commit message (Expand) | Author | Files | Lines |
2010-09-24 | net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
2010-08-18 | tipc: Allow connect() to wait indefinitely | Allan Stephens | 1 | -4/+7 |
2010-08-18 | tipc: correct problems with misleading flags returned using poll() | Allan Stephens | 1 | -21/+40 |
2010-08-18 | tipc: Provide correct error code for unsupported connect() operation | Allan Stephens | 1 | -1/+1 |
2010-08-18 | tipc: add SO_RCVLOWAT support to stream socket receive path | Florian Westphal | 1 | -3/+4 |
2010-04-21 | net: sk_sleep() helper | Eric Dumazet | 1 | -13/+13 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+1 |
2010-03-06 | net: backlog functions rename | Zhu Yi | 1 | -1/+1 |
2010-03-06 | tipc: use limited socket backlog | Zhu Yi | 1 | -2/+4 |
2009-11-30 | net: Move && and || to end of previous line | Joe Perches | 1 | -7/+5 |
2009-11-26 | net: use net_eq to compare nets | Octavian Purdila | 1 | -1/+1 |
2009-11-06 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -2/+4 |
2009-10-01 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -1/+1 |
2009-07-06 | tipc: Add socket options to get number of queued messages | oscar.medina@motorola.com | 1 | -0/+6 |
2008-07-15 | tipc: Fix race condition that could cause accept() to fail | Allan Stephens | 1 | -20/+22 |
2008-07-15 | tipc: Optimize pointer dereferencing when receiving stream data | Allan Stephens | 1 | -1/+1 |
2008-07-15 | tipc: Remove unneeded parameter to tipc_createport_raw() | Allan Stephens | 1 | -8/+7 |
2008-05-13 | tipc: Fix race condition when creating socket or native port | Allan Stephens | 1 | -1/+4 |
2008-04-25 | net: Fix wrong interpretation of some copy_to_user() results. | Pavel Emelyanov | 1 | -2/+2 |
2008-04-15 | [TIPC]: Overhaul of socket locking logic | Allan Stephens | 1 | -424/+578 |
2008-04-15 | [TIPC]: Cosmetic changes to TIPC connect() code | Allan Stephens | 1 | -71/+72 |
2008-04-15 | [TIPC]: Add error check to detect non-blocking form of connect() | Allan Stephens | 1 | -0/+5 |
2008-04-15 | [TIPC]: Correct "off by 1" error in socket queue limit enforcement | Allan Stephens | 1 | -12/+10 |
2008-04-15 | [TIPC]: Ignore message padding when receiving stream data | Allan Stephens | 1 | -1/+1 |
2008-04-15 | [TIPC]: Allow stream receive to read from multiple TIPC messages | Allan Stephens | 1 | -1/+3 |
2008-04-15 | [TIPC]: Skip connection flow control in connectionless sockets | Allan Stephens | 1 | -1/+2 |
2008-04-14 | [TIPC]: Improve socket time conversions | Allan Stephens | 1 | -4/+5 |
2008-04-14 | [TIPC]: Remove redundant socket wait queue initialization | Allan Stephens | 1 | -1/+0 |
2008-03-27 | [TIPC]: Cosmetic cleanup of TIPC polling logic | Allan Stephens | 1 | -42/+36 |
2008-03-25 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2008-03-07 | [TIPC]: Add argument validation for shutdown() | Allan Stephens | 1 | -2/+3 |
2008-03-04 | [TIPC]: Convert tsock->sem in a mutex | Matthias Kaehlcke | 1 | -28/+28 |
2008-02-08 | [TIPC]: declare proto_ops structures as 'const'. | Florian Westphal | 1 | -7/+7 |
2007-12-15 | [TIPC]: Fix semaphore handling. | Andrew Morton | 1 | -1/+1 |
2007-11-01 | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 1 | -1/+1 |
2007-10-11 | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 1 | -3/+6 |
2007-07-19 | [NET] TIPC: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -6/+6 |
2007-07-11 | [TIPC]: Optimize stream send routine to avoid fragmentation | Allan Stephens | 1 | -8/+17 |
2007-07-11 | [TIPC]: Use standard socket "not implemented" routines | Allan Stephens | 1 | -41/+14 |
2007-04-26 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-02-11 | [NET] TIPC: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -213/+213 |
2006-10-19 | [TIPC]: Optimize wakeup logic when socket has no waiting processes | Allan Stephens | 1 | -2/+4 |
2006-10-19 | [TIPC]: Stream socket can now send > 66000 bytes at a time | Allan Stephens | 1 | -1/+6 |
2006-10-11 | [PATCH] tipc __user annotations | Al Viro | 1 | -3/+3 |
2006-06-26 | [TIPC]: Optimized argument validation done by connect(). | Allan Stephens | 1 | -4/+13 |
2006-06-26 | [TIPC]: Simplify code for returning partial success of stream send request. | Allan Stephens | 1 | -2/+2 |
2006-06-26 | [TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC) | Allan Stephens | 1 | -3/+3 |
2006-06-26 | [TIPC]: Improved performance of error checking during socket creation. | Allan Stephens | 1 | -6/+3 |
2006-06-26 | [TIPC]: Stream socket send indicates partial success if data partially sent. | Allan Stephens | 1 | -7/+11 |
2006-06-26 | [TIPC]: Connected send now checks socket state when retrying congested send. | Allan Stephens | 1 | -8/+8 |