summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+2
|\
| * net: tipc: kerneldoc fixesLu Wei2020-09-151-1/+2
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | tipc: add automatic session key exchangeTuong Lien2020-09-181-0/+5
* | tipc: Remove unused macro TIPC_NACK_INTVYueHaibing2020-08-311-5/+0
* | net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-181-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
|\
| * tipc: allow to build NACK message in link timeout functionTung Nguyen2020-07-201-1/+1
* | net: tipc: kerneldoc fixesAndrew Lunn2020-07-131-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-8/+18
|\|
| * tipc: fix retransmission on unicast linksHamish Martin2020-07-081-8/+18
* | tipc: Use struct_size() helperGustavo A. R. Silva2020-06-191-4/+4
* | tipc: update a binding service via broadcastHoang Huu Le2020-06-171-1/+1
|/
* tipc: add support for broadcast rcv stats dumpingTuong Lien2020-05-261-32/+33
* tipc: enable broadcast retrans via unicastTuong Lien2020-05-261-4/+6
* tipc: add back link trace eventsTuong Lien2020-05-261-0/+3
* tipc: introduce Gap ACK blocks for broadcast linkTuong Lien2020-05-261-174/+251
* tipc: fix incorrect increasing of link windowTuong Lien2020-04-151-1/+1
* 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