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