aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller98-1202/+1445
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-94/+148
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal5-5/+5
2017-06-21qed: Split rdma content between qed_rdma and qed_roceKalderon, Michal9-2919/+86
2017-06-21qed: Duplicate qed_roce.[ch] to qed_rdma.[ch]Kalderon, Michal2-0/+2983
2017-06-21qed: Cleanup qed_roce before duplicating itKalderon, Michal1-39/+12
2017-06-21Merge tag 'pinctrl-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-51/+42
2017-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds3-8/+11
2017-06-21r8152: correct the definitionhayeswang1-11/+11
2017-06-21Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller11-205/+746
2017-06-21idsn: fix wrong skb_put() usedyuan linyu1-1/+1
2017-06-20i40e: don't hold RTNL lock for the entire resetJacob Keller1-20/+7
2017-06-20i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan1-2/+2
2017-06-20i40e: clear only cause_ena bitShannon Nelson1-2/+12
2017-06-20i40e: fix disabling overflow promiscuous modeAlan Brady1-3/+2
2017-06-20i40e: Add support for OEM firmware versionFilip Sadowski2-14/+81
2017-06-20i40e: genericize the partition bandwidth controlShannon Nelson2-28/+26
2017-06-20i40e: Add message for unsupported MFP modeCarolyn Wyborny1-0/+6
2017-06-20i40e: Support firmware CEE DCB UP to TC map re-definitionGreg Bowers1-4/+7
2017-06-20i40e: Fix potential out of bound array accessSudheer Mogilappagari1-1/+3
2017-06-20i40e: comment that udp_port must be in host byte orderJacob Keller1-1/+5
2017-06-20i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller1-3/+3
2017-06-20i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flagsAlice Michael2-4/+5
2017-06-20i40evf: assign num_active_queues inside i40evf_alloc_queuesJacob Keller1-7/+11
2017-06-20i40e: add support for XDP_TX actionBjörn Töpel5-87/+384
2017-06-20i40e: add XDP support for pass and drop actionsBjörn Töpel4-31/+194