summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-06-23net: dsa: bcm_sf2: Remove special handling of "internal" phy-modeFlorian Fainelli1-11/+5
2017-06-23net: bcmgenet: Remove special handling of "internal" phy-modeFlorian Fainelli1-16/+8
2017-06-23Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller11-98/+528
2017-06-23cxgb4: Use Firmware params to get buffer-group mapArjun Vynipadath3-18/+101
2017-06-23cxgb4: Update T6 Buffer Group and Channel MappingsArjun Vynipadath3-18/+80
2017-06-23net: ena: update ena driver to version 1.2.0Netanel Belgazal1-3/+3
2017-06-23net: ena: update driver's rx drop statisticsNetanel Belgazal1-0/+9
2017-06-23net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal1-2/+2
2017-06-23net: ena: separate skb allocation to dedicated functionNetanel Belgazal1-17/+27
2017-06-23net: ena: use napi_schedule_irqoff when possibleNetanel Belgazal1-1/+1
2017-06-23net: ena: allow the driver to work with small number of msix vectorsNetanel Belgazal2-20/+51
2017-06-23net: ena: add support for out of order rx buffers refillNetanel Belgazal4-17/+83
2017-06-23net: ena: add reset reason for each device FLRNetanel Belgazal5-6/+54
2017-06-23net: ena: change sizeof() argument to be the type pointerNetanel Belgazal1-8/+8
2017-06-23net: ena: add hardware hints capability to the driverNetanel Belgazal6-11/+137
2017-06-23net: ena: change return value for unsupported features unsupported return valueNetanel Belgazal3-28/+24
2017-06-23net: stmmac: make some functions staticColin Ian King1-8/+8
2017-06-23nfp: xdp: report if program is offloadedJakub Kicinski1-0/+2
2017-06-23nfp: bpf: add support for XDP_FLAGS_HW_MODEJakub Kicinski1-3/+10
2017-06-23nfp: bpf: release the reference on offloaded programsJakub Kicinski2-21/+15
2017-06-23nfp: bpf: don't offload XDP programs in DRV_MODEJakub Kicinski2-3/+14
2017-06-23nfp: xdp: move driver XDP setup into a separate functionJakub Kicinski1-5/+18
2017-06-22net: mvpp2: remove mvpp2_pool_refill()Thomas Petazzoni1-11/+3
2017-06-22net: mvpp2: remove unused mvpp2_bm_cookie_pool_set() functionThomas Petazzoni1-11/+0
2017-06-22net: mvpp2: add comments about smp_processor_id() usageThomas Petazzoni1-4/+29
2017-06-22stmmac: pci: Use dmi_system_id table for retrieving PHY addressesJan Kiszka1-33/+64
2017-06-22stmmac: pci: Select quark_pci_dmi_data from quark_default_dataJan Kiszka1-44/+39
2017-06-22stmmac: pci: Make stmmac_pci_find_phy_addr truly genericJan Kiszka1-7/+13
2017-06-22stmmac: pci: Use stmmac_pci_info for all devicesJan Kiszka1-13/+23
2017-06-22stmmac: pci: Make stmmac_pci_info structure constantJan Kiszka1-12/+11
2017-06-22hv_netvsc: Fix the carrier state error when data path is offHaiyang Zhang3-3/+9
2017-06-22hv_netvsc: Remove unnecessary var link_state from struct netvsc_device_infoHaiyang Zhang2-5/+4
2017-06-22ibmvnic: Correct return code checking for ibmvnic_init during probeNathan Fontenot1-1/+1
2017-06-22ibmvnic: Fix error handling when registering long-term-mapped buffersThomas Falcon2-45/+35
2017-06-22ibmvnic: Fix incorrectly defined ibmvnic_request_map_rsp structureThomas Falcon1-1/+1
2017-06-22net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann1-1/+1
2017-06-22net/mlx5e: Use device ID definesMyron Stowe1-3/+3
2017-06-22liquidio: stop using huge static buffer, save 4096k in .dataDenys Vlasenko3-8/+4
2017-06-22net/mlx5e: IPoIB, Support the flash device ethtool callbackOr Gerlitz1-0/+9
2017-06-22net/mlx5e: Support the flash device ethtool callbackOr Gerlitz2-0/+37
2017-06-22net/mlx5: Add mlxfw callbacksOr Gerlitz2-0/+157
2017-06-22net/mlx5: Add helper functions to set/query MCC/MCDA/MCQI registersOr Gerlitz1-0/+114
2017-06-22mlxfw: Make the module selectableOr Gerlitz2-1/+16
2017-06-22net/mlx5e: Add header re-write offloading of IPv6 hop-limitOr Gerlitz1-0/+1
2017-06-22net/mlx5e: Use macro for TC header re-write offload field mappingOr Gerlitz1-25/+29
2017-06-22net/mlx5e: Offload TC matching on ip ttlOr Gerlitz1-3/+8
2017-06-22net/mlx5e: Relocate the TC match on ip tos offload code sectionOr Gerlitz1-23/+23
2017-06-22net/mlx5e: Introduce RX Page-ReuseTariq Toukan4-37/+126
2017-06-22net/mlx5e: Enhance RX SKB headroom logicTariq Toukan2-8/+7
2017-06-22net/mlx5e: Build SKB with exact frag_sizeTariq Toukan3-6/+6