summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Fix IRQ coalescing regression.Michael Chan2017-11-031-1/+5
* net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-021-1/+1
* bnxt_en: alloc tc_info{} struct only when tc flower is enabledSathya Perla2017-10-281-1/+1
* bnxt_en: query cfa flow stats periodically to compute 'lastused' attributeSathya Perla2017-10-281-0/+9
* bnxt_en: Refactor and simplify coalescing code.Michael Chan2017-10-281-46/+35
* bnxt_en: Reorganize the coalescing parameters.Michael Chan2017-10-281-24/+36
* bnxt_en: Check maximum supported MTU from firmware.Michael Chan2017-10-281-6/+11
* bnxt_en: Optimize .ndo_set_mac_address() for VFs.Michael Chan2017-10-281-3/+3
* bnxt_en: Get firmware package version one time.Michael Chan2017-10-281-2/+2
* bnxt_en: adding PCI ID for SMARTNIC VF supportRob Miller2017-10-281-1/+5
* bnxt_en: Add PCIe device ID for bcm58804Ray Jui2017-10-281-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-26/+73
|\
| * bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan2017-10-141-0/+6
| * bnxt_en: Fix VF PCIe link speed and width logic.Vasundhara Volam2017-10-141-1/+1
| * bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan2017-10-141-12/+13
| * bnxt_en: Improve VF/PF link change logic.Michael Chan2017-10-141-13/+53
* | bnxt: Move generic devlink code to new fileSteve Lin2017-10-211-0/+1
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-2/+0
* | bnxt: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-5/+32
* | bnxt_en: Remove redundant unlikely()Tobias Klauser2017-09-261-1/+1
* | drivers: net: bnxt: use setup_timer() helper.Allen Pais2017-09-211-3/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-12/+29
|\
| * bnxt_en: Do not setup MAC address in bnxt_hwrm_func_qcaps().Michael Chan2017-08-231-12/+28
| * bnxt_en: Fix .ndo_setup_tc() to include XDP rings.Michael Chan2017-08-231-0/+1
* | bnxt_en: bnxt: add TC flower filter offload supportSathya Perla2017-08-281-8/+31
* | bnxt_en: Reduce default rings on multi-port cards.Michael Chan2017-08-281-4/+9
* | bnxt_en: Improve -ENOMEM logic in NAPI poll loop.Michael Chan2017-08-281-0/+7
* | bnxt: initialize board_info values with proper enumsScott Branden2017-08-281-32/+32
* | bnxt: Add PCIe device IDs for bcm58802/bcm58808Ray Jui2017-08-281-1/+7
* | bnxt_en: assign CPU affinity hints to bnxt_en IRQsVasundhara Volam2017-08-281-1/+24
* | bnxt_en: Improve tx ring reservation logic.Michael Chan2017-08-281-8/+38
* | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+5
* | net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
* | net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* | bnxt_en: fix switchdev port naming for external-port-rep and vf-repsSathya Perla2017-07-251-5/+1
* | bnxt: fix unused variable warningsstephen hemminger2017-07-251-4/+0
* | bnxt_en: Use SWITCHDEV_SET_OPS().David S. Miller2017-07-241-1/+1
* | bnxt_en: add support for port_attr_get and and get_phys_port_nameSathya Perla2017-07-241-0/+57
* | bnxt_en: add vf-rep RX/TX and netdev implementationSathya Perla2017-07-241-11/+57
* | bnxt_en: add support to enable VF-representorsSathya Perla2017-07-241-1/+8
* | bnxt_en: Report firmware DCBX agent.Michael Chan2017-07-241-9/+10
* | bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan2017-07-241-1/+2
* | bnxt_en: Implement ndo_bridge_{get|set}link methods.Michael Chan2017-07-241-0/+67
* | bnxt_en: Retrieve the hardware bridge mode from the firmware.Michael Chan2017-07-241-0/+8
* | bnxt_en: Update firmware interface spec to 1.8.0.Michael Chan2017-07-241-3/+5
|/
* bnxt_en: Fix SRIOV on big-endian architecture.Michael Chan2017-07-111-5/+10
* bnxt_en: Fix bug in ethtool -L.Michael Chan2017-07-111-6/+3
* bnxt_en: Fix race conditions in .ndo_get_stats64().Michael Chan2017-07-111-2/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-9/+52
|\
OpenPOWER on IntegriCloud