summaryrefslogtreecommitdiff
path: root/net/tipc/bcast.c
AgeCommit message (Expand)Author
2012-02-06tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens
2012-02-06tipc: Remove obsolete broadcast tag capabilityAllan Stephens
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens
2012-02-06tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens
2012-02-06tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens
2012-02-06tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens
2012-02-06tipc: Add missing broadcast link lock when sending NACKAllan Stephens
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker
2011-12-29tipc: rename struct bcbearer* to tipc_bcbearer*Paul Gortmaker
2011-12-29tipc: rename struct bclink to struct tipc_bclinkPaul Gortmaker
2011-12-29tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker
2011-12-29tipc: rename struct media to struct tipc_mediaPaul Gortmaker
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens
2011-12-27tipc: Flush unsent broadcast messages when contact with last node is lostAllan Stephens
2011-12-27tipc: Minor optimization of broadcast link transmit queue statisticAllan Stephens
2011-12-27tipc: Handle broadcast attempt when no neighboring nodes existAllan Stephens
2011-12-27tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens
2011-09-01tipc: Remove obsolete congestion handling when sending a broadcast NACKAllan Stephens
2011-09-01tipc: Discard incoming broadcast messages that are unexpectedAllan Stephens
2011-09-01tipc: Remove deferred queue head caching during broadcast message receptionAllan Stephens
2011-09-01tipc: Fix node lock problems during broadcast message receptionAllan Stephens
2011-09-01tipc: Remove non-executable code to handle broadcast bearer congestionAllan Stephens
2011-09-01tipc: Cosmetic changes to broadcast bearer send routineAllan Stephens
2011-09-01tipc: Update obsolete references to multicast linkAllan Stephens
2011-06-24tipc: Convert fatal broadcast sanity check to non-fatal checkAllan Stephens
2011-05-10tipc: Fix sk_buff leaks when link congestion is detectedAllan Stephens
2011-05-10tipc: Remove code to emulate loss of broadcast messagesAllan Stephens
2011-02-23tipc: Avoid reliable broadcast preparation for NACK messagesAllan Stephens
2011-02-23tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens
2011-02-23tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens
2011-02-23tipc: Combine bearer structure with tipc_bearer structureAllan Stephens
2011-01-01tipc: remove extraneous braces from single statementsAllan Stephens
2011-01-01tipc: remove zeroing assignments to static global variablesAllan Stephens
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens
2011-01-01tipc: remove redundant #includesAllan Stephens
2011-01-01tipc: Prune down link-specific debugging codeAllan Stephens
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens
2011-01-01tipc: Remove prototype code for supporting multiple clustersAllan Stephens
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens
2010-10-16tipc: cleanup function namespacestephen hemminger
2010-09-23net: return operator cleanupEric Dumazet
2010-08-17tipc: Fix bug in broadcast link transmit statistics computationAllan Stephens
2010-08-17tipc: Fix premature broadcast advertisement by sending nodeAllan Stephens
2010-08-17tipc: Prevent crash when broadcast link cannot send to all nodesAllan Stephens
2010-05-12tipc: Reduce footprint by un-inlining port list routinesAllan Stephens
2010-05-12tipc: Reduce footprint by un-inlining nmap routinesAllan Stephens
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens