summaryrefslogtreecommitdiff
path: root/net/tipc/bcast.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy1-1/+13
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-17tipc: ensure sequential message delivery across dual bearersJon Paul Maloy1-12/+5
2014-07-17tipc: rename temporarily named functionsJon Paul Maloy1-3/+3
2014-07-17tipc: remove unreferenced functionsJon Paul Maloy1-26/+0
2014-07-17tipc: start using the new multicast functionsJon Paul Maloy1-4/+3
2014-07-17tipc: add new functions for multicast and broadcast distributionJon Paul Maloy1-1/+54
2014-07-12tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy1-0/+1
2014-06-12net: 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-06tipc: avoid to asynchronously reset all linksYing Xue1-0/+21
2014-05-06tipc: convert allocations of global variables associated with bclinkYing Xue1-9/+19
2014-05-06tipc: define new functions to operate bc_lockYing Xue1-43/+53
2014-04-23tipc: use bc_lock to protect node map in bearer structureYing Xue1-4/+10
2014-04-23tipc: purge tipc_net_lock lockYing Xue1-4/+2
2014-04-23tipc: decouple the relationship between bearer and linkYing Xue1-4/+4
2014-04-23tipc: 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-19tipc: align tipc function names with common naming practice in the networkYing Xue1-11/+10
2014-02-14tipc: remove bearer_lock from tipc_bearer structYing Xue1-1/+0
2014-02-14tipc: stricter behavior of message reassembly functionJon Paul Maloy1-3/+3
2014-01-08tipc: make link start event synchronousJon Paul Maloy1-1/+1
2013-12-10tipc: remove interface state mirroring in bearerErik Hugne1-6/+0
2013-11-08tipc: message reassembly using fragment chainErik Hugne1-4/+8
2013-11-08tipc: don't reroute message fragmentsErik Hugne1-2/+4
2013-06-18tipc: cosmetic realignment of function argumentsPaul Gortmaker1-2/+1
2013-05-04tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto1-1/+12
2013-05-04tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto1-9/+9
2013-05-04tipc: 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-16tipc: fix missing spinlock init in broadcast codeErik Hugne1-0/+1
2012-11-22tipc: rename supported flag to recv_permittedYing Xue1-3/+3
2012-11-22tipc: remove the bearer congestion mechanismYing Xue1-12/+9
2012-07-14tipc: phase out most of the struct print_buf usageErik Hugne1-34/+29
2012-07-14tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-1/+1
2012-07-11net: 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-25tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens1-6/+6
2012-02-07tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens1-22/+42
2012-02-07tipc: Remove obsolete broadcast tag capabilityAllan Stephens1-1/+0
2012-02-07tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens1-148/+78
2012-02-07tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens1-0/+11
2012-02-07tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens1-0/+2
2012-02-07tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens1-18/+40
2012-02-07tipc: Add missing broadcast link lock when sending NACKAllan Stephens1-0/+2
2011-12-30tipc: rename struct link* to struct tipc_link*Paul Gortmaker1-3/+3
2011-12-30tipc: rename struct bcbearer* to tipc_bcbearer*Paul Gortmaker1-10/+10