aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-29drivers: net: xgene: Correct probe sequence handlingQuan Nguyen1-14/+13
2017-08-29nfp: double free on error in probeDan Carpenter1-3/+1
2017-08-29net:ethernet:aquantia: Show info message if bad firmware version detected.Pavel Belous1-0/+6
2017-08-29net:ethernet:aquantia: Fix for multicast filter handling.Igor Russkikh1-1/+16
2017-08-29net:ethernet:aquantia: Fix for incorrect speed index.Pavel Belous4-23/+18
2017-08-29net:ethernet:aquantia: Workaround for HW checksum bug.Pavel Belous2-0/+12
2017-08-29net:ethernet:aquantia: Fix for number of RSS queues.Pavel Belous1-0/+2
2017-08-29net:ethernet:aquantia: Extra spinlocks removed.Pavel Belous4-41/+14
2017-08-28cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()Stefano Brivio1-3/+3
2017-08-28net: stmmac: sun8i: Remove the compatiblesMaxime Ripard1-8/+0
2017-08-28nfp: remove incorrect mask check for vlan matchingPieter Jansen van Vuuren1-6/+2
2017-08-28nfp: fix supported key layers calculationPieter Jansen van Vuuren1-0/+19
2017-08-28nfp: fix unchecked flow dissector usePieter Jansen van Vuuren2-81/+93
2017-08-28net: mvpp2: fix the mac address used when using PPv2.2Antoine Tenart1-1/+1
2017-08-28cdc_ncm: flag the u-blox TOBY-L4 as wwanAleksander Morgado1-0/+7
2017-08-25Merge tag 'wireless-drivers-for-davem-2017-08-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller3-9/+12
2017-08-25net: sxgbe: check memory allocation failureChristophe Jaillet1-0/+2
2017-08-25r8169: Be drop monitor friendlyFlorian Fainelli1-2/+2
2017-08-25r8169: Do not increment tx_dropped in TX ring cleaningFlorian Fainelli1-1/+0
2017-08-24netvsc: fix deadlock betwen link status and removalstephen hemminger1-1/+6
2017-08-24net: systemport: Free DMA coherent descriptors on errorsFlorian Fainelli1-0/+2
2017-08-24net: bcmgenet: Be drop monitor friendlyFlorian Fainelli1-3/+3
2017-08-24net: systemport: Be drop monitor friendlyFlorian Fainelli1-1/+1
2017-08-24qlge: avoid memcpy buffer overflowArnd Bergmann1-1/+1
2017-08-24virtio_net: be drop monitor friendlyEric Dumazet1-1/+1
2017-08-24iwlwifi: pcie: move rx workqueue initialization to iwl_trans_pcie_alloc()Luca Coelho3-9/+12
2017-08-23bnxt_en: Do not setup MAC address in bnxt_hwrm_func_qcaps().Michael Chan1-12/+28
2017-08-23bnxt_en: Free MSIX vectors when unregistering the device from bnxt_re.Michael Chan1-0/+2
2017-08-23bnxt_en: Fix .ndo_setup_tc() to include XDP rings.Michael Chan1-0/+1
2017-08-23nfp: TX time stamp packets before HW doorbell is rungJakub Kicinski1-2/+2
2017-08-23nfp: avoid buffer leak when representor is missingJakub Kicinski1-5/+5
2017-08-23nfp: make sure representors are destroyed before their lower netdevJakub Kicinski1-8/+14
2017-08-23nfp: don't hold PF lock while enabling SR-IOVJakub Kicinski1-9/+7
2017-08-23net: stmmac: socfgpa: Ensure emac bit set in sys manager for MII/GMII/SGMII.Stephan Gatzka1-1/+4
2017-08-22fsl/man: Inherit parent device and of_nodeFlorian Fainelli1-0/+2
2017-08-22net: phy: Deal with unbound PHY driver in phy_attached_print()Florian Fainelli1-2/+4
2017-08-22macsec: add genl family module aliasSabrina Dubroca1-0/+1
2017-08-22mlxsw: spectrum_switchdev: Fix mrouter flag updateNogah Frankel1-4/+11
2017-08-22net: ftgmac100: Fix oops in probe on failure to find associated PHYAndrew Jeffery1-1/+0
2017-08-18net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen1-2/+2
2017-08-18tun: handle register_netdevice() failures properlyEric Dumazet1-0/+3
2017-08-18netxen: fix incorrect loop counter decrementColin Ian King1-1/+1
2017-08-18nfp: fix infinite loop on umapping cleanupColin Ian King1-2/+1
2017-08-15sfc: don't try and read ef10 data on non-ef10 NICBert Kenward1-2/+6
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller13-39/+90
2017-08-14net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom3-0/+22
2017-08-14net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagCasey Leedom3-8/+21
2017-08-14brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devicesArend Van Spriel1-2/+4
2017-08-13bonding: ratelimit failed speed/duplex update warningAndreas Born1-3/+4
2017-08-11nfp: do not update MTU from BH in flower appSimon Horman1-6/+2