aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* update network codemigrate_3.2Wolfgang Wiedmeyer2015-10-241-34/+83
* tipc: Introduce routine to enqueue a chain of messages on link tx queueAllan Stephens2011-05-101-16/+22
* tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-101-7/+11
* tipc: Fix sk_buff leaks when link congestion is detectedAllan Stephens2011-05-101-4/+3
* tipc: Fix issues with fragmentation of an existing message bufferAllan Stephens2011-05-101-14/+23
* tipc: Avoid pointless masking of fragmented message identifierAllan Stephens2011-05-101-2/+2
* tipc: Don't initialize link selector field in fragmented messagesAllan Stephens2011-05-101-2/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens2011-03-131-3/+0
* tipc: Eliminate remaining support for routing table messagesAllan Stephens2011-03-131-4/+4
* tipc: Optimizations to link creation codeAllan Stephens2011-03-131-7/+20
* tipc: Fix redundant link field handling in link protocol messageAllan Stephens2011-03-131-1/+3
* tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens2011-03-131-4/+1
* tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker2011-03-131-3/+3
* tipc: Eliminate timestamp from link protocol messagesAllan Stephens2011-03-131-1/+0
* tipc: Add in missing lock during link initializationAllan Stephens2011-02-231-0/+2
* tipc: Set unused probe field of link protocol messages to defined valueAllan Stephens2011-02-231-0/+1
* tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens2011-02-231-6/+3
* tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens2011-02-231-1/+1
* tipc: Fix print statements that assume pointers are 32-bit valuesAllan Stephens2011-02-231-3/+3
* tipc: Improve handling of invalid link tolerance valuesAllan Stephens2011-02-231-0/+3
* tipc: Combine bearer structure with tipc_bearer structureAllan Stephens2011-02-231-7/+6
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-231-23/+23
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-011-16/+9
* tipc: split variable assignments out of conditional expressionsAllan Stephens2011-01-011-6/+10
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-17/+14
* tipc: Prune down link-specific debugging codeAllan Stephens2011-01-011-131/+36
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-116/+3
* tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens2011-01-011-7/+6
* tipc: Eliminate an unused symbolic constant in link codeAllan Stephens2010-12-021-6/+0
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-021-8/+0
* 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