aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
AgeCommit message (Expand)Author
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
2016-02-06tipc: fix link priority propagationRichard Alpe
2016-02-06tipc: fix link attribute propagation bugRichard Alpe
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-20tipc: correct settings of broadcast link stateJon Paul Maloy
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy
2015-11-20tipc: introduce per-link spinlockJon Paul Maloy
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy
2015-10-25tipc: link_is_bc_sndlink() can be staticWu Fengguang
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersJon Paul Maloy
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy
2015-10-24tipc: use explicit allocation of broadcast send linkJon Paul Maloy