index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-22
nfp: add BPF to NFP code translator
Jakub Kicinski
5
-0
/
+2333
2016-09-22
bpf: recognize 64bit immediate loads as consts
Jakub Kicinski
1
-2
/
+12
2016-09-22
bpf: enable non-core use of the verfier
Jakub Kicinski
2
-0
/
+79
2016-09-22
bpf: expose internal verfier structures
Jakub Kicinski
2
-163
/
+182
2016-09-22
bpf: don't (ab)use instructions to store state
Jakub Kicinski
1
-30
/
+40
2016-09-22
net: cls_bpf: add support for marking filters as hardware-only
Jakub Kicinski
1
-9
/
+25
2016-09-22
net: cls_bpf: limit hardware offload by software-only flag
Jakub Kicinski
3
-2
/
+22
2016-09-22
net: cls_bpf: add hardware offload
Jakub Kicinski
3
-0
/
+86
2016-09-21
Merge branch 'mlxse-resource-query'
David S. Miller
8
-96
/
+276
2016-09-21
mlxsw: spectrum: Implement max rif resource
Nogah Frankel
3
-12
/
+41
2016-09-21
mlxsw: pci: Add max router interface resource
Nogah Frankel
2
-1
/
+8
2016-09-21
mlxsw: pci: Add some miscellaneous resources
Nogah Frankel
3
-8
/
+23
2016-09-21
mlxsw: spectrum: Implement max virtual routers resource
Nogah Frankel
2
-9
/
+38
2016-09-21
mlxsw: pci: Add max virtual routers resource
Nogah Frankel
2
-1
/
+8
2016-09-21
mlxsw: profile: Add KVD resources to profile config
Nogah Frankel
4
-22
/
+76
2016-09-21
mlxsw: pci: Add KVD size relate resources
Nogah Frankel
2
-1
/
+22
2016-09-21
mlxsw: spectrum: lag resources- use resources data instead of consts
Nogah Frankel
7
-46
/
+50
2016-09-21
mlxsw: pci: Add lag related resources to resources query
Nogah Frankel
2
-1
/
+15
2016-09-21
mlxsw: spectrum: Make offloads stats functions static
Or Gerlitz
1
-4
/
+4
2016-09-21
Merge branch 'tcp-bbr'
David S. Miller
20
-107
/
+1470
2016-09-21
tcp_bbr: add BBR congestion control
Neal Cardwell
4
-0
/
+928
2016-09-21
tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88
Neal Cardwell
1
-2
/
+2
2016-09-21
tcp: new CC hook to set sending rate with rate_sample in any CA state
Yuchung Cheng
3
-4
/
+19
2016-09-21
tcp: allow congestion control to expand send buffer differently
Yuchung Cheng
2
-1
/
+5
2016-09-21
tcp: export tcp_mss_to_mtu() for congestion control modules
Neal Cardwell
1
-0
/
+1
2016-09-21
tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments
Neal Cardwell
2
-3
/
+8
2016-09-21
tcp: allow congestion control module to request TSO skb segment count
Neal Cardwell
2
-2
/
+15
2016-09-21
tcp: export data delivery rate
Yuchung Cheng
4
-3
/
+28
2016-09-21
tcp: track application-limited rate samples
Soheil Hassas Yeganeh
5
-2
/
+45
2016-09-21
tcp: track data delivery rate for a TCP connection
Yuchung Cheng
6
-16
/
+222
2016-09-21
tcp: count packets marked lost for a TCP connection
Neal Cardwell
2
-1
/
+25
2016-09-21
tcp: switch back to proper tcp_skb_cb size check in tcp_init()
Eric Dumazet
1
-2
/
+3
2016-09-21
net_sched: sch_fq: add low_rate_threshold parameter
Eric Dumazet
2
-3
/
+21
2016-09-21
tcp: use windowed min filter library for TCP min_rtt estimation
Neal Cardwell
5
-65
/
+10
2016-09-21
lib/win_minmax: windowed min or max estimator
Neal Cardwell
3
-1
/
+136
2016-09-21
tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflict
Soheil Hassas Yeganeh
1
-6
/
+6
2016-09-21
net: ethernet: mediatek: enhance with avoiding superfluous assignment inside ...
Sean Wang
1
-1
/
+2
2016-09-21
net: dsa: mv88e6xxx: handle multiple ports in ATU
Vivien Didelot
1
-7
/
+49
2016-09-21
net sched actions: fix GETing actions
Jamal Hadi Salim
1
-0
/
+20
2016-09-21
Merge branch 'bpf-direct-packet-access-improvements'
David S. Miller
7
-38
/
+627
2016-09-21
bpf: add test cases for direct packet access
Daniel Borkmann
1
-3
/
+430
2016-09-21
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
6
-34
/
+196
2016-09-21
bpf, verifier: enforce larger zero range for pkt on overloading stack buffs
Daniel Borkmann
1
-1
/
+1
2016-09-21
ipvlan: Fix dependency issue
Mahesh Bandewar
1
-0
/
+1
2016-09-21
openvswitch: avoid resetting flow key while installing new flow.
pravin shelar
4
-9
/
+10
2016-09-21
openvswitch: Fix Frame-size larger than 1024 bytes warning.
pravin shelar
1
-6
/
+9
2016-09-21
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
32
-150
/
+1600
2016-09-21
6pack: fix buffer length mishandling
Alan Cox
1
-8
/
+4
2016-09-20
mlx4: add missed recycle opportunity for XDP_TX on TX failure
Jesper Dangaard Brouer
1
-1
/
+2
2016-09-20
Merge branch 'dsa-set_addr-optional'
David S. Miller
4
-24
/
+10
[next]