summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan2019-06-041-0/+2
* bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan2019-05-051-4/+5
* bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam2019-05-051-0/+1
* bnxt_en: Improve multicast address setup logic.Michael Chan2019-05-051-1/+8
* bnxt_en: Reset device on RX buffer errors.Michael Chan2019-04-171-0/+6
* bnxt_en: Improve RX consumer index validity check.Michael Chan2019-04-171-3/+7
* bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2019-03-232-2/+2
* bnxt_en: Fix typo in firmware message timeout logic.Michael Chan2019-03-231-1/+1
* bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan2019-03-101-0/+6
* bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.Michael Chan2019-02-121-8/+11
* bnxt_en: Fix filling time in bnxt_fill_coredump_record()Vasundhara Volam2018-12-131-2/+2
* bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam2018-10-041-1/+1
* bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru2018-10-041-4/+6
* bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG requestVasundhara Volam2018-10-041-3/+3
* bnxt_en: Fix VNIC reservations on the PF.Michael Chan2018-10-041-1/+1
* bnxt_en: Fix TX timeout during netpoll.Michael Chan2018-09-261-3/+10
* bnxt: remove ndo_poll_controllerEric Dumazet2018-09-231-18/+0
* bnxt_en: don't try to offload VLAN 'modify' actionDavide Caratti2018-09-201-6/+14
* net: bnxt: Fix a uninitialized variable warning.zhong jiang2018-09-181-0/+3
* bnxt_en: Fix VF mac address regression.Michael Chan2018-09-173-7/+13
* bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan2018-09-034-12/+9
* bnxt_en: Clean up unused functions.Michael Chan2018-09-034-18/+1
* bnxt_en: Fix firmware signaled resource change logic in open.Michael Chan2018-09-031-3/+10
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2
* bnxt_en: take coredump_record structure off stackArnd Bergmann2018-08-131-6/+3
* bnxt_en: avoid string overflow for record->system_nameArnd Bergmann2018-08-131-2/+2
* bnxt_en: Fix strcpy() warnings in bnxt_ethtool.cVasundhara Volam2018-08-101-3/+3
* bnx2x: Mark expected switch fall-thoughsGustavo A. R. Silva2018-08-071-1/+1
* bnxt_en: Do not use the CNP CoS queue for networking traffic.Michael Chan2018-08-052-8/+18
* bnxt_en: Add DCBNL DSCP application protocol support.Michael Chan2018-08-053-1/+89
* bnxt_en: Add hwmon sysfs support to read temperatureVasundhara Volam2018-08-052-0/+63
* bnxt_en: Notify firmware about IF state changes.Michael Chan2018-08-052-2/+52
* bnxt_en: Move firmware related flags to a new fw_cap field in struct bnxt.Michael Chan2018-08-053-15/+16
* bnxt_en: Add BNXT_NEW_RM() macro.Michael Chan2018-08-055-18/+18
* bnxt_en: Add support for ethtool get dump.Vasundhara Volam2018-08-053-0/+436
* bnxt_en: Update RSS setup and GRO-HW logic according to the latest spec.Michael Chan2018-08-052-1/+6
* bnxt_en: Add new VF resource allocation strategy mode.Michael Chan2018-08-053-10/+16
* bnxt_en: Add PHY retry logic.Michael Chan2018-08-052-1/+34
* bnxt_en: Add external loopback test to ethtool selftest.Michael Chan2018-08-053-6/+32
* bnxt_en: Adjust timer based on ethtool stats-block-usecs settings.Michael Chan2018-08-051-0/+5
* bnxt_en: Update firmware interface version to 1.9.2.25.Michael Chan2018-08-054-321/+924
* bnxt_en: combine 'else if' and 'else' into single branchYueHaibing2018-08-031-2/+6
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-204-13/+44
|\
| * bnxt_en: Fix for system hang if request_irq failsVikas Gupta2018-07-091-1/+3
| * bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs.Michael Chan2018-07-093-4/+1
| * bnxt_en: Support clearing of the IFF_BROADCAST flag.Michael Chan2018-07-091-2/+7
| * bnxt_en: Always set output parameters in bnxt_get_max_rings().Michael Chan2018-07-091-2/+2
| * bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic.Michael Chan2018-07-091-1/+4
| * bnxt_en: Fix the vlan_tci exact match check.Venkat Duvvuru2018-07-091-3/+27
* | bnxt_en: remove redundant debug register dma mem allocationYueHaibing2018-07-162-16/+0