summaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
Commit message (Expand)AuthorAgeFilesLines
...
* tipc: add link get/dump to new netlink apiRichard Alpe2014-11-211-0/+111
* tipc: fix bug in multicast congestion handlingJon Maloy2014-10-071-1/+13
* tipc: remove include file port.hJon Paul Maloy2014-08-231-1/+0
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-231-3/+4
* tipc: ensure sequential message delivery across dual bearersJon Paul Maloy2014-07-161-12/+5
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-161-3/+3
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-161-26/+0
* tipc: start using the new multicast functionsJon Paul Maloy2014-07-161-4/+3
* tipc: add new functions for multicast and broadcast distributionJon Paul Maloy2014-07-161-1/+54
* tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy2014-07-111-0/+1
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-111-1/+1
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-141-7/+3
* tipc: avoid to asynchronously reset all linksYing Xue2014-05-051-0/+21
* tipc: convert allocations of global variables associated with bclinkYing Xue2014-05-051-9/+19
* tipc: define new functions to operate bc_lockYing Xue2014-05-051-43/+53
* tipc: use bc_lock to protect node map in bearer structureYing Xue2014-04-221-4/+10
* tipc: purge tipc_net_lock lockYing Xue2014-04-221-4/+2
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-221-4/+4
* tipc: convert bearer_list to RCU listYing Xue2014-04-221-3/+6
* tipc: make broadcast bearer store in bearer_list arrayYing Xue2014-03-271-3/+5
* tipc: remove active flag from tipc_bearer structureYing Xue2014-03-271-1/+1
* tipc: convert tipc_bearers array to pointer listYing Xue2014-03-271-3/+2
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-11/+10
* tipc: remove bearer_lock from tipc_bearer structYing Xue2014-02-131-1/+0
* tipc: stricter behavior of message reassembly functionJon Paul Maloy2014-02-131-3/+3
* tipc: make link start event synchronousJon Paul Maloy2014-01-071-1/+1
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-091-6/+0
* tipc: message reassembly using fragment chainErik Hugne2013-11-071-4/+8
* tipc: don't reroute message fragmentsErik Hugne2013-11-071-2/+4
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-171-2/+1
* tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto2013-05-031-1/+12
* tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto2013-05-031-9/+9
* tipc: cosmetic: clean up comments and break a long lineGerlando Falauto2013-05-031-6/+7
* tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy2013-04-171-2/+2
* tipc: fix missing spinlock init in broadcast codeErik Hugne2013-02-151-0/+1
* tipc: rename supported flag to recv_permittedYing Xue2012-11-221-3/+3
* tipc: remove the bearer congestion mechanismYing Xue2012-11-211-12/+9
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-131-34/+29
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-131-1/+1
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-5/+5
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-22/+0
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-241-6/+6
* tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens2012-02-061-22/+42
* tipc: Remove obsolete broadcast tag capabilityAllan Stephens2012-02-061-1/+0
* tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens2012-02-061-148/+78
* tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens2012-02-061-0/+11
* tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens2012-02-061-0/+2
* tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens2012-02-061-18/+40
* tipc: Add missing broadcast link lock when sending NACKAllan Stephens2012-02-061-0/+2
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-291-3/+3
OpenPOWER on IntegriCloud