summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2017-02-07bnxt_en: Add RX page mode support.Michael Chan
2017-02-07bnxt_en: Parameterize RX buffer offsets.Michael Chan
2017-02-07bnxt_en: Add bp->rx_dir field for rx buffer DMA direction.Michael Chan
2017-02-07bnxt_en: Don't use DEFINE_DMA_UNMAP_ADDR to store DMA address in RX path.Michael Chan
2017-02-07bnxt_en: Refactor rx SKB function.Michael Chan
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2017-01-31net: bgmac: use PHY subsystem for initializing PHYRafał Miłecki
2017-01-31net: bgmac: drop struct bcma_mdio we don't need anymoreRafał Miłecki
2017-01-31net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan
2017-01-25bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan
2017-01-25bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan
2017-01-24net: broadcom: bnx2x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-23bnx2x: avoid two atomic ops per page on x86Eric Dumazet
2017-01-22net: systemport: Add support for SYSTEMPORT LiteFlorian Fainelli
2017-01-22net: systemport: Dynamically allocate number of TX ringsFlorian Fainelli
2017-01-20bcm63xx_enet: avoid uninitialized variable warningArnd Bergmann
2017-01-18bnxt_en: Fix "uninitialized variable" bug in TPA code path.Michael Chan
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-13bnxt_en: Add the ulp_sriov_cfg hooks for bnxt_re RDMA driver.Michael Chan
2017-01-13bnxt_en: Add support for ethtool -p.Michael Chan
2017-01-13bnxt_en: Update to firmware interface spec to 1.6.1.Michael Chan
2017-01-13bnxt_en: Clear TPA flags when BNXT_FLAG_NO_AGG_RINGS is set.Michael Chan
2017-01-13bnxt_en: Fix compiler warnings when CONFIG_RFS_ACCEL is not defined.Michael Chan
2017-01-13net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-08net: remove useless memset's in drivers get_stats64stephen hemminger
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-07tg3: Fix race condition in tg3_get_stats64().Michael Chan
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-04net: systemport: Pad packet before inserting TSBFlorian Fainelli
2017-01-04net: systemport: Utilize skb_put_padto()Florian Fainelli
2016-12-29bnxt_en: Handle no aggregation ring gracefully.Michael Chan
2016-12-29bnxt_en: Set default completion ring for async events.Michael Chan
2016-12-29bnxt_en: Implement new scheme to reserve tx rings.Michael Chan
2016-12-29bnxt_en: Add IPV6 hardware RFS support.Michael Chan
2016-12-29bnxt_en: Assign additional vnics to VFs.Michael Chan
2016-12-29bnxt_en: Add new hardware RFS mode.Michael Chan
2016-12-29bnxt_en: Refactor code that determines RFS capability.Michael Chan
2016-12-29bnxt_en: Add function to get vnic capability.Michael Chan
2016-12-29bnxt_en: Refactor TPA code path.Michael Chan
2016-12-29bnxt_en: Fix and clarify link_info->advertising.Michael Chan
2016-12-29bnxt_en: Improve the IRQ disable sequence during shutdown.Michael Chan
2016-12-29bnxt_en: Use napi_complete_done()Michael Chan
2016-12-29bnxt_en: Remove busy poll logic in the driver.Michael Chan
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds