summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt (follow)
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine.Venkat Duvvuru2018-01-081-1/+1
* bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc()Sunil Challa2018-01-081-1/+1
* bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens2017-12-081-2/+2
* bnxt_en: Fix a variable scoping in bnxt_hwrm_do_send_msg()Vasundhara Volam2017-12-031-1/+1
* bnxt_en: fix dst/src fid for vxlan encap/decap actionsSathya Perla2017-12-031-22/+26
* bnxt_en: wildcard smac while creating tunnel decap filterSunil Challa2017-12-031-5/+2
* bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui2017-12-031-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-291-2/+2
|\
| * bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET2017-11-281-2/+2
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
|/
* bnxt: fix bnxt_hwrm_fw_set_time for y2038Arnd Bergmann2017-11-081-8/+3
* bnxt: delete some unreachable codeDan Carpenter2017-11-081-1/+0
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-053-3/+3
* bnxt_en: Fix IRQ coalescing regression.Michael Chan2017-11-031-1/+5
* bnxt_en: fix typo in bnxt_set_coalesceAndy Gospodarek2017-11-031-1/+1
* net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-022-2/+2
* bnxt_en: Fix randconfig build errors.Michael Chan2017-10-281-0/+6
* bnxt_en: alloc tc_info{} struct only when tc flower is enabledSathya Perla2017-10-275-22/+34
* bnxt_en: query cfa flow stats periodically to compute 'lastused' attributeSathya Perla2017-10-274-85/+218
* bnxt_en: add hwrm FW cmds for cfa_encap_record and decap_filterSathya Perla2017-10-271-4/+125
* bnxt_en: add support for Flower based vxlan encap/decap offloadSathya Perla2017-10-274-12/+631
* bnxt_en: Refactor and simplify coalescing code.Michael Chan2017-10-271-46/+35
* bnxt_en: Reorganize the coalescing parameters.Michael Chan2017-10-273-52/+79
* bnxt_en: Add ethtool reset methodVasundhara Volam2017-10-272-1/+38
* bnxt_en: Check maximum supported MTU from firmware.Michael Chan2017-10-272-6/+12
* bnxt_en: Optimize .ndo_set_mac_address() for VFs.Michael Chan2017-10-271-3/+3
* bnxt_en: Get firmware package version one time.Michael Chan2017-10-272-16/+18
* bnxt_en: Check for zero length value in bnxt_get_nvram_item().Michael Chan2017-10-271-0/+3
* bnxt_en: adding PCI ID for SMARTNIC VF supportRob Miller2017-10-271-1/+5
* bnxt_en: Add PCIe device ID for bcm58804Ray Jui2017-10-272-0/+5
* bnxt_en: Update firmware interface to 1.8.3.1Michael Chan2017-10-271-24/+396
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-225-34/+112
|\
| * bnxt_en: Fix possible corruption in DCB parameters from firmware.Sankar Patchineelam2017-10-151-5/+18
| * bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan2017-10-153-1/+10
| * bnxt_en: Fix VF resource checking.Michael Chan2017-10-151-2/+9
| * bnxt_en: Fix VF PCIe link speed and width logic.Vasundhara Volam2017-10-151-1/+1
| * bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan2017-10-153-12/+21
| * bnxt_en: Improve VF/PF link change logic.Michael Chan2017-10-151-13/+53
* | bnxt: Move generic devlink code to new fileSteve Lin2017-10-216-85/+112
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-212-4/+0
* | bnxt: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-213-10/+73
* | bnxt_en: don't consider building bnxt_tc.o if option not enabledJonathan Toppins2017-10-072-6/+2
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
* | bnxt_en: Remove redundant unlikely()Tobias Klauser2017-09-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-231-0/+4
|\|
| * bnxt_en: check for ingress qdisc in flower offloadSathya Perla2017-09-191-0/+4
* | 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-022-12/+31
|\
| * bnxt_en: Do not setup MAC address in bnxt_hwrm_func_qcaps().Michael Chan2017-08-241-12/+28