mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / net / tipc / socket.c
2010-04-20 Eric Dumazetnet: sk_sleep() helper
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-05 Zhu Yinet: backlog functions rename
2010-03-05 Zhu Yitipc: use limited socket backlog
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-07-06 oscar.medina@motor... tipc: Add socket options to get number of queued messages
2008-07-15 Allan Stephenstipc: Fix race condition that could cause accept()...
2008-07-15 Allan Stephenstipc: Optimize pointer dereferencing when receiving...
2008-07-15 Allan Stephenstipc: Remove unneeded parameter to tipc_createport_raw()
2008-05-12 Allan Stephenstipc: Fix race condition when creating socket or native...
2008-04-25 Pavel Emelyanovnet: Fix wrong interpretation of some copy_to_user...
2008-04-15 Allan Stephens[TIPC]: Overhaul of socket locking logic
2008-04-15 Allan Stephens[TIPC]: Cosmetic changes to TIPC connect() code
2008-04-15 Allan Stephens[TIPC]: Add error check to detect non-blocking form...
2008-04-15 Allan Stephens[TIPC]: Correct "off by 1" error in socket queue limit...
2008-04-15 Allan Stephens[TIPC]: Ignore message padding when receiving stream...
2008-04-15 Allan Stephens[TIPC]: Allow stream receive to read from multiple...
2008-04-15 Allan Stephens[TIPC]: Skip connection flow control in connectionless...
2008-04-14 Allan Stephens[TIPC]: Improve socket time conversions
2008-04-14 Allan Stephens[TIPC]: Remove redundant socket wait queue initialization
2008-03-26 Allan Stephens[TIPC]: Cosmetic cleanup of TIPC polling logic
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-06 Allan Stephens[TIPC]: Add argument validation for shutdown()
2008-03-04 Matthias Kaehlcke[TIPC]: Convert tsock->sem in a mutex
2008-02-08 Florian Westphal[TIPC]: declare proto_ops structures as 'const'.
2007-12-14 Andrew Morton[TIPC]: Fix semaphore handling.
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-07-19 YOSHIFUJI Hideaki[NET] TIPC: Fix whitespace errors.
2007-07-11 Allan Stephens[TIPC]: Optimize stream send routine to avoid fragmentation
2007-07-11 Allan Stephens[TIPC]: Use standard socket "not implemented" routines
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-02-11 YOSHIFUJI Hideaki[NET] TIPC: Fix whitespace errors.
2006-10-19 Allan Stephens[TIPC]: Optimize wakeup logic when socket has no waitin...
2006-10-19 Allan Stephens[TIPC]: Stream socket can now send > 66000 bytes at...
2006-10-10 Al Viro[PATCH] tipc __user annotations
2006-06-26 Allan Stephens[TIPC]: Optimized argument validation done by connect().
2006-06-26 Allan Stephens[TIPC]: Simplify code for returning partial success...
2006-06-26 Allan Stephens[TIPC]: recvmsg() now returns TIPC ancillary data using...
2006-06-26 Allan Stephens[TIPC]: Improved performance of error checking during...
2006-06-26 Allan Stephens[TIPC]: Stream socket send indicates partial success...
2006-06-26 Allan Stephens[TIPC]: Connected send now checks socket state when...
2006-06-26 Allan Stephens[TIPC]: Can now return destination name of form {0...
2006-06-26 Allan Stephens[TIPC]: Implied connect now saves dest name for retriev...
2006-06-26 Allan Stephens[TIPC]: Fixed connect() to detect a dest address that...
2006-06-26 Allan Stephens[TIPC]: Non-operation-affecting corrections to comments...
2006-06-26 Allan Stephens[TIPC]: Fixed privilege checking typo in dest_name_check().
2006-03-21 Sam Ravnborg[TIPC]: Remove inlines from *.c
2006-03-21 Sam Ravnborg[TIPC]: Fix simple sparse warnings
2006-01-17 Per Liden[TIPC] Avoid polluting the global namespace
2006-01-17 Per Liden[TIPC] Remove unused #includes
2006-01-12 Per Liden[TIPC] More updates of file headers
2006-01-12 Per Liden[TIPC] Update of file headers
2006-01-12 Per Liden[TIPC] Cleaned up info/warn/err macros
2006-01-12 Per Liden[TIPC] License header update
2006-01-12 Per Liden[TIPC] Moved configuration interface into tipc_config.h
2006-01-12 Per Liden[TIPC] Initial merge