summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: cleanup function namespacestephen hemminger2010-10-161-21/+24
* tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-131-111/+1
* net: return operator cleanupEric Dumazet2010-09-231-3/+3
* tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens2010-08-171-1/+10
* tipc: Check for disabled bearer when processing incoming messagesAllan Stephens2010-08-171-0/+14
* tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-121-10/+10
* tipc: Relocate trivial link status functions to header fileAllan Stephens2010-05-121-30/+0
* tipc: remove abstraction for link_max_pktAllan Stephens2010-05-121-16/+11
* tipc: Eliminate unused argument in print statementAllan Stephens2010-05-121-3/+1
* tipc: Eliminate obsolete port's "congested_link" fieldAllan Stephens2010-05-121-2/+0
* tipc: remove trailing space in messagesFrans Pop2010-03-241-4/+4
* tipc: Allow retransmission of cloned buffersNeil Horman2010-03-161-5/+6
* tipc: filter out messages not intended for this hostNeil Horman2010-03-081-0/+9
* net: Move && and || to end of previous lineJoe Perches2009-11-291-6/+6
* tipc: Don't use structure names which easily globally conflict.David S. Miller2008-09-021-13/+13
* tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens2008-07-141-9/+9
* tipc: Optimize message initialization routineAllan Stephens2008-06-041-6/+6
* 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-041-22/+5
* tipc: Fix minor bugs in link session number handlingAllan Stephens2008-06-041-5/+12
* tipc: Exclude debug-only print buffer code when not debuggingAllan Stephens2008-05-051-4/+16
* [TIPC]: Enhance validation of format on incoming messagesAllan Stephens2008-04-151-12/+77
* [TIPC]: Force linearization of non-linear sk_buffsAllan Stephens2008-04-151-0/+6
* [TIPC]: Minor cleanup of message header codeAllan Stephens2008-03-061-8/+8
* tipc: fix integer as NULL pointer sparse warnings in tipcHarvey Harrison2008-02-241-1/+1
* [TIPC]: Fix two minor sparse warnings.Florian Westphal2007-08-021-1/+1
* [TIPC]: fix tipc_link_create error handlingFlorian Westphal2007-07-311-13/+15
* [TIPC]: Optimize stream send routine to avoid fragmentationAllan Stephens2007-07-101-8/+8
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-22/+24
* [NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-197/+197
* [TIPC]: Remove code bloat introduced by print buffer reworkAllan Stephens2006-10-181-4/+4
* [TIPC]: fix printk warningJeff Garzik2006-10-041-2/+3
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* [TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED)Allan Stephens2006-07-031-0/+2
* [TIPC]: Fixed skb_under_panic caused by tipc_link_bundle_bufAllan Stephens2006-06-291-5/+6
* [TIPC]: Fixed link switchover bugsAllan Stephens2006-06-251-6/+24
* [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens2006-06-251-17/+22
* [TIPC]: First phase of assert() cleanupAllan Stephens2006-06-251-6/+7
* [TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachableAllan Stephens2006-06-251-1/+5
* [TIPC]: Multicast link failure now resets all links to "nacking" node.Allan Stephens2006-06-251-21/+103
* [TIPC]: Links now validate destination node specified by incoming messages.Allan Stephens2006-06-251-0/+5
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-241-1/+1
* [TIPC]: Remove unused functionsPer Liden2006-03-201-5/+0
* [TIPC]: Remove inlines from *.cSam Ravnborg2006-03-201-29/+29
* [TIPC]: Fix simple sparse warningsSam Ravnborg2006-03-201-14/+14
* [TIPC] Avoid polluting the global namespacePer Liden2006-01-181-302/+300
* [TIPC] Updated link priority macrosPer Liden2006-01-181-1/+2
* [TIPC] More updates of file headersPer Liden2006-01-121-1/+1
* [TIPC] Update of file headersPer Liden2006-01-121-2/+1
OpenPOWER on IntegriCloud