summaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
Commit message (Expand)AuthorAgeFilesLines
...
* tipc: convert legacy nl link stat to nl compatRichard Alpe2015-02-091-43/+0Star
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-091-1/+1
* tipc: eliminate race condition at multicast receptionJon Paul Maloy2015-02-061-22/+35
* tipc: simplify socket multicast receptionJon Paul Maloy2015-02-061-48/+1Star
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-061-9/+11
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-061-2/+5
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-3/+3
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-121-157/+140Star
* tipc: make bearer list support net namespaceYing Xue2015-01-121-10/+17
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-12/+12
* tipc: involve namespace infrastructureYing Xue2015-01-121-5/+10
* tipc: fix bug in broadcast retransmit codeJon Maloy2015-01-121-2/+3
* tipc: fix missing spinlock init and nullptr oopsErik Hugne2014-12-091-3/+6
* tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-261-10/+10
* tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue2014-11-261-12/+8Star
* tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-261-38/+29Star
* tipc: clean up the process of link pushing packetsYing Xue2014-11-261-1/+1
* tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-241-1/+2
* 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/+0Star
* 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-171-12/+5Star
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-171-3/+3
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-171-26/+0Star
* tipc: start using the new multicast functionsJon Paul Maloy2014-07-171-4/+3Star
* tipc: add new functions for multicast and broadcast distributionJon Paul Maloy2014-07-171-1/+54
* tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy2014-07-121-0/+1
* net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-121-1/+1
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-141-7/+3Star
* 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-231-4/+10
* tipc: purge tipc_net_lock lockYing Xue2014-04-231-4/+2Star
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-231-4/+4
* tipc: convert bearer_list to RCU listYing Xue2014-04-231-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/+2Star
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-11/+10Star
* tipc: remove bearer_lock from tipc_bearer structYing Xue2014-02-131-1/+0Star
* tipc: stricter behavior of message reassembly functionJon Paul Maloy2014-02-131-3/+3
* tipc: make link start event synchronousJon Paul Maloy2014-01-081-1/+1
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-101-6/+0Star
* tipc: message reassembly using fragment chainErik Hugne2013-11-081-4/+8
* tipc: don't reroute message fragmentsErik Hugne2013-11-081-2/+4
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-181-2/+1Star
* 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