aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
Commit message (Expand)AuthorAge
* tipc: avoid to asynchronously reset all linksYing Xue2014-05-05
* tipc: convert allocations of global variables associated with bclinkYing Xue2014-05-05
* tipc: define new functions to operate bc_lockYing Xue2014-05-05
* tipc: use bc_lock to protect node map in bearer structureYing Xue2014-04-22
* tipc: purge tipc_net_lock lockYing Xue2014-04-22
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-22
* tipc: convert bearer_list to RCU listYing Xue2014-04-22
* tipc: make broadcast bearer store in bearer_list arrayYing Xue2014-03-27
* tipc: remove active flag from tipc_bearer structureYing Xue2014-03-27
* tipc: convert tipc_bearers array to pointer listYing Xue2014-03-27
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-18
* tipc: remove bearer_lock from tipc_bearer structYing Xue2014-02-13
* tipc: stricter behavior of message reassembly functionJon Paul Maloy2014-02-13
* tipc: make link start event synchronousJon Paul Maloy2014-01-07
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-09
* tipc: message reassembly using fragment chainErik Hugne2013-11-07
* tipc: don't reroute message fragmentsErik Hugne2013-11-07
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-17
* tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto2013-05-03
* tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto2013-05-03
* tipc: cosmetic: clean up comments and break a long lineGerlando Falauto2013-05-03
* tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy2013-04-17
* tipc: fix missing spinlock init in broadcast codeErik Hugne2013-02-15
* tipc: rename supported flag to recv_permittedYing Xue2012-11-22
* tipc: remove the bearer congestion mechanismYing Xue2012-11-21
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-13
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-13
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-30
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-24
* tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens2012-02-06
* tipc: Remove obsolete broadcast tag capabilityAllan Stephens2012-02-06
* tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens2012-02-06
* tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens2012-02-06
* tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens2012-02-06
* tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens2012-02-06
* tipc: Add missing broadcast link lock when sending NACKAllan Stephens2012-02-06
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-29
* tipc: rename struct bcbearer* to tipc_bcbearer*Paul Gortmaker2011-12-29
* tipc: rename struct bclink to struct tipc_bclinkPaul Gortmaker2011-12-29
* tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker2011-12-29
* tipc: rename struct media to struct tipc_mediaPaul Gortmaker2011-12-29
* tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens2011-12-27
* tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens2011-12-27
* tipc: Flush unsent broadcast messages when contact with last node is lostAllan Stephens2011-12-27
* tipc: Minor optimization of broadcast link transmit queue statisticAllan Stephens2011-12-27
* tipc: Handle broadcast attempt when no neighboring nodes existAllan Stephens2011-12-27
* tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens2011-12-27
* tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens2011-12-27
* tipc: Remove obsolete congestion handling when sending a broadcast NACKAllan Stephens2011-09-01