Age | Commit message (Expand) | Author | Files | Lines |
2016-09-22 | net/mlx4_en: Fix wrong indentation | Kamal Heib | 1 | -1/+1 |
2016-09-22 | net/mlx4_en: Add branch prediction hints in RX data-path | Tariq Toukan | 1 | -12/+14 |
2016-09-22 | Merge tag 'wireless-drivers-for-davem-2016-09-20' of git://git.kernel.org/pub... | David S. Miller | 1 | -10/+9 |
2016-09-22 | rxrpc: Add per-peer RTT tracker | David Howells | 4 | -4/+131 |
2016-09-22 | rxrpc: Add re-sent Tx annotation | David Howells | 3 | -12/+32 |
2016-09-22 | rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs | David Howells | 6 | -88/+71 |
2016-09-22 | Merge branch 'bpf-hw-offload' | David S. Miller | 18 | -219/+3392 |
2016-09-22 | nfp: bpf: add offload of TC direct action mode | Jakub Kicinski | 4 | -2/+82 |
2016-09-22 | nfp: bpf: add support for legacy redirect action | Jakub Kicinski | 3 | -0/+7 |
2016-09-22 | net: act_mirred: allow statistic updates from offloaded actions | Jakub Kicinski | 1 | -0/+8 |
2016-09-22 | nfp: bpf: add packet marking support | Jakub Kicinski | 6 | -22/+101 |
2016-09-22 | nfp: bpf: allow offloaded filters to update stats | Jakub Kicinski | 4 | -0/+97 |
2016-09-22 | net: cls_bpf: allow offloaded filters to update stats | Jakub Kicinski | 2 | -0/+12 |
2016-09-22 | nfp: bpf: add hardware bpf offload | Jakub Kicinski | 5 | -7/+324 |
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 | net: can: ifi: Configure transmitter delay | Marek Vasut | 1 | -1/+10 |
2016-09-21 | vti6: fix input path | Nicolas Dichtel | 4 | -10/+16 |
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 | ipmr, ip6mr: return lastuse relative to now | Nikolay Aleksandrov | 2 | -4/+10 |
2016-09-21 | Merge branch 'r8152-phy-fixes' | David S. Miller | 1 | -135/+146 |
2016-09-21 | r8152: disable ALDPS and EEE before setting PHY | hayeswang | 1 | -2/+8 |
2016-09-21 | r8152: remove r8153_enable_eee | hayeswang | 1 | -7/+3 |
2016-09-21 | r8152: move PHY settings to hw_phy_cfg | hayeswang | 1 | -6/+8 |
2016-09-21 | r8152: move enabling PHY | hayeswang | 1 | -18/+25 |
2016-09-21 | r8152: move some functions | hayeswang | 1 | -112/+112 |
2016-09-21 | cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapter | Hariprasad Shenai | 6 | -11/+45 |
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 |