aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-22cxgb4: add common api support for configuring filtersRahul Lakkireddy5-34/+512
2016-09-22cxgb4: move common filter code to separate fileRahul Lakkireddy5-264/+346
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani1-4/+2
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani1-6/+4
2016-09-22Merge branch 'vlan_act_modify'David S. Miller4-3/+35
2016-09-22net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani2-1/+29
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani2-2/+6
2016-09-21Merge branch 'mlx4-next'David S. Miller4-28/+39
2016-09-21net/mlx4_core: Fix deadlock when switching between polling and event fw commandsJack Morgenstein2-6/+19
2016-09-21net/mlx4_core: Use RCU to perform radix tree lookup for SRQLeon Romanovsky1-9/+5
2016-09-21net/mlx4_en: Fix wrong indentationKamal Heib1-1/+1
2016-09-21net/mlx4_en: Add branch prediction hints in RX data-pathTariq Toukan1-12/+14
2016-09-22rxrpc: Add per-peer RTT trackerDavid Howells4-4/+131
2016-09-22rxrpc: Add re-sent Tx annotationDavid Howells3-12/+32
2016-09-22rxrpc: Don't store the rxrpc header in the Tx queue sk_buffsDavid Howells6-88/+71
2016-09-21Merge branch 'bpf-hw-offload'David S. Miller18-219/+3392
2016-09-21nfp: bpf: add offload of TC direct action modeJakub Kicinski4-2/+82
2016-09-21nfp: bpf: add support for legacy redirect actionJakub Kicinski3-0/+7
2016-09-21net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski1-0/+8
2016-09-21nfp: bpf: add packet marking supportJakub Kicinski6-22/+101
2016-09-21nfp: bpf: allow offloaded filters to update statsJakub Kicinski4-0/+97
2016-09-21net: cls_bpf: allow offloaded filters to update statsJakub Kicinski2-0/+12
2016-09-21nfp: bpf: add hardware bpf offloadJakub Kicinski5-7/+324
2016-09-21nfp: add BPF to NFP code translatorJakub Kicinski5-0/+2333
2016-09-21bpf: recognize 64bit immediate loads as constsJakub Kicinski1-2/+12
2016-09-21bpf: enable non-core use of the verfierJakub Kicinski2-0/+79
2016-09-21bpf: expose internal verfier structuresJakub Kicinski2-163/+182
2016-09-21bpf: don't (ab)use instructions to store stateJakub Kicinski1-30/+40
2016-09-21net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski1-9/+25
2016-09-21net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski3-2/+22
2016-09-21net: cls_bpf: add hardware offloadJakub Kicinski3-0/+86
2016-09-21Merge branch 'mlxse-resource-query'David S. Miller8-96/+276
2016-09-21mlxsw: spectrum: Implement max rif resourceNogah Frankel3-12/+41
2016-09-21mlxsw: pci: Add max router interface resourceNogah Frankel2-1/+8
2016-09-21mlxsw: pci: Add some miscellaneous resourcesNogah Frankel3-8/+23
2016-09-21mlxsw: spectrum: Implement max virtual routers resourceNogah Frankel2-9/+38
2016-09-21mlxsw: pci: Add max virtual routers resourceNogah Frankel2-1/+8
2016-09-21mlxsw: profile: Add KVD resources to profile configNogah Frankel4-22/+76
2016-09-21mlxsw: pci: Add KVD size relate resourcesNogah Frankel2-1/+22
2016-09-21mlxsw: spectrum: lag resources- use resources data instead of constsNogah Frankel7-46/+50
2016-09-21mlxsw: pci: Add lag related resources to resources queryNogah Frankel2-1/+15
2016-09-21mlxsw: spectrum: Make offloads stats functions staticOr Gerlitz1-4/+4
2016-09-21Merge branch 'tcp-bbr'David S. Miller20-107/+1470
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell4-0/+928
2016-09-21tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88Neal Cardwell1-2/+2
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng3-4/+19
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng2-1/+5
2016-09-21tcp: export tcp_mss_to_mtu() for congestion control modulesNeal Cardwell1-0/+1
2016-09-21tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segmentsNeal Cardwell2-3/+8
2016-09-21tcp: allow congestion control module to request TSO skb segment countNeal Cardwell2-2/+15