| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | tipc: optimize link synching mechanism | Tuong Lien | 2019-07-26 | 1 | -0/+26 |
|/ |
|
* | tipc: embed jiffies in macro TIPC_BC_RETR_LIM | Jon Maloy | 2019-07-02 | 1 | -5/+4 |
* | tipc: rename function msg_get_wrapped() to msg_inner_hdr() | Jon Maloy | 2019-06-25 | 1 | -1/+1 |
* | tipc: eliminate unnecessary skb expansion during retransmission | Jon Maloy | 2019-06-25 | 1 | -1/+1 |
* | tipc: simplify stale link failure criteria | Jon Maloy | 2019-06-25 | 1 | -7/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-22 | 1 | -1/+0 |
|\ |
|
| * | tipc: fix issues with early FAILOVER_MSG from peer | Tuong Lien | 2019-06-18 | 1 | -1/+0 |
* | | tipc: include retrans failure detection for unicast | Tuong Lien | 2019-06-17 | 1 | -36/+70 |
|/ |
|
* | tipc: fix missing Name entries due to half-failover | Tuong Lien | 2019-05-04 | 1 | -0/+35 |
* | netlink: make validation more configurable for future strictness | Johannes Berg | 2019-04-27 | 1 | -2/+2 |
* | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 2019-04-27 | 1 | -6/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-17 | 1 | -0/+2 |
|\ |
|
| * | tipc: fix link established but not in session | Tuong Lien | 2019-04-17 | 1 | -0/+2 |
* | | tipc: adapt link failover for new Gap-ACK algorithm | Tuong Lien | 2019-04-05 | 1 | -26/+80 |
* | | tipc: reduce duplicate packets for unicast traffic | Tuong Lien | 2019-04-05 | 1 | -10/+16 |
* | | tipc: improve TIPC throughput by Gap ACK blocks | Tuong Lien | 2019-04-05 | 1 | -10/+124 |
* | | tipc: support broadcast/replicast configurable for bc-link | Hoang Le | 2019-03-19 | 1 | -0/+8 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-15 | 1 | -1/+16 |
|\ |
|
| * | tipc: fix link session and re-establish issues | Tuong Lien | 2019-02-12 | 1 | -0/+15 |
| * | tipc: fix skb may be leaky in tipc_link_input | Hoang Le | 2019-02-12 | 1 | -1/+1 |
* | | tipc: mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-01-23 | 1 | -1/+1 |
|/ |
|
* | tipc: fix uninitialized value for broadcast retransmission | Hoang Le | 2018-12-19 | 1 | -0/+8 |
* | tipc: add trace_events for tipc link | Tuong Lien | 2018-12-19 | 1 | -1/+32 |
* | tipc: enable tracepoints in tipc | Tuong Lien | 2018-12-19 | 1 | -0/+120 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-11-12 | 1 | -4/+7 |
|\ |
|
| * | tipc: fix link re-establish failure | Jon Maloy | 2018-11-11 | 1 | -4/+7 |
* | | tipc: improve broadcast retransmission algorithm | LUU Duc Canh | 2018-11-11 | 1 | -46/+13 |
|/ |
|
* | tipc: initialize broadcast link stale counter correctly | Jon Maloy | 2018-10-16 | 1 | -0/+1 |
* | tipc: eliminate possible recursive locking detected by LOCKDEP | Ying Xue | 2018-10-11 | 1 | -2/+9 |
* | tipc: set link tolerance correctly in broadcast link | Jon Maloy | 2018-10-11 | 1 | -5/+11 |
* | tipc: ignore STATE_MSG on wrong link session | LUU Duc Canh | 2018-10-02 | 1 | -0/+3 |
* | tipc: fix failover problem | LUU Duc Canh | 2018-09-29 | 1 | -0/+35 |
* | tipc: lock wakeup & inputq at tipc_link_reset() | Parthasarathy Bhuvaragan | 2018-09-26 | 1 | -1/+6 |
* | tipc: make some functions static | YueHaibing | 2018-07-22 | 1 | -5/+6 |
* | tipc: remove unused tipc_link_is_active | YueHaibing | 2018-07-18 | 1 | -5/+0 |
* | tipc: check session number before accepting link protocol messages | Jon Maloy | 2018-07-12 | 1 | -21/+47 |
* | tipc: add sequence number check for link STATE messages | Jon Maloy | 2018-07-12 | 1 | -0/+16 |
* | tipc: extend link reset criteria for stale packet retransmission | Jon Maloy | 2018-07-07 | 1 | -19/+24 |
* | tipc: mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-07-05 | 1 | -0/+1 |
* | tipc: avoid possible string overflow | Jon Maloy | 2018-04-01 | 1 | -1/+2 |
* | tipc: replace name table service range array with rb tree | Jon Maloy | 2018-04-01 | 1 | -1/+1 |
* | tipc: handle collisions of 32-bit node address hash values | Jon Maloy | 2018-03-23 | 1 | -9/+17 |
* | tipc: add 128-bit node identifier | Jon Maloy | 2018-03-23 | 1 | -1/+5 |
* | tipc: remove direct accesses to own_addr field in struct tipc_net | Jon Maloy | 2018-03-23 | 1 | -5/+4 |
* | tipc: remove restrictions on node address values | Jon Maloy | 2018-03-23 | 1 | -4/+2 |
* | tipc: apply bearer link tolerance on running links | Jon Maloy | 2018-02-14 | 1 | -1/+2 |
* | tipc: fall back to smaller MTU if allocation of local send skb fails | Jon Maloy | 2017-12-01 | 1 | -1/+1 |
* | tipc: improve link resiliency when rps is activated | Jon Maloy | 2017-11-11 | 1 | -11/+15 |
* | tipc: fix rebasing error | Jon Maloy | 2017-10-16 | 1 | -0/+1 |
* | tipc: guarantee delivery of UP event before first broadcast | Jon Maloy | 2017-10-13 | 1 | -2/+5 |