summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru2019-08-091-2/+1Star
* net: bcmgenet: use promisc for unsupported filtersJustin Chen2019-07-281-31/+26Star
* bnx2x: Prevent load reordering in tx completion processingBrian King2019-07-281-0/+3
* bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli2019-07-264-11/+34
* bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-07-142-1/+3
* bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan2019-06-041-0/+2
* bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan2019-05-051-4/+5
* bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam2019-05-051-0/+1
* bnxt_en: Improve multicast address setup logic.Michael Chan2019-05-051-1/+8
* bnxt_en: Reset device on RX buffer errors.Michael Chan2019-04-171-0/+6
* bnxt_en: Improve RX consumer index validity check.Michael Chan2019-04-171-3/+7
* bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2019-03-232-2/+2
* bnxt_en: Fix typo in firmware message timeout logic.Michael Chan2019-03-231-1/+1
* net: systemport: Fix reception of BPDUsFlorian Fainelli2019-03-231-0/+4
* bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan2019-03-101-0/+6
* net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2019-02-122-15/+12Star
* bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.Michael Chan2019-02-121-8/+11
* bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov2019-01-131-4/+10
* bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru2019-01-132-1/+10
* bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru2019-01-132-8/+30
* bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru2019-01-131-1/+3
* bnxt_en: Fix filling time in bnxt_fill_coredump_record()Vasundhara Volam2018-12-131-2/+2
* bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2018-12-132-0/+8
* net: systemport: Protect stop from timeoutFlorian Fainelli2018-11-231-8/+7Star
* tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam2018-11-231-2/+16
* net: bcmgenet: protect stop from timeoutDoug Berger2018-11-231-6/+7
* net: bcmgenet: fix OF child-node lookupJohan Hovold2018-11-131-1/+1
* net: bcmgenet: Poll internal PHY for GENETv5Florian Fainelli2018-10-161-2/+5
* bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam2018-10-051-1/+1
* bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru2018-10-051-4/+6
* bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG requestVasundhara Volam2018-10-051-3/+3
* bnxt_en: Fix VNIC reservations on the PF.Michael Chan2018-10-051-1/+1
* net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli2018-10-031-17/+11Star
* bnxt_en: Fix TX timeout during netpoll.Michael Chan2018-09-271-3/+10
* bnxt: remove ndo_poll_controllerEric Dumazet2018-09-241-18/+0Star
* bnx2x: remove ndo_poll_controllerEric Dumazet2018-09-241-16/+0Star
* bnxt_en: don't try to offload VLAN 'modify' actionDavide Caratti2018-09-201-6/+14
* net: bnxt: Fix a uninitialized variable warning.zhong jiang2018-09-191-0/+3
* bnxt_en: Fix VF mac address regression.Michael Chan2018-09-173-7/+13
* bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan2018-09-044-12/+9Star
* bnxt_en: Clean up unused functions.Michael Chan2018-09-044-18/+1Star
* bnxt_en: Fix firmware signaled resource change logic in open.Michael Chan2018-09-041-3/+10
* net: bcmgenet: use MAC link status for fixed phyDoug Berger2018-08-302-2/+11
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-161-1/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-0314-22/+87
| |\
| * | net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-271-1/+2
* | | bnxt_en: take coredump_record structure off stackArnd Bergmann2018-08-141-6/+3Star
* | | net: systemport: fix unused function warningArnd Bergmann2018-08-141-4/+2Star
* | | bnxt_en: avoid string overflow for record->system_nameArnd Bergmann2018-08-141-2/+2