summaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-301-3/+3
* tipc: rename struct bcbearer* to tipc_bcbearer*Paul Gortmaker2011-12-301-10/+10
* tipc: rename struct bclink to struct tipc_bclinkPaul Gortmaker2011-12-301-4/+4
* tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker2011-12-301-5/+5
* tipc: rename struct media to struct tipc_mediaPaul Gortmaker2011-12-301-1/+1
* tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens2011-12-271-5/+0Star
* tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens2011-12-271-7/+28
* tipc: Flush unsent broadcast messages when contact with last node is lostAllan Stephens2011-12-271-1/+11
* tipc: Minor optimization of broadcast link transmit queue statisticAllan Stephens2011-12-271-4/+4
* tipc: Handle broadcast attempt when no neighboring nodes existAllan Stephens2011-12-271-1/+7
* tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens2011-12-271-6/+18
* tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens2011-12-271-26/+11Star
* tipc: Remove obsolete congestion handling when sending a broadcast NACKAllan Stephens2011-09-011-8/+3Star
* tipc: Discard incoming broadcast messages that are unexpectedAllan Stephens2011-09-011-2/+11
* tipc: Remove deferred queue head caching during broadcast message receptionAllan Stephens2011-09-011-1/+1
* tipc: Fix node lock problems during broadcast message receptionAllan Stephens2011-09-011-13/+23
* tipc: Remove non-executable code to handle broadcast bearer congestionAllan Stephens2011-09-011-21/+0Star
* tipc: Cosmetic changes to broadcast bearer send routineAllan Stephens2011-09-011-12/+12
* tipc: Update obsolete references to multicast linkAllan Stephens2011-09-011-2/+2
* tipc: Convert fatal broadcast sanity check to non-fatal checkAllan Stephens2011-06-241-1/+5
* tipc: Fix sk_buff leaks when link congestion is detectedAllan Stephens2011-05-101-3/+1Star
* tipc: Remove code to emulate loss of broadcast messagesAllan Stephens2011-05-101-18/+0Star
* tipc: Avoid reliable broadcast preparation for NACK messagesAllan Stephens2011-02-241-0/+1
* tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens2011-02-241-2/+0Star
* tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens2011-02-241-2/+14
* tipc: Combine bearer structure with tipc_bearer structureAllan Stephens2011-02-241-14/+14
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-011-4/+2Star
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-011-4/+4
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-1/+1
* tipc: remove redundant #includesAllan Stephens2011-01-011-1/+0Star
* tipc: Prune down link-specific debugging codeAllan Stephens2011-01-011-13/+0Star
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-3/+0Star
* tipc: Remove prototype code for supporting multiple clustersAllan Stephens2011-01-011-3/+6
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-021-9/+0Star
* tipc: Remove obsolete native API files and exportsAllan Stephens2010-12-021-0/+1
* tipc: cleanup function namespacestephen hemminger2010-10-161-3/+7
* net: return operator cleanupEric Dumazet2010-09-231-1/+1
* tipc: Fix bug in broadcast link transmit statistics computationAllan Stephens2010-08-181-3/+2Star
* tipc: Fix premature broadcast advertisement by sending nodeAllan Stephens2010-08-181-11/+19
* tipc: Prevent crash when broadcast link cannot send to all nodesAllan Stephens2010-08-181-4/+6
* tipc: Reduce footprint by un-inlining port list routinesAllan Stephens2010-05-131-0/+50
* tipc: Reduce footprint by un-inlining nmap routinesAllan Stephens2010-05-131-0/+60
* tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-131-1/+1
* tipc: Rename "multicast-link" to "broadcast-link"Allan Stephens2010-05-131-1/+1
* tipc: Increase frequency of load distribution over broadcast linkNeil Horman2010-03-171-21/+14Star
* tipc: fix non-const printf format argumentsStephen Hemminger2009-03-191-2/+2
* tipc: Don't use structure names which easily globally conflict.David S. Miller2008-09-031-11/+11
* tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens2008-07-151-5/+5
* tipc: Message rejection rework preparatory changesAllan Stephens2008-06-051-1/+1
* tipc: Optimize message initialization routineAllan Stephens2008-06-051-1/+1