aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-07-20tipc: allow to build NACK message in link timeout functionGravatar Tung Nguyen 1-1/+1
2020-07-13net: tipc: kerneldoc fixesGravatar Andrew Lunn 1-3/+3
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-8/+18
2020-07-08tipc: fix retransmission on unicast linksGravatar Hamish Martin 1-8/+18
2020-06-19tipc: Use struct_size() helperGravatar Gustavo A. R. Silva 1-4/+4
2020-06-17tipc: update a binding service via broadcastGravatar Hoang Huu Le 1-1/+1
2020-05-26tipc: add support for broadcast rcv stats dumpingGravatar Tuong Lien 1-32/+33
2020-05-26tipc: enable broadcast retrans via unicastGravatar Tuong Lien 1-4/+6
2020-05-26tipc: add back link trace eventsGravatar Tuong Lien 1-0/+3
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkGravatar Tuong Lien 1-174/+251
2020-04-15tipc: fix incorrect increasing of link windowGravatar Tuong Lien 1-1/+1
2019-12-17tipc: don't send gap blocks in ACK messagesGravatar Jon Maloy 1-4/+4
2019-12-10tipc: introduce variable window congestion controlGravatar Jon Maloy 1-53/+122
2019-12-10tipc: eliminate more unnecessary nacks and retransmissionsGravatar Jon Maloy 1-1/+5
2019-12-10tipc: eliminate gap indicator from ACK messagesGravatar Jon Maloy 1-5/+9
2019-11-22tipc: update replicast capability for broadcast send linkGravatar Hoang Le 1-1/+1
2019-11-08tipc: introduce TIPC encryption & authenticationGravatar Tuong Lien 1-5/+14
2019-11-06tipc: eliminate the dummy packet in link synchingGravatar Tuong Lien 1-15/+14
2019-11-06tipc: reduce sensitive to retransmit failuresGravatar Hoang Le 1-1/+1
2019-11-03tipc: improve message bundling algorithmGravatar Tuong Lien 1-28/+31
2019-10-28tipc: Spelling s/enpoint/endpoint/Gravatar Geert Uytterhoeven 1-1/+1
2019-10-02tipc: fix unlimited bundling of small messagesGravatar Tuong Lien 1-11/+18
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-40/+52
2019-08-18tipc: clean up skb list lock handling on send pathGravatar Jon Maloy 1-7/+7
2019-08-16tipc: fix false detection of retransmit failuresGravatar Tuong Lien 1-40/+52
2019-08-01tipc: reduce risk of wakeup queue starvationGravatar Jon Maloy 1-8/+21
2019-07-25tipc: fix changeover issues due to large packetGravatar Tuong Lien 1-14/+79
2019-07-25tipc: optimize link synching mechanismGravatar Tuong Lien 1-0/+26
2019-07-01tipc: embed jiffies in macro TIPC_BC_RETR_LIMGravatar Jon Maloy 1-5/+4
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Gravatar Jon Maloy 1-1/+1
2019-06-25tipc: eliminate unnecessary skb expansion during retransmissionGravatar Jon Maloy 1-1/+1
2019-06-25tipc: simplify stale link failure criteriaGravatar Jon Maloy 1-7/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+0
2019-06-18tipc: fix issues with early FAILOVER_MSG from peerGravatar Tuong Lien 1-1/+0
2019-06-17tipc: include retrans failure detection for unicastGravatar Tuong Lien 1-36/+70
2019-05-04tipc: fix missing Name entries due to half-failoverGravatar Tuong Lien 1-0/+35
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-6/+6
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2019-04-16tipc: fix link established but not in sessionGravatar Tuong Lien 1-0/+2
2019-04-04tipc: adapt link failover for new Gap-ACK algorithmGravatar Tuong Lien 1-26/+80
2019-04-04tipc: reduce duplicate packets for unicast trafficGravatar Tuong Lien 1-10/+16
2019-04-04tipc: improve TIPC throughput by Gap ACK blocksGravatar Tuong Lien 1-10/+124
2019-03-19tipc: support broadcast/replicast configurable for bc-linkGravatar Hoang Le 1-0/+8
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+16
2019-02-11tipc: fix link session and re-establish issuesGravatar Tuong Lien 1-0/+15
2019-02-11tipc: fix skb may be leaky in tipc_link_inputGravatar Hoang Le 1-1/+1
2019-01-23tipc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+1
2018-12-19tipc: fix uninitialized value for broadcast retransmissionGravatar Hoang Le 1-0/+8