aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2009-08-29tipc: fix test of bearer_priority range in tipc_register_media()Gravatar roel kluin 1-1/+1
2009-07-12genetlink: make netns awareGravatar Johannes Berg 1-1/+1
2009-07-05tipc: Add socket options to get number of queued messagesGravatar oscar.medina@motorola.com 1-0/+6
2009-05-21tipc: Use genl_register_family_with_ops()Gravatar Michał Mirosław 1-22/+16
2009-05-17net: remove needless (now buggy) & from dev->dev_addrGravatar Jiri Pirko 1-1/+1
2009-03-18tipc: fix non-const printf format argumentsGravatar Stephen Hemminger 4-5/+5
2009-01-11net/tipc/bcast.h: use ARRAY_SIZEGravatar Julia Lawall 1-1/+1
2008-11-07tipc: trivial endian annotation in debug statementGravatar Harvey Harrison 1-1/+1
2008-10-27net: convert print_mac to %pMGravatar Johannes Berg 1-2/+1
2008-09-02tipc: Don't use structure names which easily globally conflict.Gravatar David S. Miller 19-117/+117
2008-08-13net/tipc/subscr.c: don't use ___constant_swab32Gravatar Andrew Morton 1-1/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.Gravatar YOSHIFUJI Hideaki 1-2/+2
2008-07-14tipc: Optimization to multicast name lookup algorithmGravatar Allan Stephens 1-13/+30
2008-07-14tipc: Add missing locks when inspecting node list & link listGravatar Allan Stephens 1-5/+24
2008-07-14tipc: Fix bug in scope checking for multicast messagesGravatar Allan Stephens 1-2/+4
2008-07-14tipc: Eliminate improper use of TIPC_OK error codeGravatar Allan Stephens 9-49/+49
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 2-26/+17
2008-06-04tipc: Message rejection rework preparatory changesGravatar Allan Stephens 3-4/+31
2008-06-04tipc: Fix bugs in rejection of message with short headerGravatar Allan Stephens 1-4/+6
2008-06-04tipc: Message header creation optimizationsGravatar Allan Stephens 1-6/+1
2008-06-04tipc: Expand link sequence gap field to 13 bitsGravatar Allan Stephens 1-4/+4
2008-06-04tipc: Add missing spinlock in name table display codeGravatar Allan Stephens 1-1/+3
2008-06-04tipc: Prevent display of name table types with no publicationsGravatar Allan Stephens 1-0/+3
2008-06-04tipc: Optimize message initialization routineGravatar Allan Stephens 7-18/+16
2008-06-04tipc: Prevent access of non-existent field in short message headerGravatar Allan Stephens 1-1/+3
2008-06-04tipc: Minor optimizations to received message processingGravatar Allan Stephens 3-25/+8
2008-06-04tipc: Fix minor bugs in link session number handlingGravatar Allan Stephens 1-5/+12
2008-06-04tipc: Fix bugs in message error code display when debuggingGravatar Allan Stephens 1-3/+0
2008-06-04tipc: Standardize error checking on incoming messages via native APIGravatar Allan Stephens 1-16/+9
2008-06-04tipc: Fix bug in connection setup via native APIGravatar Allan Stephens 1-6/+3
2008-05-21tipc: Fix initialization sequence problems when entering network modeGravatar Allan Stephens 5-9/+12
2008-05-21tipc: Update "previous node" indicators when node address changesGravatar Allan Stephens 1-0/+1
2008-05-21tipc: Optimize null pointer check during neighbor discoveryGravatar Allan Stephens 1-3/+2
2008-05-21tipc: Prevent node object duplication due to simultaneous discoveryGravatar Allan Stephens 1-0/+26
2008-05-21tipc: Fix skb_under_panic when configuring TIPC without privilegesGravatar Allan Stephens 2-8/+14
2008-05-19tipc: Cosmetic cleanup of topology service codeGravatar Allan Stephens 2-15/+13
2008-05-19tipc: Consolidate subscriber & subscriber port referencesGravatar Allan Stephens 3-90/+116
2008-05-19tipc: Fix bug in topology server byte swapping routineGravatar Allan Stephens 1-3/+1
2008-05-19tipc: Add support for customized subscription endiannessGravatar Allan Stephens 2-19/+18
2008-05-19tipc: Add support for customized subscription overlap handlingGravatar Allan Stephens 2-1/+11
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar David S. Miller 1-6/+5
2008-05-12tipc: Fix race condition when creating socket or native portGravatar Allan Stephens 4-13/+25
2008-05-12tipc: Enhancements to name table initializationGravatar Allan Stephens 1-5/+2
2008-05-08tipc: Increase buffer header to support worst-case deviceGravatar Allan Stephens 1-6/+5
2008-05-05tipc: Update version number to TIPC 1.6.4Gravatar Allan Stephens 1-1/+1
2008-05-05tipc: Exclude debug-only print buffer code when not debuggingGravatar Allan Stephens 4-13/+37
2008-05-05tipc: Cosmetic cleanup of system & debug output declarationsGravatar Allan Stephens 1-50/+67
2008-05-05[TIPC]: Cosmetic cleanup of print buffer codeGravatar Allan Stephens 2-9/+11