aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-17tipc: don't send gap blocks in ACK messagesJon Maloy1-4/+4
2019-12-10tipc: introduce variable window congestion controlJon Maloy1-53/+122
2019-12-10tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy1-1/+5
2019-12-10tipc: eliminate gap indicator from ACK messagesJon Maloy1-5/+9
2019-11-22tipc: update replicast capability for broadcast send linkHoang Le1-1/+1
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-5/+14
2019-11-06tipc: eliminate the dummy packet in link synchingTuong Lien1-15/+14
2019-11-06tipc: reduce sensitive to retransmit failuresHoang Le1-1/+1
2019-11-03tipc: improve message bundling algorithmTuong Lien1-28/+31
2019-10-28tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven1-1/+1
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien1-11/+18
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-40/+52
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy1-7/+7
2019-08-16tipc: fix false detection of retransmit failuresTuong Lien1-40/+52
2019-08-01tipc: reduce risk of wakeup queue starvationJon Maloy1-8/+21
2019-07-25tipc: fix changeover issues due to large packetTuong Lien1-14/+79
2019-07-25tipc: optimize link synching mechanismTuong Lien1-0/+26
2019-07-01tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy1-5/+4
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy1-1/+1
2019-06-25tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy1-1/+1
2019-06-25tipc: simplify stale link failure criteriaJon Maloy1-7/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2019-06-18tipc: fix issues with early FAILOVER_MSG from peerTuong Lien1-1/+0
2019-06-17tipc: include retrans failure detection for unicastTuong Lien1-36/+70
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien1-0/+35
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-6/+6
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2019-04-16tipc: fix link established but not in sessionTuong Lien1-0/+2
2019-04-04tipc: adapt link failover for new Gap-ACK algorithmTuong Lien1-26/+80
2019-04-04tipc: reduce duplicate packets for unicast trafficTuong Lien1-10/+16
2019-04-04tipc: improve TIPC throughput by Gap ACK blocksTuong Lien1-10/+124
2019-03-19tipc: support broadcast/replicast configurable for bc-linkHoang Le1-0/+8
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+16
2019-02-11tipc: fix link session and re-establish issuesTuong Lien1-0/+15
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-12-19tipc: fix uninitialized value for broadcast retransmissionHoang Le1-0/+8
2018-12-19tipc: add trace_events for tipc linkTuong Lien1-1/+32
2018-12-19tipc: enable tracepoints in tipcTuong Lien1-0/+120
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2018-11-11tipc: fix link re-establish failureJon Maloy1-4/+7
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh1-46/+13
2018-10-15tipc: initialize broadcast link stale counter correctlyJon Maloy1-0/+1
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue1-2/+9
2018-10-10tipc: set link tolerance correctly in broadcast linkJon Maloy1-5/+11
2018-10-01tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh1-0/+3
2018-09-29tipc: fix failover problemLUU Duc Canh1-0/+35
2018-09-25tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan1-1/+6
2018-07-21tipc: make some functions staticYueHaibing1-5/+6