aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker1-2/+1
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto1-1/+12
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto1-9/+9
2013-05-03tipc: cosmetic: clean up comments and break a long lineGerlando Falauto1-6/+7
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy1-2/+2
2013-02-15tipc: fix missing spinlock init in broadcast codeErik Hugne1-0/+1
2012-11-22tipc: rename supported flag to recv_permittedYing Xue1-3/+3
2012-11-21tipc: remove the bearer congestion mechanismYing Xue1-12/+9
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne1-34/+29
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-5/+5
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-22/+0
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens1-6/+6
2012-02-06tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens1-22/+42
2012-02-06tipc: Remove obsolete broadcast tag capabilityAllan Stephens1-1/+0
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens1-148/+78
2012-02-06tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens1-0/+11
2012-02-06tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens1-0/+2
2012-02-06tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens1-18/+40
2012-02-06tipc: Add missing broadcast link lock when sending NACKAllan Stephens1-0/+2
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker1-3/+3
2011-12-29tipc: rename struct bcbearer* to tipc_bcbearer*Paul Gortmaker1-10/+10
2011-12-29tipc: rename struct bclink to struct tipc_bclinkPaul Gortmaker1-4/+4
2011-12-29tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker1-5/+5
2011-12-29tipc: rename struct media to struct tipc_mediaPaul Gortmaker1-1/+1
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens1-5/+0
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens1-7/+28
2011-12-27tipc: Flush unsent broadcast messages when contact with last node is lostAllan Stephens1-1/+11
2011-12-27tipc: Minor optimization of broadcast link transmit queue statisticAllan Stephens1-4/+4
2011-12-27tipc: Handle broadcast attempt when no neighboring nodes existAllan Stephens1-1/+7
2011-12-27tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens1-6/+18
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens1-26/+11
2011-09-01tipc: Remove obsolete congestion handling when sending a broadcast NACKAllan Stephens1-8/+3
2011-09-01tipc: Discard incoming broadcast messages that are unexpectedAllan Stephens1-2/+11
2011-09-01tipc: Remove deferred queue head caching during broadcast message receptionAllan Stephens1-1/+1
2011-09-01tipc: Fix node lock problems during broadcast message receptionAllan Stephens1-13/+23
2011-09-01tipc: Remove non-executable code to handle broadcast bearer congestionAllan Stephens1-21/+0
2011-09-01tipc: Cosmetic changes to broadcast bearer send routineAllan Stephens1-12/+12
2011-09-01tipc: Update obsolete references to multicast linkAllan Stephens1-2/+2
2011-06-24tipc: Convert fatal broadcast sanity check to non-fatal checkAllan Stephens1-1/+5
2011-05-10tipc: Fix sk_buff leaks when link congestion is detectedAllan Stephens1-3/+1
2011-05-10tipc: Remove code to emulate loss of broadcast messagesAllan Stephens1-18/+0
2011-02-23tipc: Avoid reliable broadcast preparation for NACK messagesAllan Stephens1-0/+1
2011-02-23tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens1-2/+0
2011-02-23tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens1-2/+14
2011-02-23tipc: Combine bearer structure with tipc_bearer structureAllan Stephens1-14/+14
2011-01-01tipc: remove extraneous braces from single statementsAllan Stephens1-4/+2
2011-01-01tipc: remove zeroing assignments to static global variablesAllan Stephens1-4/+4
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-1/+1
2011-01-01tipc: remove redundant #includesAllan Stephens1-1/+0