index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rxrpc: Reduce the number of PING ACKs sent
David Howells
2016-09-22
2
-3
/
+6
*
rxrpc: Reduce the number of ACK-Requests sent
David Howells
2016-09-22
4
-4
/
+13
*
rxrpc: Obtain RTT data by requesting ACKs on DATA packets
David Howells
2016-09-22
7
-20
/
+57
*
rxrpc: Add ktime_sub_ms()
David Howells
2016-09-22
1
-0
/
+5
*
rxrpc: Expedite ping response transmission
David Howells
2016-09-22
1
-0
/
+4
*
rxrpc: Send pings to get RTT data
David Howells
2016-09-22
4
-8
/
+80
*
rxrpc: Add per-peer RTT tracker
David Howells
2016-09-22
4
-4
/
+131
*
rxrpc: Add re-sent Tx annotation
David Howells
2016-09-22
3
-12
/
+32
*
rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs
David Howells
2016-09-22
6
-88
/
+71
*
Merge branch 'mlxse-resource-query'
David S. Miller
2016-09-21
8
-96
/
+276
|
\
|
*
mlxsw: spectrum: Implement max rif resource
Nogah Frankel
2016-09-21
3
-12
/
+41
|
*
mlxsw: pci: Add max router interface resource
Nogah Frankel
2016-09-21
2
-1
/
+8
|
*
mlxsw: pci: Add some miscellaneous resources
Nogah Frankel
2016-09-21
3
-8
/
+23
|
*
mlxsw: spectrum: Implement max virtual routers resource
Nogah Frankel
2016-09-21
2
-9
/
+38
|
*
mlxsw: pci: Add max virtual routers resource
Nogah Frankel
2016-09-21
2
-1
/
+8
|
*
mlxsw: profile: Add KVD resources to profile config
Nogah Frankel
2016-09-21
4
-22
/
+76
|
*
mlxsw: pci: Add KVD size relate resources
Nogah Frankel
2016-09-21
2
-1
/
+22
|
*
mlxsw: spectrum: lag resources- use resources data instead of consts
Nogah Frankel
2016-09-21
7
-46
/
+50
|
*
mlxsw: pci: Add lag related resources to resources query
Nogah Frankel
2016-09-21
2
-1
/
+15
|
/
*
mlxsw: spectrum: Make offloads stats functions static
Or Gerlitz
2016-09-21
1
-4
/
+4
*
Merge branch 'tcp-bbr'
David S. Miller
2016-09-21
20
-107
/
+1470
|
\
|
*
tcp_bbr: add BBR congestion control
Neal Cardwell
2016-09-21
4
-0
/
+928
|
*
tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88
Neal Cardwell
2016-09-21
1
-2
/
+2
|
*
tcp: new CC hook to set sending rate with rate_sample in any CA state
Yuchung Cheng
2016-09-21
3
-4
/
+19
|
*
tcp: allow congestion control to expand send buffer differently
Yuchung Cheng
2016-09-21
2
-1
/
+5
|
*
tcp: export tcp_mss_to_mtu() for congestion control modules
Neal Cardwell
2016-09-21
1
-0
/
+1
|
*
tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments
Neal Cardwell
2016-09-21
2
-3
/
+8
|
*
tcp: allow congestion control module to request TSO skb segment count
Neal Cardwell
2016-09-21
2
-2
/
+15
|
*
tcp: export data delivery rate
Yuchung Cheng
2016-09-21
4
-3
/
+28
|
*
tcp: track application-limited rate samples
Soheil Hassas Yeganeh
2016-09-21
5
-2
/
+45
|
*
tcp: track data delivery rate for a TCP connection
Yuchung Cheng
2016-09-21
6
-16
/
+222
|
*
tcp: count packets marked lost for a TCP connection
Neal Cardwell
2016-09-21
2
-1
/
+25
|
*
tcp: switch back to proper tcp_skb_cb size check in tcp_init()
Eric Dumazet
2016-09-21
1
-2
/
+3
|
*
net_sched: sch_fq: add low_rate_threshold parameter
Eric Dumazet
2016-09-21
2
-3
/
+21
|
*
tcp: use windowed min filter library for TCP min_rtt estimation
Neal Cardwell
2016-09-21
5
-65
/
+10
|
*
lib/win_minmax: windowed min or max estimator
Neal Cardwell
2016-09-21
3
-1
/
+136
|
*
tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflict
Soheil Hassas Yeganeh
2016-09-21
1
-6
/
+6
|
/
*
net: ethernet: mediatek: enhance with avoiding superfluous assignment inside ...
Sean Wang
2016-09-21
1
-1
/
+2
*
net: dsa: mv88e6xxx: handle multiple ports in ATU
Vivien Didelot
2016-09-21
1
-7
/
+49
*
net sched actions: fix GETing actions
Jamal Hadi Salim
2016-09-21
1
-0
/
+20
*
Merge branch 'bpf-direct-packet-access-improvements'
David S. Miller
2016-09-21
7
-38
/
+627
|
\
|
*
bpf: add test cases for direct packet access
Daniel Borkmann
2016-09-21
1
-3
/
+430
|
*
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
2016-09-21
6
-34
/
+196
|
*
bpf, verifier: enforce larger zero range for pkt on overloading stack buffs
Daniel Borkmann
2016-09-21
1
-1
/
+1
|
/
*
ipvlan: Fix dependency issue
Mahesh Bandewar
2016-09-21
1
-0
/
+1
*
openvswitch: avoid resetting flow key while installing new flow.
pravin shelar
2016-09-21
4
-9
/
+10
*
openvswitch: Fix Frame-size larger than 1024 bytes warning.
pravin shelar
2016-09-21
1
-6
/
+9
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2016-09-21
32
-150
/
+1600
|
\
|
*
Bluetooth: Set appearance only for LE capable controllers
Michał Narajowski
2016-09-19
1
-0
/
+4
|
*
Bluetooth: Fix missing ext info event when setting appearance
Michał Narajowski
2016-09-19
1
-0
/
+2
[next]