summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* tipc: make replicast a user selectable optionJon Paul Maloy2017-01-201-0/+4
* tipc: introduce replicast as transport option for multicastJon Paul Maloy2017-01-201-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-1/+1
|\
| * tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-161-1/+1
* | tipc: reduce risk of user starvation during link congestionJon Paul Maloy2017-01-031-43/+32
|/
* tipc: fix link statistics counter errorsJon Paul Maloy2016-11-271-16/+19
* tipc: fix compatibility bug in link monitoringJon Paul Maloy2016-11-251-2/+3
* tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-291-0/+2
* 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