aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy1-1/+1
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy1-11/+15
2017-10-16tipc: fix rebasing errorJon Maloy1-0/+1
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy1-2/+5
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy1-3/+2
2017-10-13tipc: introduce communication groupsJon Maloy1-1/+2
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy1-10/+13
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy1-0/+4
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy1-1/+7
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan1-1/+1
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy1-43/+32
2016-11-27tipc: fix link statistics counter errorsJon Paul Maloy1-16/+19
2016-11-25tipc: fix compatibility bug in link monitoringJon Paul Maloy1-2/+3
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy1-0/+2
2016-09-02tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy1-7/+16
2016-09-02tipc: rate limit broadcast retransmissionsJon Paul Maloy1-5/+47
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy1-13/+51
2016-08-18tipc: ensure that link congestion and wakeup use same criteriaJon Paul Maloy1-8/+10
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2016-07-11tipc: ensure correct broadcast send buffer release when peer is lostJon Paul Maloy1-0/+2
2016-07-11tipc: extend broadcast link initialization criteriaJon Paul Maloy1-1/+6
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-06-15tipc: eliminate uninitialized variable warningYing Xue1-1/+2
2016-06-15tipc: add neighbor monitoring frameworkJon Paul Maloy1-12/+37
2016-06-08tipc: change node timer unit from jiffies to msJon Paul Maloy1-2/+0
2016-04-24tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan1-2/+1
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy1-3/+3
2016-04-15tipc: refactor function tipc_link_timeout()Jon Paul Maloy1-20/+16
2016-04-15tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy1-3/+4
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy1-1/+9
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe1-8/+0
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy1-69/+45
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-02-19tipc: unlock in error pathInsu Yun1-1/+3
2016-02-16tipc: refactor node xmit and fix memory leaksRichard Alpe1-2/+6
2016-02-06tipc: fix link priority propagationRichard Alpe1-0/+6
2016-02-06tipc: fix link attribute propagation bugRichard Alpe1-25/+6
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-11-20tipc: correct settings of broadcast link stateJon Paul Maloy1-0/+2
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy1-2/+2
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy1-8/+338
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy1-334/+3
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy1-16/+16
2015-11-20tipc: introduce per-link spinlockJon Paul Maloy1-4/+5
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy1-0/+2
2015-10-25tipc: link_is_bc_sndlink() can be staticWu Fengguang1-4/+4
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy1-214/+8
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy1-14/+17