summaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)Author
2018-07-21tipc: make some functions staticYueHaibing
2018-07-18tipc: remove unused tipc_link_is_activeYueHaibing
2018-07-11tipc: check session number before accepting link protocol messagesJon Maloy
2018-07-11tipc: add sequence number check for link STATE messagesJon Maloy
2018-07-07tipc: extend link reset criteria for stale packet retransmissionJon Maloy
2018-07-05tipc: mark expected switch fall-throughsGustavo A. R. Silva
2018-03-31tipc: avoid possible string overflowJon Maloy
2018-03-31tipc: replace name table service range array with rb treeJon Maloy
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy
2018-03-23tipc: add 128-bit node identifierJon Maloy
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy
2018-03-23tipc: remove restrictions on node address valuesJon Maloy
2018-02-14tipc: apply bearer link tolerance on running linksJon Maloy
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy
2017-10-16tipc: fix rebasing errorJon Maloy
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy
2017-10-13tipc: introduce communication groupsJon Maloy
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy
2016-11-27tipc: fix link statistics counter errorsJon Paul Maloy
2016-11-25tipc: fix compatibility bug in link monitoringJon Paul Maloy
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy
2016-09-02tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy
2016-09-02tipc: rate limit broadcast retransmissionsJon Paul Maloy
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy
2016-08-18tipc: ensure that link congestion and wakeup use same criteriaJon Paul Maloy
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-11tipc: ensure correct broadcast send buffer release when peer is lostJon Paul Maloy
2016-07-11tipc: extend broadcast link initialization criteriaJon Paul Maloy
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-15tipc: eliminate uninitialized variable warningYing Xue
2016-06-15tipc: add neighbor monitoring frameworkJon Paul Maloy
2016-06-08tipc: change node timer unit from jiffies to msJon Paul Maloy
2016-04-24tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy
2016-04-15tipc: refactor function tipc_link_timeout()Jon Paul Maloy
2016-04-15tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-19tipc: unlock in error pathInsu Yun
2016-02-16tipc: refactor node xmit and fix memory leaksRichard Alpe