summaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-021-3/+5
* tipc: remove pre-allocated message header in link structJon Paul Maloy2016-03-061-5/+0
* tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-201-122/+4
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-241-798/+17
* tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-241-1/+1
* tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-241-4/+11
* tipc: simplify bearer level broadcastJon Paul Maloy2015-10-241-33/+110
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-241-31/+132
* tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-241-0/+1
* tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-241-47/+51
* tipc: use explicit allocation of broadcast send linkJon Paul Maloy2015-10-241-43/+46
* tipc: create broadcast transmission link at namespace initJon Paul Maloy2015-10-241-2/+13
* tipc: move broadcast link lock to struct tipc_netJon Paul Maloy2015-10-241-9/+3
* tipc: move bcast definitions to bcast.cJon Paul Maloy2015-10-241-24/+93
* tipc: extend broadcast link window sizeJon Paul Maloy2015-10-211-3/+5
* net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy2015-09-081-1/+29
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-201-0/+23
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-201-1/+0
* tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy2015-07-201-3/+2
* tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy2015-07-201-1/+1
* tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy2015-06-281-0/+5
* tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-141-5/+1
* tipc: rename fields in struct tipc_linkJon Paul Maloy2015-05-141-9/+9
* tipc: add broadcast link window set/get to nl apiRichard Alpe2015-05-091-0/+21
* tipc: simplify link mtu negotiationJon Paul Maloy2015-04-021-2/+2
* tipc: involve reference counter for node structureYing Xue2015-03-291-2/+3
* tipc: fix potential deadlock when all links are resetYing Xue2015-03-291-22/+1
* tipc: introduce starvation free send algorithmJon Paul Maloy2015-03-251-1/+1
* tipc: fix a link reset issue due to retransmission failuresYing Xue2015-03-251-3/+5
* tipc: clean up handling of message prioritiesJon Paul Maloy2015-03-141-1/+0
* tipc: split link outqueueJon Paul Maloy2015-03-141-28/+20
* tipc: eliminate unnecessary call to broadcast ack functionJon Paul Maloy2015-03-141-0/+4
* tipc: convert legacy nl link stat to nl compatRichard Alpe2015-02-091-43/+0
* 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-051-22/+35
* tipc: simplify socket multicast receptionJon Paul Maloy2015-02-051-48/+1
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-051-9/+11
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-051-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/+140
* 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/+8
* tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-261-38/+29
* 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
OpenPOWER on IntegriCloud