summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (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
* bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2017-12-272-3/+15
* tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam2017-12-271-1/+2
* tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam2017-12-272-0/+14
* tg3: Update copyrightSiva Reddy Kallam2017-12-272-3/+6
* tg3: Fix rx hang on MTU change with 5717/5719Brian King2017-12-191-1/+3
* 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-225-15/+15
|/
* bnx2x: fix slowpath null crashZhu Yanjun2017-11-141-3/+10
* net: bgmac: Pad packets to a minimum sizeFlorian Fainelli2017-11-111-0/+16
* net: ethernet: bgmac: mark expected switch fall-throughGustavo A. R. Silva2017-11-111-0/+1
* 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-082-2/+2
* net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-053-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-046-4/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-031-4/+6
| |\
| | * net: systemport: Correct IPG length settingsFlorian Fainelli2017-11-031-4/+6
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
| |/
* | 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: systemport: Only inspect valid switch port & queuesFlorian Fainelli2017-11-022-2/+8
* | net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-022-2/+2
* | net: bcmgenet: Avoid calling platform_device_put() twice in bcmgenet_mii_exit()Wei Yongjun2017-11-011-1/+0
* | 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
* | net: bcmgenet: Use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-271-2/+1
* | net: systemport: Check DSA notifier master against ourselfFlorian Fainelli2017-10-271-15/+18
* | net: bcmgenet: use dev->phydev instead of priv->phydevDoug Berger2017-10-263-34/+31
* | Revert "net: bcmgenet: Software reset EPHY after power on"Doug Berger2017-10-263-18/+0