summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: avoid possible string overflowJon Maloy2018-03-311-1/+2
* tipc: replace name table service range array with rb treeJon Maloy2018-03-311-1/+1
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-231-9/+17
* tipc: add 128-bit node identifierJon Maloy2018-03-231-1/+5
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-231-5/+4
* tipc: remove restrictions on node address valuesJon Maloy2018-03-231-4/+2
* tipc: apply bearer link tolerance on running linksJon Maloy2018-02-141-1/+2
* tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy2017-12-011-1/+1
* tipc: improve link resiliency when rps is activatedJon Maloy2017-11-111-11/+15
* tipc: fix rebasing errorJon Maloy2017-10-161-0/+1
* tipc: guarantee delivery of UP event before first broadcastJon Maloy2017-10-131-2/+5
* tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-131-3/+2
* tipc: introduce communication groupsJon Maloy2017-10-131-1/+2
* tipc: don't reset stale broadcast send linkJon Paul Maloy2017-08-211-10/+13
* 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
OpenPOWER on IntegriCloud