summaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
AgeCommit message (Expand)Author
2014-12-09tipc: fix missing spinlock init and nullptr oopsErik Hugne
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue
2014-11-26tipc: clean up the process of link pushing packetsYing Xue
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy
2014-08-23tipc: remove include file port.hJon Paul Maloy
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy
2014-07-16tipc: ensure sequential message delivery across dual bearersJon Paul Maloy
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy
2014-07-11tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue
2014-05-05tipc: define new functions to operate bc_lockYing Xue
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue
2014-04-22tipc: purge tipc_net_lock lockYing Xue
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue
2014-04-22tipc: convert bearer_list to RCU listYing Xue
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy
2014-01-07tipc: make link start event synchronousJon Paul Maloy
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne
2013-11-07tipc: message reassembly using fragment chainErik Hugne
2013-11-07tipc: don't reroute message fragmentsErik Hugne
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto
2013-05-03tipc: cosmetic: clean up comments and break a long lineGerlando Falauto
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy
2013-02-15tipc: fix missing spinlock init in broadcast codeErik Hugne
2012-11-22tipc: rename supported flag to recv_permittedYing Xue
2012-11-21tipc: remove the bearer congestion mechanismYing Xue
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens
2012-02-06tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens
2012-02-06tipc: Remove obsolete broadcast tag capabilityAllan Stephens