aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-08bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens1-2/+2
2017-12-02bnxt_en: Fix a variable scoping in bnxt_hwrm_do_send_msg()Vasundhara Volam1-1/+1
2017-12-02bnxt_en: fix dst/src fid for vxlan encap/decap actionsSathya Perla1-22/+26
2017-12-02bnxt_en: wildcard smac while creating tunnel decap filterSunil Challa1-5/+2
2017-12-02bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui1-1/+2
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2017-11-28bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook5-15/+15
2017-11-14bnx2x: fix slowpath null crashZhu Yanjun1-3/+10
2017-11-11net: bgmac: Pad packets to a minimum sizeFlorian Fainelli1-0/+16
2017-11-11net: ethernet: bgmac: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-08bnxt: fix bnxt_hwrm_fw_set_time for y2038Arnd Bergmann1-8/+3
2017-11-08bnxt: delete some unreachable codeDan Carpenter1-1/+0
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2-2/+2
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski3-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-4/+11
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+6
2017-11-03bnxt_en: Fix IRQ coalescing regression.Michael Chan1-1/+5
2017-11-03bnxt_en: fix typo in bnxt_set_coalesceAndy Gospodarek1-1/+1
2017-11-03net: systemport: Correct IPG length settingsFlorian Fainelli1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-11-02net: systemport: Only inspect valid switch port & queuesFlorian Fainelli2-2/+8
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion phaseJiri Pirko2-2/+2
2017-11-01net: bcmgenet: Avoid calling platform_device_put() twice in bcmgenet_mii_exit()Wei Yongjun1-1/+0
2017-10-28bnxt_en: Fix randconfig build errors.Michael Chan1-0/+6
2017-10-28bnxt_en: alloc tc_info{} struct only when tc flower is enabledSathya Perla5-22/+34
2017-10-28bnxt_en: query cfa flow stats periodically to compute 'lastused' attributeSathya Perla4-85/+218
2017-10-28bnxt_en: add hwrm FW cmds for cfa_encap_record and decap_filterSathya Perla1-4/+125
2017-10-28bnxt_en: add support for Flower based vxlan encap/decap offloadSathya Perla4-12/+631
2017-10-28bnxt_en: Refactor and simplify coalescing code.Michael Chan1-46/+35
2017-10-28bnxt_en: Reorganize the coalescing parameters.Michael Chan3-52/+79
2017-10-28bnxt_en: Add ethtool reset methodVasundhara Volam2-1/+38
2017-10-28bnxt_en: Check maximum supported MTU from firmware.Michael Chan2-6/+12
2017-10-28bnxt_en: Optimize .ndo_set_mac_address() for VFs.Michael Chan1-3/+3
2017-10-28bnxt_en: Get firmware package version one time.Michael Chan2-16/+18
2017-10-28bnxt_en: Check for zero length value in bnxt_get_nvram_item().Michael Chan1-0/+3
2017-10-28bnxt_en: adding PCI ID for SMARTNIC VF supportRob Miller1-1/+5
2017-10-28bnxt_en: Add PCIe device ID for bcm58804Ray Jui2-0/+5
2017-10-28bnxt_en: Update firmware interface to 1.8.3.1Michael Chan1-24/+396
2017-10-27net: bcmgenet: Use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+1
2017-10-27net: systemport: Check DSA notifier master against ourselfFlorian Fainelli1-15/+18
2017-10-26net: bcmgenet: use dev->phydev instead of priv->phydevDoug Berger3-34/+31
2017-10-26Revert "net: bcmgenet: Software reset EPHY after power on"Doug Berger3-18/+0
2017-10-26net: bcmgenet: relax lock constraints to reduce IRQ latencyDoug Berger1-15/+10
2017-10-26net: bcmgenet: rework bcmgenet_netif_start and bcmgenet_netif_stopDoug Berger1-32/+17
2017-10-26net: bcmgenet: cleanup ring interrupt masking and unmaskingDoug Berger1-23/+5
2017-10-26net: bcmgenet: move NAPI initialization to ring initializationDoug Berger1-34/+8
2017-10-26net: bcmgenet: enable loopback during UniMAC sw_resetDoug Berger1-45/+10
2017-10-26net: bcmgenet: prevent duplicate calls of bcmgenet_dma_teardownDoug Berger1-3/+1
2017-10-26net: bcmgenet: correct bad mergeDoug Berger1-17/+1