summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nfp: move physical port init into a helperJakub Kicinski2017-06-253-17/+34
* nfp: devlink add support for getting eswitch modeJakub Kicinski2017-06-252-0/+33
* net: dsa: bcm_sf2: Remove special handling of "internal" phy-modeFlorian Fainelli2017-06-231-11/+5
* net: bcmgenet: Remove special handling of "internal" phy-modeFlorian Fainelli2017-06-231-16/+8
* Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-06-2311-98/+528
|\
| * net/mlx5e: IPoIB, Support the flash device ethtool callbackOr Gerlitz2017-06-221-0/+9
| * net/mlx5e: Support the flash device ethtool callbackOr Gerlitz2017-06-222-0/+37
| * net/mlx5: Add mlxfw callbacksOr Gerlitz2017-06-222-0/+157
| * net/mlx5: Add helper functions to set/query MCC/MCDA/MCQI registersOr Gerlitz2017-06-221-0/+114
| * mlxfw: Make the module selectableOr Gerlitz2017-06-222-1/+16
| * net/mlx5e: Add header re-write offloading of IPv6 hop-limitOr Gerlitz2017-06-221-0/+1
| * net/mlx5e: Use macro for TC header re-write offload field mappingOr Gerlitz2017-06-221-25/+29
| * net/mlx5e: Offload TC matching on ip ttlOr Gerlitz2017-06-221-3/+8
| * net/mlx5e: Relocate the TC match on ip tos offload code sectionOr Gerlitz2017-06-221-23/+23
| * net/mlx5e: Introduce RX Page-ReuseTariq Toukan2017-06-224-37/+126
| * net/mlx5e: Enhance RX SKB headroom logicTariq Toukan2017-06-222-8/+7
| * net/mlx5e: Build SKB with exact frag_sizeTariq Toukan2017-06-223-6/+6
* | cxgb4: Use Firmware params to get buffer-group mapArjun Vynipadath2017-06-233-18/+101
* | cxgb4: Update T6 Buffer Group and Channel MappingsArjun Vynipadath2017-06-233-18/+80
* | net: ena: update ena driver to version 1.2.0Netanel Belgazal2017-06-231-3/+3
* | net: ena: update driver's rx drop statisticsNetanel Belgazal2017-06-231-0/+9
* | net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal2017-06-231-2/+2
* | net: ena: separate skb allocation to dedicated functionNetanel Belgazal2017-06-231-17/+27
* | net: ena: use napi_schedule_irqoff when possibleNetanel Belgazal2017-06-231-1/+1
* | net: ena: allow the driver to work with small number of msix vectorsNetanel Belgazal2017-06-232-20/+51
* | net: ena: add support for out of order rx buffers refillNetanel Belgazal2017-06-234-17/+83
* | net: ena: add reset reason for each device FLRNetanel Belgazal2017-06-235-6/+54
* | net: ena: change sizeof() argument to be the type pointerNetanel Belgazal2017-06-231-8/+8
* | net: ena: add hardware hints capability to the driverNetanel Belgazal2017-06-236-11/+137
* | net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal2017-06-233-28/+24
* | net: stmmac: make some functions staticColin Ian King2017-06-231-8/+8
* | nfp: xdp: report if program is offloadedJakub Kicinski2017-06-231-0/+2
* | nfp: bpf: add support for XDP_FLAGS_HW_MODEJakub Kicinski2017-06-231-3/+10
* | nfp: bpf: release the reference on offloaded programsJakub Kicinski2017-06-232-21/+15
* | nfp: bpf: don't offload XDP programs in DRV_MODEJakub Kicinski2017-06-232-3/+14
* | nfp: xdp: move driver XDP setup into a separate functionJakub Kicinski2017-06-231-5/+18
* | net: mvpp2: remove mvpp2_pool_refill()Thomas Petazzoni2017-06-221-11/+3
* | net: mvpp2: remove unused mvpp2_bm_cookie_pool_set() functionThomas Petazzoni2017-06-221-11/+0
* | net: mvpp2: add comments about smp_processor_id() usageThomas Petazzoni2017-06-221-4/+29
* | stmmac: pci: Use dmi_system_id table for retrieving PHY addressesJan Kiszka2017-06-221-33/+64
* | stmmac: pci: Select quark_pci_dmi_data from quark_default_dataJan Kiszka2017-06-221-44/+39
* | stmmac: pci: Make stmmac_pci_find_phy_addr truly genericJan Kiszka2017-06-221-7/+13
* | stmmac: pci: Use stmmac_pci_info for all devicesJan Kiszka2017-06-221-13/+23
* | stmmac: pci: Make stmmac_pci_info structure constantJan Kiszka2017-06-221-12/+11
* | hv_netvsc: Fix the carrier state error when data path is offHaiyang Zhang2017-06-223-3/+9
* | hv_netvsc: Remove unnecessary var link_state from struct netvsc_device_infoHaiyang Zhang2017-06-222-5/+4
* | ibmvnic: Correct return code checking for ibmvnic_init during probeNathan Fontenot2017-06-221-1/+1
* | ibmvnic: Fix error handling when registering long-term-mapped buffersThomas Falcon2017-06-222-45/+35
* | ibmvnic: Fix incorrectly defined ibmvnic_request_map_rsp structureThomas Falcon2017-06-221-1/+1
* | net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann2017-06-221-1/+1