summaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
AgeCommit message (Expand)AuthorLines
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe-43/+0
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe-1/+1
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy-22/+35
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy-48/+1
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy-9/+11
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy-2/+5
2015-01-12tipc: make tipc node address support net namespaceYing Xue-3/+3
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue-157/+140
2015-01-12tipc: make bearer list support net namespaceYing Xue-10/+17
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue-12/+12
2015-01-12tipc: involve namespace infrastructureYing Xue-5/+10
2015-01-12tipc: fix bug in broadcast retransmit codeJon Maloy-2/+3
2014-12-09tipc: fix missing spinlock init and nullptr oopsErik Hugne-3/+6
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue-10/+10
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue-12/+8
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue-38/+29
2014-11-26tipc: clean up the process of link pushing packetsYing Xue-1/+1
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe-1/+2
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe-0/+111
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy-1/+13
2014-08-23tipc: remove include file port.hJon Paul Maloy-1/+0
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy-3/+4
2014-07-16tipc: ensure sequential message delivery across dual bearersJon Paul Maloy-12/+5
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy-3/+3
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy-26/+0
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy-4/+3
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy-1/+54
2014-07-11tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy-0/+1
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila-1/+1
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy-7/+3
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue-0/+21
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue-9/+19
2014-05-05tipc: define new functions to operate bc_lockYing Xue-43/+53
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue-4/+10
2014-04-22tipc: purge tipc_net_lock lockYing Xue-4/+2
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue-4/+4
2014-04-22tipc: convert bearer_list to RCU listYing Xue-3/+6
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue-3/+5
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue-1/+1
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue-3/+2
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue-11/+10
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue-1/+0
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy-3/+3
2014-01-07tipc: make link start event synchronousJon Paul Maloy-1/+1
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne-6/+0
2013-11-07tipc: message reassembly using fragment chainErik Hugne-4/+8
2013-11-07tipc: don't reroute message fragmentsErik Hugne-2/+4
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker-2/+1
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto-1/+12
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto-9/+9