summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-5/+7
|\
| * bnx2: Reset device during driver initializationBaoquan He2016-09-131-5/+7
* | bnxt_en: Fix build error for kernesl without RTC-LIBRob Swindell2016-09-201-0/+4
* | net: ethernet: broadcom: bcmgenet: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-191-8/+8
* | net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-191-24/+28
* | net: ethernet: broadcom: bcm63xx: use phydev from struct net_devicePhilippe Reynes2016-09-192-18/+14
* | net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-191-44/+54
* | net: ethernet: broadcom: b44: use phydev from struct net_devicePhilippe Reynes2016-09-192-12/+11
* | bnxt_en: Fixed the VF link status after a link state changeEddie Wai2016-09-191-42/+42
* | bnxt_en: Support for "ethtool -r" commandDeepak Khungar2016-09-191-0/+20
* | bnxt_en: Pad TX packets below 52 bytes.Michael Chan2016-09-191-1/+1
* | bnxt_en: Call firmware to approve the random VF MAC address.Michael Chan2016-09-191-2/+7
* | bnxt_en: Re-arrange bnxt_hwrm_func_qcaps().Michael Chan2016-09-191-11/+12
* | bnxt_en: Fix ethtool -l|-L inconsistent channel counts.Michael Chan2016-09-191-5/+7
* | bnxt_en: Added support for Secure Firmware UpdateRob Swindell2016-09-194-14/+182
* | bnxt_en: Update to firmware interface spec 1.5.1.Michael Chan2016-09-193-508/+760
* | bnxt_en: Simplify PCI device names and add additinal PCI IDs.Michael Chan2016-09-191-32/+36
* | bnxt_en: Use RSS flags defined in the bnxt_hsi.h file.Michael Chan2016-09-192-9/+4
* | bnx2: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-123-16/+18
|\ \ | |/
| * bnxt_en: Fix TX push operation on ARM64.Michael Chan2016-09-061-2/+2
| * bnx2x: don't reset chip on cleanup if PCI function is offlineGuilherme G. Piccoli2016-09-011-4/+15
| * tg3: Fix for disallow tx coalescing time to be 0Ivan Vecera2016-09-011-10/+1
* | bnx2x: Add support for segmentation of tunnels with outer checksumsAlexander Duyck2016-09-061-3/+12
* | net: systemport: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* | net: bcmgenet: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+1
|\ \ | |/
| * net: bgmac: fix reversed check for MII registration errorRafał Miłecki2016-08-181-1/+1
* | net: systemport: Fix ordering in intrl2_*_mask_clear macroFlorian Fainelli2016-08-251-1/+1
* | bnx2x: Don't flush multicast MACsYuval Mintz2016-08-245-34/+241
* | net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki2016-08-181-1/+2
* | net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki2016-08-183-1/+62
|/
* tg3: Report the correct number of RSS queues through tg3_get_rxnfcSiva Reddy Kallam2016-08-031-4/+0
* tg3: Fix for diasllow rx coalescing time to be 0Satish Baddipadige2016-08-031-0/+1
* 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-251-6/+33
* bnxt_en: Log a message, if enabling NTUPLE filtering fails.Vasundhara Volam2016-07-251-2/+6
* bnxt_en: Improve ntuple filters by checking destination MAC address.Michael Chan2016-07-252-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-151-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-191-2/+0
* | bnxt_en: Add BCM58700 PCI device ID for NS2 Nitro.Prashant Sreedharan2016-07-191-0/+6
* | bnxt_en: Workaround Nitro A0 RX hardware bug (part 4).Prashant Sreedharan2016-07-191-11/+53
* | bnxt_en: Workaround Nitro A0 hardware RX bug (part 3).Prashant Sreedharan2016-07-191-1/+80
* | bnxt_en: Workaround Nitro A0 hardware RX bug (part 2).Prashant Sreedharan2016-07-192-4/+25
* | bnxt_en: Workaround Nitro A0 hardware RX bug (part 1).Prashant Sreedharan2016-07-192-16/+39
* | bnxt_en: Add basic support for Nitro in North Star 2.Prashant Sreedharan2016-07-192-13/+28
* | net: ethernet: bgmac: Remove redundant dev_err call in bgmac_probe()Wei Yongjun2016-07-131-6/+2
* | net: ethernet: bgmac: Fix return value check in bgmac_probe()Wei Yongjun2016-07-111-1/+1
OpenPOWER on IntegriCloud