aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
Commit message (Expand)AuthorAge
* tipc: simplify link mtu negotiationJon Paul Maloy2015-04-02
* tipc: involve reference counter for node structureYing Xue2015-03-29
* tipc: fix potential deadlock when all links are resetYing Xue2015-03-29
* tipc: introduce starvation free send algorithmJon Paul Maloy2015-03-25
* tipc: fix a link reset issue due to retransmission failuresYing Xue2015-03-25
* tipc: clean up handling of message prioritiesJon Paul Maloy2015-03-14
* tipc: split link outqueueJon Paul Maloy2015-03-14
* tipc: eliminate unnecessary call to broadcast ack functionJon Paul Maloy2015-03-14
* tipc: convert legacy nl link stat to nl compatRichard Alpe2015-02-09
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-09
* tipc: eliminate race condition at multicast receptionJon Paul Maloy2015-02-05
* tipc: simplify socket multicast receptionJon Paul Maloy2015-02-05
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-05
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-05
* tipc: make tipc node address support net namespaceYing Xue2015-01-12
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-12
* tipc: make bearer list support net namespaceYing Xue2015-01-12
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-12
* tipc: involve namespace infrastructureYing Xue2015-01-12
* tipc: fix bug in broadcast retransmit codeJon Maloy2015-01-12
* tipc: fix missing spinlock init and nullptr oopsErik Hugne2014-12-09
* tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-26
* tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue2014-11-26
* tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-26
* tipc: clean up the process of link pushing packetsYing Xue2014-11-26
* tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-24
* tipc: add link get/dump to new netlink apiRichard Alpe2014-11-21
* tipc: fix bug in multicast congestion handlingJon Maloy2014-10-07
* tipc: remove include file port.hJon Paul Maloy2014-08-23
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-23
* tipc: ensure sequential message delivery across dual bearersJon Paul Maloy2014-07-17
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-17
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-17
* tipc: start using the new multicast functionsJon Paul Maloy2014-07-17
* tipc: add new functions for multicast and broadcast distributionJon Paul Maloy2014-07-17
* tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy2014-07-11
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-11
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-14
* 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