summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: don't send gap blocks in ACK messagesJon Maloy2019-12-171-4/+4
* tipc: introduce variable window congestion controlJon Maloy2019-12-101-53/+122
* tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy2019-12-101-1/+5
* tipc: eliminate gap indicator from ACK messagesJon Maloy2019-12-101-5/+9
* tipc: update replicast capability for broadcast send linkHoang Le2019-11-221-1/+1
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-5/+14
* tipc: eliminate the dummy packet in link synchingTuong Lien2019-11-061-15/+14
* tipc: reduce sensitive to retransmit failuresHoang Le2019-11-061-1/+1
* tipc: improve message bundling algorithmTuong Lien2019-11-031-28/+31
* tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven2019-10-281-1/+1
* tipc: fix unlimited bundling of small messagesTuong Lien2019-10-021-11/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-40/+52
|\
| * tipc: fix false detection of retransmit failuresTuong Lien2019-08-161-40/+52
* | tipc: clean up skb list lock handling on send pathJon Maloy2019-08-181-7/+7
* | tipc: reduce risk of wakeup queue starvationJon Maloy2019-08-011-8/+21
* | tipc: fix changeover issues due to large packetTuong Lien2019-07-251-14/+79
* | tipc: optimize link synching mechanismTuong Lien2019-07-251-0/+26
|/
* tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy2019-07-011-5/+4
* tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy2019-06-251-1/+1
* tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy2019-06-251-1/+1
* tipc: simplify stale link failure criteriaJon Maloy2019-06-251-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-1/+0
|\
| * tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2019-06-181-1/+0
* | tipc: include retrans failure detection for unicastTuong Lien2019-06-171-36/+70
|/
* tipc: fix missing Name entries due to half-failoverTuong Lien2019-05-041-0/+35
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-0/+2
|\
| * tipc: fix link established but not in sessionTuong Lien2019-04-161-0/+2
* | tipc: adapt link failover for new Gap-ACK algorithmTuong Lien2019-04-041-26/+80
* | tipc: reduce duplicate packets for unicast trafficTuong Lien2019-04-041-10/+16
* | tipc: improve TIPC throughput by Gap ACK blocksTuong Lien2019-04-041-10/+124
* | tipc: support broadcast/replicast configurable for bc-linkHoang Le2019-03-191-0/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-1/+16
|\
| * tipc: fix link session and re-establish issuesTuong Lien2019-02-111-0/+15
| * tipc: fix skb may be leaky in tipc_link_inputHoang Le2019-02-111-1/+1
* | tipc: mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-1/+1
|/
* tipc: fix uninitialized value for broadcast retransmissionHoang Le2018-12-191-0/+8
* tipc: add trace_events for tipc linkTuong Lien2018-12-191-1/+32
* tipc: enable tracepoints in tipcTuong Lien2018-12-191-0/+120
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-111-4/+7
|\
| * tipc: fix link re-establish failureJon Maloy2018-11-111-4/+7
* | tipc: improve broadcast retransmission algorithmLUU Duc Canh2018-11-111-46/+13
|/
* tipc: initialize broadcast link stale counter correctlyJon Maloy2018-10-151-0/+1
* tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue2018-10-111-2/+9
* tipc: set link tolerance correctly in broadcast linkJon Maloy2018-10-101-5/+11
* tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh2018-10-011-0/+3
* tipc: fix failover problemLUU Duc Canh2018-09-291-0/+35
* tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan2018-09-251-1/+6
* tipc: make some functions staticYueHaibing2018-07-211-5/+6