summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
AgeCommit message (Expand)Author
2020-07-20tipc: allow to build NACK message in link timeout functionTung Nguyen
2020-07-08tipc: fix retransmission on unicast linksHamish Martin
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien
2020-05-26tipc: enable broadcast retrans via unicastTuong Lien
2020-05-26tipc: add back link trace eventsTuong Lien
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien
2020-04-15tipc: fix incorrect increasing of link windowTuong Lien
2019-12-17tipc: don't send gap blocks in ACK messagesJon Maloy
2019-12-10tipc: introduce variable window congestion controlJon Maloy
2019-12-10tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy
2019-12-10tipc: eliminate gap indicator from ACK messagesJon Maloy
2019-11-22tipc: update replicast capability for broadcast send linkHoang Le
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien
2019-11-06tipc: eliminate the dummy packet in link synchingTuong Lien
2019-11-06tipc: reduce sensitive to retransmit failuresHoang Le
2019-11-03tipc: improve message bundling algorithmTuong Lien
2019-10-28tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy
2019-08-16tipc: fix false detection of retransmit failuresTuong Lien
2019-08-01tipc: reduce risk of wakeup queue starvationJon Maloy
2019-07-25tipc: fix changeover issues due to large packetTuong Lien
2019-07-25tipc: optimize link synching mechanismTuong Lien
2019-07-01tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy
2019-06-25tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy
2019-06-25tipc: simplify stale link failure criteriaJon Maloy
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-18tipc: fix issues with early FAILOVER_MSG from peerTuong Lien
2019-06-17tipc: include retrans failure detection for unicastTuong Lien
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-16tipc: fix link established but not in sessionTuong Lien
2019-04-04tipc: adapt link failover for new Gap-ACK algorithmTuong Lien
2019-04-04tipc: reduce duplicate packets for unicast trafficTuong Lien
2019-04-04tipc: improve TIPC throughput by Gap ACK blocksTuong Lien
2019-03-19tipc: support broadcast/replicast configurable for bc-linkHoang Le
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-11tipc: fix link session and re-establish issuesTuong Lien
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva
2018-12-19tipc: fix uninitialized value for broadcast retransmissionHoang Le
2018-12-19tipc: add trace_events for tipc linkTuong Lien
2018-12-19tipc: enable tracepoints in tipcTuong Lien
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-11tipc: fix link re-establish failureJon Maloy
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh