summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-073-0/+13
|\
| * bnxt_en: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-053-0/+13
* | net: bgmac: Remove short packet padding for DSAFlorian Fainelli2018-01-051-15/+0
* | net: systemport: Remove short packet paddingFlorian Fainelli2018-01-051-12/+0
* | tg3: Add Macronix NVRAM supportPrashant Sreedharan2018-01-042-4/+31
* | ethernet/broadcom: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-022-7/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-294-7/+37
|\
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-1/+3
|\|
| * tg3: Fix rx hang on MTU change with 5717/5719Brian King2017-12-191-1/+3
* | bcm63xx_enet: use platform device id directly for miibus nameJonas Gorski2017-12-192-5/+1
* | bcm63xx_enet: remove pointless mac_id checkJonas Gorski2017-12-191-1/+1
* | bcm63xx_enet: use platform data for dma channel numbersJonas Gorski2017-12-191-9/+2
* | bcm63xx_enet: just use "enet" as the clock nameJonas Gorski2017-12-191-4/+1
* | bnx2x: Use NETIF_F_GRO_HW.Michael Chan2017-12-192-15/+17
* | bnxt_en: Use NETIF_F_GRO_HW.Michael Chan2017-12-191-7/+20
* | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-2/+2
|\|
| * bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens2017-12-081-2/+2
* | bnxt_en: Don't print "Link speed -1 no longer supported" messages.Michael Chan2017-12-071-3/+7
* | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-4/+2
* | bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()Dan Carpenter2017-12-061-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-052-29/+31
|\|
| * bnxt_en: Fix a variable scoping in bnxt_hwrm_do_send_msg()Vasundhara Volam2017-12-021-1/+1
| * bnxt_en: fix dst/src fid for vxlan encap/decap actionsSathya Perla2017-12-021-22/+26
| * bnxt_en: wildcard smac while creating tunnel decap filterSunil Challa2017-12-021-5/+2
| * bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui2017-12-021-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-041-2/+0
|\ \
| * | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-2/+0
| |/
* / bnxt_en: Add ETH_RESET_AP supportScott Branden2017-12-012-0/+12
|/
* 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-215-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