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
...
*
Merge branch 'bpf-hw-offload'
David S. Miller
2016-09-22
18
-219
/
+3392
|
\
|
*
nfp: bpf: add offload of TC direct action mode
Jakub Kicinski
2016-09-22
4
-2
/
+82
|
*
nfp: bpf: add support for legacy redirect action
Jakub Kicinski
2016-09-22
3
-0
/
+7
|
*
net: act_mirred: allow statistic updates from offloaded actions
Jakub Kicinski
2016-09-22
1
-0
/
+8
|
*
nfp: bpf: add packet marking support
Jakub Kicinski
2016-09-22
6
-22
/
+101
|
*
nfp: bpf: allow offloaded filters to update stats
Jakub Kicinski
2016-09-22
4
-0
/
+97
|
*
net: cls_bpf: allow offloaded filters to update stats
Jakub Kicinski
2016-09-22
2
-0
/
+12
|
*
nfp: bpf: add hardware bpf offload
Jakub Kicinski
2016-09-22
5
-7
/
+324
|
*
nfp: add BPF to NFP code translator
Jakub Kicinski
2016-09-22
5
-0
/
+2333
|
*
bpf: recognize 64bit immediate loads as consts
Jakub Kicinski
2016-09-22
1
-2
/
+12
|
*
bpf: enable non-core use of the verfier
Jakub Kicinski
2016-09-22
2
-0
/
+79
|
*
bpf: expose internal verfier structures
Jakub Kicinski
2016-09-22
2
-163
/
+182
|
*
bpf: don't (ab)use instructions to store state
Jakub Kicinski
2016-09-22
1
-30
/
+40
|
*
net: cls_bpf: add support for marking filters as hardware-only
Jakub Kicinski
2016-09-22
1
-9
/
+25
|
*
net: cls_bpf: limit hardware offload by software-only flag
Jakub Kicinski
2016-09-22
3
-2
/
+22
|
*
net: cls_bpf: add hardware offload
Jakub Kicinski
2016-09-22
3
-0
/
+86
|
/
*
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
[prev]
[next]