index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tipc
/
link.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tipc: don't send gap blocks in ACK messages
Jon Maloy
2019-12-17
1
-4
/
+4
*
tipc: introduce variable window congestion control
Jon Maloy
2019-12-11
1
-53
/
+122
*
tipc: eliminate more unnecessary nacks and retransmissions
Jon Maloy
2019-12-11
1
-1
/
+5
*
tipc: eliminate gap indicator from ACK messages
Jon Maloy
2019-12-11
1
-5
/
+9
*
tipc: update replicast capability for broadcast send link
Hoang Le
2019-11-22
1
-1
/
+1
*
tipc: introduce TIPC encryption & authentication
Tuong Lien
2019-11-08
1
-5
/
+14
*
tipc: eliminate the dummy packet in link synching
Tuong Lien
2019-11-07
1
-15
/
+14
*
tipc: reduce sensitive to retransmit failures
Hoang Le
2019-11-07
1
-1
/
+1
*
tipc: improve message bundling algorithm
Tuong Lien
2019-11-04
1
-28
/
+31
*
tipc: Spelling s/enpoint/endpoint/
Geert Uytterhoeven
2019-10-28
1
-1
/
+1
*
tipc: fix unlimited bundling of small messages
Tuong Lien
2019-10-02
1
-11
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-40
/
+52
|
\
|
*
tipc: fix false detection of retransmit failures
Tuong Lien
2019-08-17
1
-40
/
+52
*
|
tipc: clean up skb list lock handling on send path
Jon Maloy
2019-08-18
1
-7
/
+7
*
|
tipc: reduce risk of wakeup queue starvation
Jon Maloy
2019-08-02
1
-8
/
+21
*
|
tipc: fix changeover issues due to large packet
Tuong Lien
2019-07-26
1
-14
/
+79
*
|
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
[next]