summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: prevent dropped connections due to rcvbuf overflowErik Hugne2012-10-041-0/+1
* net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* tipc: eliminate configuration for maximum number of name publicationsYing Xue2012-08-204-26/+5
* tipc: eliminate configuration for maximum number of name subscriptionsYing Xue2012-08-204-28/+7
* tipc: add __read_mostly annotations to several global variablesYing Xue2012-08-203-11/+11
* tipc: convert tipc_nametbl_size type from variable to macroYing Xue2012-08-201-5/+5
* tipc: change tipc_net_start routine return value typeYing Xue2012-08-203-6/+4
* tipc: manually inline single use media_name_valid routineYing Xue2012-08-201-16/+1
* tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-204-12/+3
* tipc: fix lockdep warning during bearer initializationYing Xue2012-08-201-1/+15
* tipc: optimize the initialization of network device notifierYing Xue2012-08-201-3/+10
* tipc: remove print_buf and deprecated log buffer codeErik Hugne2012-07-137-333/+2
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-1310-222/+213
* tipc: simplify print buffer handling in tipc_printfErik Hugne2012-07-131-42/+10
* tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker2012-07-131-17/+7
* tipc: remove TIPC packet debugging functions and macrosErik Hugne2012-07-134-312/+0
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-1318-174/+177
* tipc: limit error messages relating to memory leak to one linePaul Gortmaker2012-07-121-2/+4
* tipc: factor stats struct out of the larger link structPaul Gortmaker2012-07-121-30/+32
* net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings2012-07-101-3/+2
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-107-27/+27
* net: Remove casts to same typeJoe Perches2012-06-042-6/+5
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-3032-530/+16
* tipc: Reject payload messages with invalid message typeAllan Stephens2012-04-271-5/+2
* tipc: Enhance error checking of published namesAllan Stephens2012-04-262-7/+4
* tipc: Create helper routine to delete unused name sequence structureAllan Stephens2012-04-261-12/+15
* tipc: remove redundant memset and stale comment from subscr.cAllan Stephens2012-04-261-2/+0
* tipc: Optimize initialization of network topology serviceAllan Stephens2012-04-261-1/+1
* tipc: Enhance re-initialization of network topology serviceAllan Stephens2012-04-261-3/+0
* tipc: Optimize termination of configuration serviceAllan Stephens2012-04-261-4/+2
* tipc: Optimize initialization of configuration serviceAllan Stephens2012-04-261-1/+1
* tipc: Optimize re-initialization of configuration serviceAllan Stephens2012-04-263-2/+17
* tipc: remove inline instances from C source files.Paul Gortmaker2012-04-242-3/+3
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-231-1/+1
* tipc: Ensure network address change doesn't impact configuration serviceAllan Stephens2012-04-191-1/+1
* tipc: Ensure network address change doesn't impact rejected messageAllan Stephens2012-04-191-1/+1
* tipc: handle <0.0.0> as an alias for this node on outgoing msgsAllan Stephens2012-04-191-4/+4
* tipc: properly handle off-node send requests with invalid addrAllan Stephens2012-04-191-2/+9
* tipc: take lock while updating node network addressAllan Stephens2012-04-191-1/+2
* tipc: Ensure network address change doesn't impact local connectionsAllan Stephens2012-04-194-31/+34
* tipc: delete duplicate peerport/peernode helper functionsAllan Stephens2012-04-192-14/+4
* tipc: Ensure network address change doesn't impact new portAllan Stephens2012-04-191-4/+11
* tipc: Optimize re-initialization of port message header templatesAllan Stephens2012-04-191-2/+0
* tipc: Ensure network address change doesn't impact name table updatesAllan Stephens2012-04-191-4/+4
* tipc: Add routines for safe checking of node's network addressAllan Stephens2012-04-194-6/+24
* tipc: Don't record failed publication attempt as a successAllan Stephens2012-04-191-2/+3
* tipc: Update node-scope publications when network address is assignedAllan Stephens2012-04-192-7/+12
* tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens2012-04-191-5/+26
* tipc: Factor out name publication code to a separate functionAllan Stephens2012-04-181-27/+34