summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: Don't use structure names which easily globally conflict.David S. Miller2008-09-0219-117/+117
* net/tipc/subscr.c: don't use ___constant_swab32Andrew Morton2008-08-131-1/+1
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-2/+2
* tipc: Optimization to multicast name lookup algorithmAllan Stephens2008-07-141-13/+30
* tipc: Add missing locks when inspecting node list & link listAllan Stephens2008-07-141-5/+24
* tipc: Fix bug in scope checking for multicast messagesAllan Stephens2008-07-141-2/+4
* tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens2008-07-149-49/+49
* tipc: Fix race condition that could cause accept() to failAllan Stephens2008-07-141-20/+22
* tipc: Optimize pointer dereferencing when receiving stream dataAllan Stephens2008-07-141-1/+1
* tipc: Remove unneeded parameter to tipc_createport_raw()Allan Stephens2008-07-142-26/+17
* tipc: Message rejection rework preparatory changesAllan Stephens2008-06-043-4/+31
* tipc: Fix bugs in rejection of message with short headerAllan Stephens2008-06-041-4/+6
* tipc: Message header creation optimizationsAllan Stephens2008-06-041-6/+1
* tipc: Expand link sequence gap field to 13 bitsAllan Stephens2008-06-041-4/+4
* tipc: Add missing spinlock in name table display codeAllan Stephens2008-06-041-1/+3
* tipc: Prevent display of name table types with no publicationsAllan Stephens2008-06-041-0/+3
* tipc: Optimize message initialization routineAllan Stephens2008-06-047-18/+16
* tipc: Prevent access of non-existent field in short message headerAllan Stephens2008-06-041-1/+3
* tipc: Minor optimizations to received message processingAllan Stephens2008-06-043-25/+8
* tipc: Fix minor bugs in link session number handlingAllan Stephens2008-06-041-5/+12
* tipc: Fix bugs in message error code display when debuggingAllan Stephens2008-06-041-3/+0
* tipc: Standardize error checking on incoming messages via native APIAllan Stephens2008-06-041-16/+9
* tipc: Fix bug in connection setup via native APIAllan Stephens2008-06-041-6/+3
* tipc: Fix initialization sequence problems when entering network modeAllan Stephens2008-05-215-9/+12
* tipc: Update "previous node" indicators when node address changesAllan Stephens2008-05-211-0/+1
* tipc: Optimize null pointer check during neighbor discoveryAllan Stephens2008-05-211-3/+2
* tipc: Prevent node object duplication due to simultaneous discoveryAllan Stephens2008-05-211-0/+26
* tipc: Fix skb_under_panic when configuring TIPC without privilegesAllan Stephens2008-05-212-8/+14
* tipc: Cosmetic cleanup of topology service codeAllan Stephens2008-05-192-15/+13
* 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