summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'bpf-hw-offload'David S. Miller2016-09-2218-219/+3392
|\
| * nfp: bpf: add offload of TC direct action modeJakub Kicinski2016-09-224-2/+82
| * nfp: bpf: add support for legacy redirect actionJakub Kicinski2016-09-223-0/+7
| * net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski2016-09-221-0/+8
| * nfp: bpf: add packet marking supportJakub Kicinski2016-09-226-22/+101
| * nfp: bpf: allow offloaded filters to update statsJakub Kicinski2016-09-224-0/+97
| * net: cls_bpf: allow offloaded filters to update statsJakub Kicinski2016-09-222-0/+12
| * nfp: bpf: add hardware bpf offloadJakub Kicinski2016-09-225-7/+324
| * nfp: add BPF to NFP code translatorJakub Kicinski2016-09-225-0/+2333
| * bpf: recognize 64bit immediate loads as constsJakub Kicinski2016-09-221-2/+12
| * bpf: enable non-core use of the verfierJakub Kicinski2016-09-222-0/+79
| * bpf: expose internal verfier structuresJakub Kicinski2016-09-222-163/+182
| * bpf: don't (ab)use instructions to store stateJakub Kicinski2016-09-221-30/+40
| * net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski2016-09-221-9/+25
| * net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski2016-09-223-2/+22
| * net: cls_bpf: add hardware offloadJakub Kicinski2016-09-223-0/+86
|/
* Merge branch 'mlxse-resource-query'David S. Miller2016-09-218-96/+276
|\
| * mlxsw: spectrum: Implement max rif resourceNogah Frankel2016-09-213-12/+41
| * mlxsw: pci: Add max router interface resourceNogah Frankel2016-09-212-1/+8
| * mlxsw: pci: Add some miscellaneous resourcesNogah Frankel2016-09-213-8/+23
| * mlxsw: spectrum: Implement max virtual routers resourceNogah Frankel2016-09-212-9/+38
| * mlxsw: pci: Add max virtual routers resourceNogah Frankel2016-09-212-1/+8
| * mlxsw: profile: Add KVD resources to profile configNogah Frankel2016-09-214-22/+76
| * mlxsw: pci: Add KVD size relate resourcesNogah Frankel2016-09-212-1/+22
| * mlxsw: spectrum: lag resources- use resources data instead of constsNogah Frankel2016-09-217-46/+50
| * mlxsw: pci: Add lag related resources to resources queryNogah Frankel2016-09-212-1/+15
|/
* mlxsw: spectrum: Make offloads stats functions staticOr Gerlitz2016-09-211-4/+4
* Merge branch 'tcp-bbr'David S. Miller2016-09-2120-107/+1470
|\
| * tcp_bbr: add BBR congestion controlNeal Cardwell2016-09-214-0/+928
| * tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88Neal Cardwell2016-09-211-2/+2
| * tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2016-09-213-4/+19
| * tcp: allow congestion control to expand send buffer differentlyYuchung Cheng2016-09-212-1/+5
| * tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell2016-09-211-0/+1
| * tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell2016-09-212-3/+8
| * tcp: allow congestion control module to request TSO skb segment countNeal Cardwell2016-09-212-2/+15
| * tcp: export data delivery rateYuchung Cheng2016-09-214-3/+28
| * tcp: track application-limited rate samplesSoheil Hassas Yeganeh2016-09-215-2/+45
| * tcp: track data delivery rate for a TCP connectionYuchung Cheng2016-09-216-16/+222
| * tcp: count packets marked lost for a TCP connectionNeal Cardwell2016-09-212-1/+25
| * tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet2016-09-211-2/+3
| * net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet2016-09-212-3/+21
| * tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell2016-09-215-65/+10
| * lib/win_minmax: windowed min or max estimatorNeal Cardwell2016-09-213-1/+136
| * tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflictSoheil Hassas Yeganeh2016-09-211-6/+6
|/
* net: ethernet: mediatek: enhance with avoiding superfluous assignment inside ...Sean Wang2016-09-211-1/+2
* net: dsa: mv88e6xxx: handle multiple ports in ATUVivien Didelot2016-09-211-7/+49
* net sched actions: fix GETing actionsJamal Hadi Salim2016-09-211-0/+20
* Merge branch 'bpf-direct-packet-access-improvements'David S. Miller2016-09-217-38/+627
|\
| * bpf: add test cases for direct packet accessDaniel Borkmann2016-09-211-3/+430
| * bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-216-34/+196