summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
...
| * bnxt_en: Fix RSS context allocation.Michael Chan2018-11-151-1/+1
| * bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2018-11-122-0/+8
* | tg3: optionally use eth_platform_get_mac_address() to get mac addressthesven73@gmail.com2018-11-181-40/+2Star
* | net: bcmgenet: abort suspend on errorDoug Berger2018-11-182-0/+9
* | net: bcmgenet: code movementDoug Berger2018-11-181-30/+30
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-113-24/+37
* | tg3: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-101-6/+13
* | cnic: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-091-1/+1
* | net: bcmgenet: return correct value 'ret' from bcmgenet_power_downYueHaibing2018-11-091-1/+1
* | net: systemport: Unmap queues upon DSA unregister eventFlorian Fainelli2018-11-071-6/+50
* | net: systemport: Simplify queue mapping logicFlorian Fainelli2018-11-072-9/+9
* | net: systemport: Restore Broadcom tag match filters upon resumeFlorian Fainelli2018-11-072-0/+13
|/
* net: systemport: Protect stop from timeoutFlorian Fainelli2018-11-031-8/+7Star
* net: bcmgenet: protect stop from timeoutDoug Berger2018-11-031-6/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-271-1/+0Star
|\
| * drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-261-1/+0Star
* | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-1/+1
|\ \
| * | net: bcmgenet: fix OF child-node lookupJohan Hovold2018-10-231-1/+1
* | | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-253-22/+0Star
|\ \ \ | |_|/ |/| |
| * | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-023-22/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-2/+5
|\ \ \
| * | | net: bcmgenet: Poll internal PHY for GENETv5Florian Fainelli2018-10-161-2/+5
* | | | bnxt_en: Copy and paste bug in extended tx_statsDan Carpenter2018-10-191-1/+1
* | | | bnxt_en: Add PCI ID for BCM57508 device.Michael Chan2018-10-161-0/+3
* | | | bnxt_en: Add new NAPI poll function for 57500 chips.Michael Chan2018-10-162-4/+114
* | | | bnxt_en: Refactor bnxt_poll_work().Michael Chan2018-10-162-11/+38
* | | | bnxt_en: Add coalescing setup for 57500 chips.Michael Chan2018-10-161-0/+46
* | | | bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.Michael Chan2018-10-162-43/+45
* | | | bnxt_en: Add RSS support for 57500 chips.Michael Chan2018-10-161-4/+109
* | | | bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.Michael Chan2018-10-162-10/+22
* | | | bnxt_en: Allocate/Free CP rings for 57500 series chips.Michael Chan2018-10-161-5/+66
* | | | bnxt_en: Modify bnxt_ring_alloc_send_msg() to support 57500 chips.Michael Chan2018-10-162-6/+56
* | | | bnxt_en: Add helper functions to get firmware CP ring ID.Michael Chan2018-10-161-11/+56
* | | | bnxt_en: Allocate completion ring structures for 57500 series chips.Michael Chan2018-10-162-0/+67
* | | | bnxt_en: Modify the ring reservation functions for 57500 series chips.Michael Chan2018-10-161-30/+97
* | | | bnxt_en: Adjust MSIX and ring groups for 57500 series chips.Michael Chan2018-10-161-1/+8
* | | | bnxt_en: Re-structure doorbells.Michael Chan2018-10-164-62/+171
* | | | bnxt_en: Add 57500 new chip ID and basic structures.Michael Chan2018-10-162-15/+88
* | | | bnxt_en: Configure context memory on new devices.Michael Chan2018-10-161-3/+120
* | | | bnxt_en: Check context memory requirements from firmware.Michael Chan2018-10-162-8/+248
* | | | bnxt_en: Add new flags to setup new page table PTE bits on newer devices.Michael Chan2018-10-162-2/+23
* | | | bnxt_en: Refactor bnxt_ring_struct.Michael Chan2018-10-162-67/+77
* | | | bnxt_en: Update interrupt coalescing logic.Michael Chan2018-10-162-21/+125
* | | | bnxt_en: Add maximum extended request length fw message support.Michael Chan2018-10-162-7/+28
* | | | bnxt_en: Add additional extended port statistics.Michael Chan2018-10-163-7/+121
* | | | bnxt_en: Update firmware interface spec. to 1.10.0.3.Michael Chan2018-10-162-92/+224
* | | | bnxt_en: Remove unnecessary unsigned integer comparison and initialize variableGustavo A. R. Silva2018-10-081-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-062-9/+11
|\| | |
| * | | 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