summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/mlx5e: Use device ID definesMyron Stowe2017-06-221-3/+3
* liquidio: stop using huge static buffer, save 4096k in .dataDenys Vlasenko2017-06-223-8/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-2198-1202/+1445
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-2118-94/+148
| |\
| | * Merge tag 'wireless-drivers-for-davem-2017-06-20' of git://git.kernel.org/pub...David S. Miller2017-06-206-36/+49
| | |\
| | | * brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()Arend Van Spriel2017-06-161-2/+1
| | | * brcmfmac: fix brcmf_fws_add_interface() for USB devicesArend Van Spriel2017-06-151-1/+1
| | | * brcmfmac: unbind all devices upon failure in firmware callbackArend Van Spriel2017-06-151-2/+3
| | | * brcmfmac: use firmware callback upon failure to loadArend Van Spriel2017-06-151-14/+13
| | | * brcmfmac: add parameter to pass error code in firmware callbackArend Van Spriel2017-06-155-20/+34
| | * | net: stmmac: free an skb first when there are no longer any descriptors using itNiklas Cassel2017-06-201-4/+16
| | * | sfc: remove duplicate up_write on VF filter_semEdward Cree2017-06-201-2/+0
| | * | dpaa_eth: reuse the dma_ops provided by the FMan MAC deviceMadalin Bucur2017-06-201-1/+1
| | * | fsl/fman: propagate dma_opsMadalin Bucur2017-06-201-0/+2
| | * | net/hns:bugfix of ethtool -t phy self_testLin Yun Sheng2017-06-191-2/+14
| | * | cxgb4: notify uP to route ctrlq compl to rdma rspqRaju Rangoju2017-06-191-4/+6
| | * | net/mlx5e: Avoid doing a cleanup call if the profile doesn't have itOr Gerlitz2017-06-151-1/+2
| | * | net/mlx5e: Remove TC header re-write offloading of ip tosOr Gerlitz2017-06-151-1/+0
| | * | net/mlx5: Properly check applicability of devlink eswitch commandsOr Gerlitz2017-06-151-37/+40