summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-17bnxt_en: Refactor bnxt_close_nic().Michael Chan1-13/+19
2018-01-17bnxt_en: Update firmware interface to 1.9.0.Michael Chan1-9/+10
2018-01-16bnxt_en: don't update cpr->rx_bytes with uninitialized length lenColin Ian King1-3/+4
2018-01-10bnxt_en: add support for software dynamic interrupt moderationAndy Gospodarek1-0/+50
2018-01-06bnxt_en: setup xdp_rxq_infoJesper Dangaard Brouer1-0/+10
2017-12-19bnxt_en: Use NETIF_F_GRO_HW.Michael Chan1-7/+20
2017-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-12-08bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens1-2/+2
2017-12-07bnxt_en: Don't print "Link speed -1 no longer supported" messages.Michael Chan1-3/+7
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-12-03bnxt_en: Fix a variable scoping in bnxt_hwrm_do_send_msg()Vasundhara Volam1-1/+1
2017-12-03bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui1-1/+2
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski1-2/+0
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-08bnxt: fix bnxt_hwrm_fw_set_time for y2038Arnd Bergmann1-8/+3
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-1/+1
2017-11-03bnxt_en: Fix IRQ coalescing regression.Michael Chan1-1/+5
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko1-1/+1
2017-10-27bnxt_en: alloc tc_info{} struct only when tc flower is enabledSathya Perla1-1/+1
2017-10-27bnxt_en: query cfa flow stats periodically to compute 'lastused' attributeSathya Perla1-0/+9
2017-10-27bnxt_en: Refactor and simplify coalescing code.Michael Chan1-46/+35
2017-10-27bnxt_en: Reorganize the coalescing parameters.Michael Chan1-24/+36
2017-10-27bnxt_en: Check maximum supported MTU from firmware.Michael Chan1-6/+11
2017-10-27bnxt_en: Optimize .ndo_set_mac_address() for VFs.Michael Chan1-3/+3
2017-10-27bnxt_en: Get firmware package version one time.Michael Chan1-2/+2
2017-10-27bnxt_en: adding PCI ID for SMARTNIC VF supportRob Miller1-1/+5
2017-10-27bnxt_en: Add PCIe device ID for bcm58804Ray Jui1-0/+3
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+73
2017-10-21bnxt: Move generic devlink code to new fileSteve Lin1-0/+1
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-2/+0
2017-10-21bnxt: Convert ndo_setup_tc offloads to block callbacksJiri Pirko1-5/+32
2017-10-15bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan1-0/+6
2017-10-15bnxt_en: Fix VF PCIe link speed and width logic.Vasundhara Volam1-1/+1
2017-10-15bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan1-12/+13
2017-10-15bnxt_en: Improve VF/PF link change logic.Michael Chan1-13/+53
2017-09-26bnxt_en: Remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-21drivers: net: bnxt: use setup_timer() helper.Allen Pais1-3/+1
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+29
2017-08-29bnxt_en: bnxt: add TC flower filter offload supportSathya Perla1-8/+31
2017-08-29bnxt_en: Reduce default rings on multi-port cards.Michael Chan1-4/+9
2017-08-29bnxt_en: Improve -ENOMEM logic in NAPI poll loop.Michael Chan1-0/+7
2017-08-29bnxt: initialize board_info values with proper enumsScott Branden1-32/+32
2017-08-29bnxt: Add PCIe device IDs for bcm58802/bcm58808Ray Jui1-1/+7
2017-08-29bnxt_en: assign CPU affinity hints to bnxt_en IRQsVasundhara Volam1-1/+24
2017-08-29bnxt_en: Improve tx ring reservation logic.Michael Chan1-8/+38
2017-08-24bnxt_en: Do not setup MAC address in bnxt_hwrm_func_qcaps().Michael Chan1-12/+28
2017-08-24bnxt_en: Fix .ndo_setup_tc() to include XDP rings.Michael Chan1-0/+1
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+5
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko1-1/+1