summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix false detection of retransmit failuresTuong Lien2019-08-171-40/+52
* tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy2019-07-021-5/+4Star
* 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/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-1/+0Star
|\
| * tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2019-06-181-1/+0Star
* | 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-171-0/+2
* | tipc: adapt link failover for new Gap-ACK algorithmTuong Lien2019-04-051-26/+80
* | tipc: reduce duplicate packets for unicast trafficTuong Lien2019-04-051-10/+16
* | tipc: improve TIPC throughput by Gap ACK blocksTuong Lien2019-04-051-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-121-0/+15
| * tipc: fix skb may be leaky in tipc_link_inputHoang Le2019-02-121-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-121-4/+7
|\
| * tipc: fix link re-establish failureJon Maloy2018-11-111-4/+7
* | tipc: improve broadcast retransmission algorithmLUU Duc Canh2018-11-111-46/+13Star
|/
* tipc: initialize broadcast link stale counter correctlyJon Maloy2018-10-161-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-111-5/+11
* tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh2018-10-021-0/+3
* tipc: fix failover problemLUU Duc Canh2018-09-291-0/+35
* tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan2018-09-261-1/+6
* tipc: make some functions staticYueHaibing2018-07-221-5/+6
* tipc: remove unused tipc_link_is_activeYueHaibing2018-07-181-5/+0Star
* tipc: check session number before accepting link protocol messagesJon Maloy2018-07-121-21/+47
* tipc: add sequence number check for link STATE messagesJon Maloy2018-07-121-0/+16
* tipc: extend link reset criteria for stale packet retransmissionJon Maloy2018-07-071-19/+24
* tipc: mark expected switch fall-throughsGustavo A. R. Silva2018-07-051-0/+1
* tipc: avoid possible string overflowJon Maloy2018-04-011-1/+2
* tipc: replace name table service range array with rb treeJon Maloy2018-04-011-1/+1
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-231-9/+17
* tipc: add 128-bit node identifierJon Maloy2018-03-231-1/+5
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-231-5/+4Star
* tipc: remove restrictions on node address valuesJon Maloy2018-03-231-4/+2Star
* tipc: apply bearer link tolerance on running linksJon Maloy2018-02-141-1/+2
* tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy2017-12-011-1/+1
* tipc: improve link resiliency when rps is activatedJon Maloy2017-11-111-11/+15
* tipc: fix rebasing errorJon Maloy2017-10-161-0/+1
* tipc: guarantee delivery of UP event before first broadcastJon Maloy2017-10-131-2/+5