summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorLines
2016-07-15net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli-1/+1
2016-07-11bnxt_en: initialize rc to zero to avoid returning garbageColin Ian King-1/+1
2016-07-01net: bcmsysport: Device stats are unsigned longFlorian Fainelli-1/+1
2016-06-28net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli-2/+0
2016-06-28net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli-0/+3
2016-06-28net: bgmac: Fix SOF bit checkingFlorian Fainelli-2/+3
2016-06-07bnxt_en: Simplify VLAN receive logic.Michael Chan-20/+9
2016-06-07bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.Michael Chan-0/+14
2016-06-07bnxt_en: Fix tx push race condition.Michael Chan-1/+2
2016-06-05bnx2x: allow adding VLANs while interface is downMichal Schmidt-89/+62
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov-7/+10
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert-6/+4
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2016-05-15bnxt_en: Use dma_rmb() instead of rmb().Michael Chan-1/+1
2016-05-15bnxt_en: Add BCM57314 device ID.Michael Chan-0/+3
2016-05-15bnxt_en: Simplify and improve unsupported SFP+ module reporting.Michael Chan-37/+30
2016-05-15bnxt_en: Fix length value in dmesg log firmware error message.Michael Chan-1/+1
2016-05-15bnxt_en: Improve the delay logic for firmware response.Michael Chan-9/+10
2016-05-15bnxt_en: Reduce maximum ring pages if page size is 64K.Michael Chan-0/+7
2016-05-15bnxt_en: Report PCIe link speed and width during driver loadAjit Khaparde-0/+18
2016-05-15bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPROAjit Khaparde-0/+167
2016-05-15bnxt_en: Fix invalid max channel parameter in ethtool -l.Satish Baddipadige-1/+5
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+65
2016-05-11bnxt_en: Add workaround to detect bad opaque in rx completion (part 2)Michael Chan-0/+61
2016-05-11bnxt_en: Add workaround to detect bad opaque in rx completion (part 1)Michael Chan-0/+4
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+19
2016-05-06cnic: call cp->stop_hw() in cnic_start_hw() on allocation failureJon Maxwell-1/+4
2016-05-04bnxt_en: Setup multicast properly after resetting device.Michael Chan-4/+15
2016-05-04bnxt_en: Need memory barrier when processing the completion ring.Michael Chan-0/+4
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-4/+4
2016-05-04bnxt: Add support for segmentation of tunnels with outer checksumsAlexander Duyck-2/+7
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+52
2016-04-28treewide: Fix typos in printkMasanari Iida-1/+1
2016-04-27bnxt_en: Divide a page into 32K buffers for the aggregation ring if necessary.Michael Chan-5/+34
2016-04-27bnxt_en: Limit RX BD pages to be no bigger than 32K.Michael Chan-9/+18
2016-04-27bnxt_en: Don't fallback to INTA on VF.Michael Chan-1/+1
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+13
2016-04-21net: bcmsysport: use napi_complete_done()Florian Fainelli-1/+1
2016-04-21net: bcmsysport: use __napi_schedule_irqoff()Florian Fainelli-2/+2
2016-04-16net: bcmgenet: device stats are unsigned longEric Dumazet-1/+5
2016-04-14bgmac: fix MAC soft-reset bit for corerev > 4Felix Fietkau-3/+3
2016-04-14bgmac: reset & enable Ethernet core before using itRafał Miłecki-0/+5
2016-04-14net: bcmgenet: add BQL supportPetri Gynther-1/+14
2016-04-13net: bcmgenet: use __napi_schedule_irqoff()Florian Fainelli-4/+4
2016-04-13net: bcmgenet: use napi_complete_done()Eric Dumazet-1/+1
2016-04-11bnxt_en: Add async event handling for speed config changes.Michael Chan-0/+16
2016-04-11bnxt_en: Call firmware to approve VF MAC address change.Michael Chan-4/+34
2016-04-11bnxt_en: Shutdown link when device is closed.Michael Chan-0/+16
2016-04-11bnxt_en: Disallow forced speed for 10GBaseT devices.Michael Chan-0/+10
2016-04-05net: bcmgenet: cleanup for dmadesc_set()Petri Gynther-1/+1