aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
...
* tipc: Consolidate subscriber & subscriber port referencesAllan Stephens2008-05-193-90/+116
* tipc: Fix bug in topology server byte swapping routineAllan Stephens2008-05-191-3/+1
* tipc: Add support for customized subscription endiannessAllan Stephens2008-05-192-19/+18
* tipc: Add support for customized subscription overlap handlingAllan Stephens2008-05-192-1/+11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-05-151-6/+5
|\
| * tipc: Increase buffer header to support worst-case deviceAllan Stephens2008-05-081-6/+5
* | tipc: Fix race condition when creating socket or native portAllan Stephens2008-05-124-13/+25
* | tipc: Enhancements to name table initializationAllan Stephens2008-05-121-5/+2
* | tipc: Update version number to TIPC 1.6.4Allan Stephens2008-05-051-1/+1
* | tipc: Exclude debug-only print buffer code when not debuggingAllan Stephens2008-05-054-13/+37
* | tipc: Cosmetic cleanup of system & debug output declarationsAllan Stephens2008-05-051-50/+67
* | [TIPC]: Cosmetic cleanup of print buffer codeAllan Stephens2008-05-052-9/+11
* | tipc: Elimination of print buffer chainingAllan Stephens2008-05-053-94/+80
* | tipc: Fix null pointer dereference in debug codeAllan Stephens2008-05-051-3/+0
* | tipc: Fix recursive spinlock invocation in print buffer codeAllan Stephens2008-05-051-5/+12
* | tipc: Provide feedback when log buffer resizing failsAllan Stephens2008-05-052-5/+12
* | tipc: Simplify log buffer resizingAllan Stephens2008-05-054-25/+13
|/
* tipc: endianness annotationsAl Viro2008-04-271-4/+3
* net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov2008-04-251-2/+2
* [TIPC]: Cleanup of TIPC reference table codeAllan Stephens2008-04-161-47/+34
* [TIPC]: Optimized initialization of TIPC reference tableAllan Stephens2008-04-161-47/+76
* [TIPC]: Remove inlining of reference table locking routinesAllan Stephens2008-04-162-89/+91
* [TIPC]: Enhance validation of format on incoming messagesAllan Stephens2008-04-151-12/+77
* [TIPC]: Force linearization of non-linear sk_buffsAllan Stephens2008-04-152-0/+18
* [TIPC]: Use fast buffer cloning to improve performanceAllan Stephens2008-04-151-1/+1
* [TIPC]: Remove redundant NULL check when discarding buffersAllan Stephens2008-04-151-2/+1
* [TIPC]: Overhaul of socket locking logicAllan Stephens2008-04-152-431/+602
* [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/+10
* [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-131-4/+5
* [TIPC]: Remove redundant socket wait queue initializationAllan Stephens2008-04-131-1/+0
* [TIPC]: Cosmetic cleanup of TIPC polling logicAllan Stephens2008-03-261-42/+36
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [TIPC]: Update version to 1.6.3Allan Stephens2008-03-061-1/+1
* [TIPC]: Enhancements to message header writingAllan Stephens2008-03-061-2/+4
* [TIPC]: Use correct bitmask when setting versionAllan Stephens2008-03-061-1/+1
* [TIPC]: Minor cleanup of message header codeAllan Stephens2008-03-064-29/+27
* [TIPC]: Eliminate "sparse" symbol warningsAllan Stephens2008-03-062-8/+6
* [TIPC]: Add argument validation for shutdown()Allan Stephens2008-03-061-2/+3
* [TIPC]: Removal of message header option codeAllan Stephens2008-03-063-31/+0
* [TIPC]: Convert tsock->sem in a mutexMatthias Kaehlcke2008-03-031-28/+28
* tipc: fix integer as NULL pointer sparse warnings in tipcHarvey Harrison2008-02-244-4/+4
* [TIPC]: declare proto_ops structures as 'const'.Florian Westphal2008-02-071-7/+7
* [TIPC]: Kill unused static inline (x5)Ilpo Järvinen2008-02-073-23/+0
* [TIPC]: Use tipc_port_unlockJulia Lawall2008-01-281-10/+10