aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2017-11-08bnxt: fix bnxt_hwrm_fw_set_time for y2038Arnd Bergmann
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-11-03bnxt_en: Fix IRQ coalescing regression.Michael Chan
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko
2017-10-28bnxt_en: alloc tc_info{} struct only when tc flower is enabledSathya Perla
2017-10-28bnxt_en: query cfa flow stats periodically to compute 'lastused' attributeSathya Perla
2017-10-28bnxt_en: Refactor and simplify coalescing code.Michael Chan
2017-10-28bnxt_en: Reorganize the coalescing parameters.Michael Chan
2017-10-28bnxt_en: Check maximum supported MTU from firmware.Michael Chan
2017-10-28bnxt_en: Optimize .ndo_set_mac_address() for VFs.Michael Chan
2017-10-28bnxt_en: Get firmware package version one time.Michael Chan
2017-10-28bnxt_en: adding PCI ID for SMARTNIC VF supportRob Miller
2017-10-28bnxt_en: Add PCIe device ID for bcm58804Ray Jui
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21bnxt: Move generic devlink code to new fileSteve Lin
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko
2017-10-21bnxt: Convert ndo_setup_tc offloads to block callbacksJiri Pirko
2017-10-14bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan
2017-10-14bnxt_en: Fix VF PCIe link speed and width logic.Vasundhara Volam
2017-10-14bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan
2017-10-14bnxt_en: Improve VF/PF link change logic.Michael Chan
2017-09-26bnxt_en: Remove redundant unlikely()Tobias Klauser
2017-09-21drivers: net: bnxt: use setup_timer() helper.Allen Pais
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-28bnxt_en: bnxt: add TC flower filter offload supportSathya Perla
2017-08-28bnxt_en: Reduce default rings on multi-port cards.Michael Chan
2017-08-28bnxt_en: Improve -ENOMEM logic in NAPI poll loop.Michael Chan
2017-08-28bnxt: initialize board_info values with proper enumsScott Branden
2017-08-28bnxt: Add PCIe device IDs for bcm58802/bcm58808Ray Jui
2017-08-28bnxt_en: assign CPU affinity hints to bnxt_en IRQsVasundhara Volam
2017-08-28bnxt_en: Improve tx ring reservation logic.Michael Chan
2017-08-23bnxt_en: Do not setup MAC address in bnxt_hwrm_func_qcaps().Michael Chan
2017-08-23bnxt_en: Fix .ndo_setup_tc() to include XDP rings.Michael Chan
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-07-25bnxt_en: fix switchdev port naming for external-port-rep and vf-repsSathya Perla
2017-07-25bnxt: fix unused variable warningsstephen hemminger
2017-07-24bnxt_en: Use SWITCHDEV_SET_OPS().David S. Miller
2017-07-24bnxt_en: add support for port_attr_get and and get_phys_port_nameSathya Perla
2017-07-24bnxt_en: add vf-rep RX/TX and netdev implementationSathya Perla
2017-07-24bnxt_en: add support to enable VF-representorsSathya Perla
2017-07-24bnxt_en: Report firmware DCBX agent.Michael Chan
2017-07-24bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan
2017-07-24bnxt_en: Implement ndo_bridge_{get|set}link methods.Michael Chan
2017-07-24bnxt_en: Retrieve the hardware bridge mode from the firmware.Michael Chan
2017-07-24bnxt_en: Update firmware interface spec to 1.8.0.Michael Chan
2017-07-11bnxt_en: Fix SRIOV on big-endian architecture.Michael Chan