aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-23tipc: remove include file port.hJon Paul Maloy1-1/+0
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy1-3/+4
2014-07-16tipc: ensure sequential message delivery across dual bearersJon Paul Maloy1-12/+5
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy1-3/+3
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy1-26/+0
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy1-4/+3
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy1-1/+54
2014-07-11tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy1-0/+1
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila1-1/+1
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy1-7/+3
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue1-0/+21
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue1-9/+19
2014-05-05tipc: define new functions to operate bc_lockYing Xue1-43/+53
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue1-4/+10
2014-04-22tipc: purge tipc_net_lock lockYing Xue1-4/+2
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue1-4/+4
2014-04-22tipc: convert bearer_list to RCU listYing Xue1-3/+6
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue1-3/+5
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue1-1/+1
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue1-3/+2
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue1-11/+10
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue1-1/+0
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy1-3/+3
2014-01-07tipc: make link start event synchronousJon Paul Maloy1-1/+1
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne1-6/+0
2013-11-07tipc: message reassembly using fragment chainErik Hugne1-4/+8
2013-11-07tipc: don't reroute message fragmentsErik Hugne1-2/+4
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