summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2017-12-09net: systemport: Pad packet before inserting TSBFlorian Fainelli1-9/+9
2017-12-09net: systemport: Utilize skb_put_padto()Florian Fainelli1-3/+2
2017-08-11tg3: Fix race condition in tg3_get_stats64().Michael Chan1-0/+3
2017-07-15bgmac: reset & enable Ethernet core before using itRafał Miłecki1-0/+5
2017-07-05net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli1-2/+0
2017-07-05net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli1-0/+3
2017-07-05net: bgmac: Fix SOF bit checkingFlorian Fainelli1-2/+3
2017-07-05bgmac: Fix reversed test of build_skb() return value.David S. Miller1-1/+1
2017-07-05bgmac: fix a missing check for build_skbwangweidong1-0/+5
2017-06-14bnx2x: Fix Multi-CosMintz, Yuval1-1/+1
2017-05-14bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter1-1/+2
2017-05-08net: tg3: avoid uninitialized variable warningArnd Bergmann1-1/+1
2017-03-30net: bcmgenet: remove bcmgenet_internal_phy_setup()Doug Berger1-15/+0
2017-03-30net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabledFlorian Fainelli1-2/+4
2017-02-04net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli1-7/+18
2016-12-10net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli1-3/+5
2016-11-21bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek1-1/+4
2016-11-15tg3: Avoid NULL pointer dereference in tg3_io_error_detected()Milton Miller1-5/+5
2016-10-28bnx2x: Prevent false warning for lack of FC NPIVYuval Mintz1-0/+4
2016-08-16net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli1-1/+1
2016-04-20net: bcmgenet: fix dma api length mismatchEric Dumazet1-2/+2
2016-03-04tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segsSiva Reddy Kallam1-6/+19
2015-12-19bnx2x: Prevent FW assertion when using VxlanYuval Mintz1-9/+13
2015-12-12bnxt_en: Implement missing tx timeout reset logic.Michael Chan1-3/+13
2015-12-12bnxt_en: Don't cancel sp_task from bnxt_close_nic().Michael Chan2-2/+12
2015-12-12bnxt_en: Change bp->state to bitmap.Michael Chan3-8/+7
2015-12-12bnxt_en: Fix bitmap declaration to work on 32-bit arches.Michael Chan1-6/+5
2015-12-03bnxt_en: Setup uc_list mac filters after resetting the chip.Michael Chan1-5/+8
2015-12-03bnxt_en: enforce proper storing of MAC addressJeffrey Huang2-11/+16
2015-12-03bnxt_en: Fixed incorrect implementation of ndo_set_mac_addressJeffrey Huang1-1/+10
2015-11-20bnx2x: Fix vxlan removalYuval Mintz1-2/+2
2015-11-16bnx2x: Fix VLANs null-pointer for 57710, 57711Yuval Mintz1-1/+1
2015-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-30/+65
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-11-06bnxt_en: More robust SRIOV cleanup sequence.Jeffrey Huang1-13/+27
2015-11-06bnxt_en: Fix comparison of u16 sw_id against negative value.Michael Chan1-4/+5
2015-11-06bnxt_en: map CAG_REG_LEGACY_INT_STATUS_MASK to GRC window #4Jeffrey Huang2-3/+20
2015-11-06bnxt_en: Determine tcp/ipv6 RSS hash type correctly.Michael Chan1-5/+7
2015-11-06bnxt_en: Change sp events definitions to represent bit position.Jeffrey Huang1-5/+5
2015-11-05bnxt_en: add VXLAN dependencyArnd Bergmann1-0/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+22
2015-11-01net: bcmgenet: Software reset EPHY after power onFlorian Fainelli3-1/+22
2015-10-26bnxt_en: Fix compile warnings when CONFIG_INET is not set.Michael Chan2-1/+6
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+19
2015-10-24bnxt_en: Fix compile errors when CONFIG_BNXT_SRIOV is not set.Michael Chan4-28/+40
2015-10-23bnxt_en: New Broadcom ethernet driver.Michael Chan12-0/+13034
2015-10-21bcm63xx_enet: check 1000BASE-T advertisement configurationSimon Arlott1-14/+19
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+30
2015-10-19net: bcmgenet: Fix early link interrupt enablingFlorian Fainelli1-9/+23
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera4-8/+0