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