summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2016-02-24bnxt_en: Fix zero padding of tx push data.Michael Chan1-1/+2
2016-02-20bnxt_en: Failure to update PHY is not fatal condition.Michael Chan1-1/+1
2016-02-20bnxt_en: Remove unnecessary call to update PHY settings.Michael Chan1-4/+2
2016-02-20bnxt_en: Poll link at the end of __bnxt_open_nic().Michael Chan1-0/+1
2016-02-16bnxt_en: Reduce default ring sizes.Michael Chan1-2/+2
2016-02-16bnxt_en: Fix implementation of tx push operation.Michael Chan2-19/+34
2016-02-16bnxt_en: Remove 20G support and advertise only 40GbaseCR4.Michael Chan1-16/+5
2016-02-16bnxt_en: Cleanup and Fix flow control setup logicMichael Chan2-26/+9
2016-02-16bnxt_en: Fix ethtool autoneg logic.Michael Chan1-4/+6
2016-01-30bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout.Michael Chan1-2/+3
2016-01-30bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter.Michael Chan1-2/+0
2016-01-30bnxt_en: Ring free response from close path should use completion ringPrashant Sreedharan1-1/+1
2016-01-13net: bnxt: always return values from _bnxt_get_max_ringsArnd Bergmann1-7/+9
2016-01-11bnxt_en: Reset embedded processor after applying firmware upgradeRob Swindell1-4/+42
2016-01-11bnxt_en: Zero pad firmware messages to 128 bytes.Michael Chan1-0/+3
2016-01-04bnxt_en: Modify ethtool -l|-L to support combined or rx/tx rings.Michael Chan1-12/+45
2016-01-04bnxt_en: Modify init sequence to support shared or non shared rings.Michael Chan1-10/+32
2016-01-04bnxt_en: Modify bnxt_get_max_rings() to support shared or non shared rings.Michael Chan3-25/+79
2016-01-04bnxt_en: Re-structure ring indexing and mapping.Michael Chan2-38/+55
2016-01-04bnxt_en: Check for NULL rx or tx ring.Michael Chan1-5/+22
2016-01-04bnxt_en: Separate bnxt_{rx|tx}_ring_info structs from bnxt_napi struct.Michael Chan2-86/+70
2016-01-04bnxt_en: Refactor bnxt_dbg_dump_states().Michael Chan1-17/+33
2015-12-28bnxt_en: Add BCM57301 & BCM57402 devices.David Christensen1-2/+8
2015-12-28bnxt_en: Update to Firmware interface spec 1.0.0.Michael Chan4-572/+349
2015-12-28bnxt_en: Keep track of the ring group resource.Michael Chan3-2/+18
2015-12-28bnxt_en: Improve VF resource accounting.Michael Chan3-14/+12
2015-12-28bnxt_en: Cleanup bnxt_hwrm_func_cfg().Michael Chan1-17/+16
2015-12-28bnxt_en: Check hardware resources before enabling NTUPLE.Michael Chan2-8/+35
2015-12-28bnxt_en: Don't treat single segment rx frames as GRO frames.Michael Chan1-1/+6
2015-12-28bnxt_en: Allocate rx_cpu_rmap only if Accelerated RFS is enabled.Michael Chan1-3/+1
2015-12-28bnxt_en: Increment checksum error counter only if NETIF_F_RXCSUM is set.Satish Baddipadige1-2/+4
2015-12-28bnxt_en: Add support for upgrading APE/NC-SI firmware via Ethtool FLASHDEVRob Swindell1-0/+3
2015-12-28bnxt_en: Optimize ring alloc and ring free functions.Michael Chan1-114/+87
2015-12-28bnxt_en: support hwrm_func_drv_unrgtr commandJeffrey Huang1-0/+9
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-18/+36
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-17/+34
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-19net: provide generic busy polling to all NAPI driversEric Dumazet1-2/+0
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-10-26bnxt_en: Fix compile warnings when CONFIG_INET is not set.Michael Chan2-1/+6