summaryrefslogtreecommitdiff
path: root/net/tipc/link.c
Commit message (Expand)AuthorAge
* tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy2016-09-02
* tipc: rate limit broadcast retransmissionsJon Paul Maloy2016-09-02
* tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-02
* tipc: ensure that link congestion and wakeup use same criteriaJon Paul Maloy2016-08-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-24
|\
| * tipc: ensure correct broadcast send buffer release when peer is lostJon Paul Maloy2016-07-11
| * tipc: extend broadcast link initialization criteriaJon Paul Maloy2016-07-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-30
|\ \ | |/
| * tipc: eliminate uninitialized variable warningYing Xue2016-06-15
* | tipc: add neighbor monitoring frameworkJon Paul Maloy2016-06-15
* | tipc: change node timer unit from jiffies to msJon Paul Maloy2016-06-08
|/
* tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan2016-04-24
* tipc: let first message on link be a state messageJon Paul Maloy2016-04-15
* tipc: refactor function tipc_link_timeout()Jon Paul Maloy2016-04-15
* tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy2016-04-15
* tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy2016-04-15
* tipc: move netlink policies to netlink.cRichard Alpe2016-03-07
* tipc: remove pre-allocated message header in link structJon Paul Maloy2016-03-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-23
|\
| * tipc: unlock in error pathInsu Yun2016-02-19
* | tipc: refactor node xmit and fix memory leaksRichard Alpe2016-02-16
* | tipc: fix link priority propagationRichard Alpe2016-02-06
* | tipc: fix link attribute propagation bugRichard Alpe2016-02-06
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-03
|\
| * tipc: correct settings of broadcast link stateJon Paul Maloy2015-11-20
* | tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-20
* | tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-20
* | tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-20
* | tipc: convert node lock to rwlockJon Paul Maloy2015-11-20
* | tipc: introduce per-link spinlockJon Paul Maloy2015-11-20
* | tipc: move linearization of buffers to generic codeJon Paul Maloy2015-11-20
|/
* tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-25
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-24
* tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-24
* tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy2015-10-24
* tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-24
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-24
* tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-24
* tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-24
* tipc: make struct tipc_link generic to support broadcastJon Paul Maloy2015-10-24
* tipc: use explicit allocation of broadcast send linkJon Paul Maloy2015-10-24
* tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-24
* tipc: update node FSM when peer RESET message is receivedJon Paul Maloy2015-10-15
* tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-15
* tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-15
* tipc: disallow packet duplicates in link deferred queueJon Paul Maloy2015-10-15
* tipc: improve sequence number checkingJon Paul Maloy2015-10-15
* tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy2015-10-15
* tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy2015-10-15
* tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-23