aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser4-8/+6
2017-02-12bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICsDeepak Khungar1-0/+6
2017-02-12bnxt_en: Fix bnxt_setup_tc() error message.Michael Chan1-1/+1
2017-02-12bnxt_en: Print FEC settings as part of the linkup dmesg.Michael Chan2-1/+16
2017-02-12bnxt_en: Do not setup PHY unless driving a single PF.Michael Chan1-0/+3
2017-02-12bnxt_en: Add hardware NTUPLE filter for encapsulated packets.Michael Chan1-3/+14
2017-02-12bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.Michael Chan1-1/+1
2017-02-12bnxt_en: Fix ethtool -l pre-set max combined channel.Michael Chan1-1/+1
2017-02-12bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.Kshitij Soni1-6/+26
2017-02-12bnxt_en: Update to firmware interface spec 1.7.0.Michael Chan3-88/+363
2017-02-10net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-02-07bnxt_en: Add support for XDP_TX action.Michael Chan4-17/+122
2017-02-07bnxt_en: Add basic XDP support.Michael Chan5-8/+214
2017-02-07bnxt_en: Refactor tx completion path.Michael Chan2-1/+9
2017-02-07bnxt_en: Add a set of TX rings to support XDP.Michael Chan3-13/+27
2017-02-07bnxt_en: Add tx ring mapping logic.Michael Chan2-3/+14
2017-02-07bnxt_en: Centralize logic to reserve rings.Michael Chan3-57/+52
2017-02-07bnxt_en: Use event bit map in RX path.Michael Chan2-15/+18
2017-02-07bnxt_en: Add RX page mode support.Michael Chan2-18/+124
2017-02-07bnxt_en: Parameterize RX buffer offsets.Michael Chan2-6/+11
2017-02-07bnxt_en: Add bp->rx_dir field for rx buffer DMA direction.Michael Chan2-15/+13
2017-02-07bnxt_en: Don't use DEFINE_DMA_UNMAP_ADDR to store DMA address in RX path.Michael Chan2-13/+10
2017-02-07bnxt_en: Refactor rx SKB function.Michael Chan2-16/+44
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-1/+1
2017-01-31net: bgmac: use PHY subsystem for initializing PHYRafał Miłecki1-0/+10
2017-01-31net: bgmac: drop struct bcma_mdio we don't need anymoreRafał Miłecki3-60/+42
2017-01-31net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki4-13/+21
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet7-8/+8
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-35/+51
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan1-3/+6
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan1-19/+18
2017-01-25bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan1-13/+25
2017-01-24net: broadcom: bnx2x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-90/+109
2017-01-23bnx2x: avoid two atomic ops per page on x86Eric Dumazet1-10/+5
2017-01-22net: systemport: Add support for SYSTEMPORT LiteFlorian Fainelli2-78/+323
2017-01-22net: systemport: Dynamically allocate number of TX ringsFlorian Fainelli2-1/+12
2017-01-20bcm63xx_enet: avoid uninitialized variable warningArnd Bergmann1-2/+4
2017-01-18bnxt_en: Fix "uninitialized variable" bug in TPA code path.Michael Chan1-1/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+18
2017-01-13bnxt_en: Add the ulp_sriov_cfg hooks for bnxt_re RDMA driver.Michael Chan1-0/+5
2017-01-13bnxt_en: Add support for ethtool -p.Michael Chan4-1/+123
2017-01-13bnxt_en: Update to firmware interface spec to 1.6.1.Michael Chan1-24/+237
2017-01-13bnxt_en: Clear TPA flags when BNXT_FLAG_NO_AGG_RINGS is set.Michael Chan1-0/+2
2017-01-13bnxt_en: Fix compiler warnings when CONFIG_RFS_ACCEL is not defined.Michael Chan1-0/+2
2017-01-13net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli1-7/+18
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-01-08net: remove useless memset's in drivers get_stats64stephen hemminger1-2/+0
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger4-15/+9
2017-01-07tg3: Fix race condition in tg3_get_stats64().Michael Chan1-0/+3
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+11