summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* net: bcm63xx: avoid possible null pointer dereferencexypron.glpk@gmx.de2016-08-011-1/+1
* bnxt_en: Add new NPAR and dual media device IDs.Michael Chan2016-07-261-6/+33
* bnxt_en: Log a message, if enabling NTUPLE filtering fails.Vasundhara Volam2016-07-261-2/+6
* bnxt_en: Improve ntuple filters by checking destination MAC address.Michael Chan2016-07-262-3/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-242-2/+2
|\
| * net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli2016-07-161-1/+1
| * bnxt_en: initialize rc to zero to avoid returning garbageColin Ian King2016-07-111-1/+1
* | bnxt_en: Remove locking around txr->dev_stateFlorian Fainelli2016-07-201-2/+0Star
* | bnxt_en: Add BCM58700 PCI device ID for NS2 Nitro.Prashant Sreedharan2016-07-201-0/+6
* | bnxt_en: Workaround Nitro A0 RX hardware bug (part 4).Prashant Sreedharan2016-07-201-11/+53
* | bnxt_en: Workaround Nitro A0 hardware RX bug (part 3).Prashant Sreedharan2016-07-201-1/+80
* | bnxt_en: Workaround Nitro A0 hardware RX bug (part 2).Prashant Sreedharan2016-07-202-4/+25
* | bnxt_en: Workaround Nitro A0 hardware RX bug (part 1).Prashant Sreedharan2016-07-202-16/+39
* | bnxt_en: Add basic support for Nitro in North Star 2.Prashant Sreedharan2016-07-202-13/+28
* | net: ethernet: bgmac: Remove redundant dev_err call in bgmac_probe()Wei Yongjun2016-07-141-6/+2Star
* | net: ethernet: bgmac: Fix return value check in bgmac_probe()Wei Yongjun2016-07-121-1/+1
* | Revert "net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings"Philippe Reynes2016-07-111-2/+26
* | net: ethernet: bgmac: Add platform device supportJon Mason2016-07-107-285/+650
* | net: ethernet: bgmac: convert to feature flagsJon Mason2016-07-102-48/+140
* | net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason2016-07-104-217/+298
* | net: ethernet: bgmac: add dma_dev pointerJon Mason2016-07-102-8/+10
* | net: ethernet: bgmac: change bgmac_* prints to dev_* printsJon Mason2016-07-102-62/+55Star
* | bnxt: fix a conditionDan Carpenter2016-07-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-1/+1
|\|
| * net: bcmsysport: Device stats are unsigned longFlorian Fainelli2016-07-011-1/+1
* | net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-051-26/+2Star
* | net: ethernet: bcmgenet: use phydev from struct net_devicePhilippe Reynes2016-07-053-39/+31Star
* | bnxt_en: Allow statistics DMA to be configurable using ethtool -C.Michael Chan2016-07-023-3/+31
* | bnxt_en: Assign netdev->dev_port with port ID.Michael Chan2016-07-021-0/+1
* | bnxt_en: Allow promiscuous mode for VF if default VLAN is enabled.Michael Chan2016-07-021-3/+12
* | bnxt_en: Increase maximum supported MTU to 9500.Vasundhara Volam2016-07-021-1/+1
* | bnxt_en: Enable MRU enables bit when configuring VNIC MRU.Michael Chan2016-07-021-1/+2
* | bnxt_en: Add support for firmware updates for additional processors.Rob Swindell2016-07-022-0/+21
* | bnxt_en: Request firmware reset after successful firwmare updateRob Swindell2016-07-021-0/+2
* | bnxt_en: Add support for updating flash more securelyRob Swindell2016-07-022-1/+3
* | bnxt_en: Do function reset on the 1st PF open only.Michael Chan2016-07-022-6/+17
* | bnxt_en: Update firmware spec. to 1.3.0.Michael Chan2016-07-022-32/+66
* | bnxt_en: VF/NPAR should return -EOPNOTSUPP for unsupported ethtool ops.Michael Chan2016-07-021-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-3/+5
|\|
| * net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli2016-06-281-2/+0Star
| * net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli2016-06-281-0/+3
| * net: bgmac: Fix SOF bit checkingFlorian Fainelli2016-06-281-2/+3
* | net: ethernet: bgmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-221-18/+2Star
* | net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes2016-06-222-12/+6Star
* | net: ethernet: bcmsysport: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-201-20/+2Star
* | net: ethernet: bcmsysport: use phydev from struct net_devicePhilippe Reynes2016-06-202-18/+14Star
* | bnxt: Move GENEVE support from hard-coded port to using port notifierAlexander Duyck2016-06-182-6/+33
* | bnxt: Update drivers to support unified UDP encapsulation offload functionsAlexander Duyck2016-06-182-29/+40
* | bnx2x: Move all UDP port notifiers to single functionAlexander Duyck2016-06-182-81/+33Star
* | bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API.Michael Chan2016-06-151-80/+118