summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bcmsysport.h
Commit message (Expand)AuthorAgeFilesLines
* net: systemport: Add support for RDMA overflow statistic counterFlorian Fainelli2022-10-311-0/+11
* net: systemport: Enable all RX descriptors for SYSTEMPORT LiteFlorian Fainelli2022-10-101-1/+1
* net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli2021-12-161-0/+1
* net: broadcom: share header defining UniMAC registersRafał Miłecki2021-01-081-33/+2
* net: systemport: use standard netdevice notifier to detect DSA presenceVladimir Oltean2021-01-071-1/+1
* net: systemport: Manage Wake-on-LAN clockFlorian Fainelli2020-09-031-0/+1
* net: systemport: fetch and use clock resourcesFlorian Fainelli2020-09-031-0/+1
* Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed...David S. Miller2019-06-271-2/+2
|\
| * linux/dim: Move implementation to .c filesTal Gilboa2019-06-251-1/+1
| * linux/dim: Rename externally used net_dim membersTal Gilboa2019-06-251-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* net: systemport: Remove need for DMA descriptorFlorian Fainelli2019-04-221-9/+1
* net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2019-02-031-0/+2
* net: systemport: Simplify queue mapping logicFlorian Fainelli2018-11-061-1/+0
* net: systemport: Restore Broadcom tag match filters upon resumeFlorian Fainelli2018-11-061-0/+1
* net: systemport: Add software counters to track reallocationsFlorian Fainelli2018-10-011-0/+2
* net: systemport: Add support for WAKE_FILTERFlorian Fainelli2018-08-071-2/+9
* net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli2018-07-121-1/+2
* net: systemport: Fix coalescing settings handlingFlorian Fainelli2018-03-301-2/+2
* net: systemport: Remove adaptive TX coalescingFlorian Fainelli2018-03-301-1/+0
* net: systemport: Implement adaptive interrupt coalescingFlorian Fainelli2018-03-251-0/+14
* net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli2018-03-161-1/+1
* net: systemport: Only inspect valid switch port & queuesFlorian Fainelli2017-11-021-0/+1
* net: systemport: Establish lower/upper queue mappingFlorian Fainelli2017-10-121-1/+10
* net: systemport: Correctly set TSB endian for hostFlorian Fainelli2017-09-011-1/+2
* net: systemport: Support 64bit statisticskiki good2017-08-061-0/+21
* net: systemport: Track per TX ring statisticsFlorian Fainelli2017-03-241-0/+5
* net: systemport: Add support for SYSTEMPORT LiteFlorian Fainelli2017-01-221-14/+64
* net: systemport: Dynamically allocate number of TX ringsFlorian Fainelli2017-01-221-1/+1
* net: ethernet: bcmsysport: use phydev from struct net_devicePhilippe Reynes2016-06-191-1/+0
* net: systemport: Pre-calculate and utilize cb->bd_addrFlorian Fainelli2015-05-301-2/+0
* net: systemport: Implement RX coalescing control knobsFlorian Fainelli2015-05-121-1/+1
* trivial: net: systemport: bcmsysport.h: fix 0x0x prefixAntonio Ospite2015-04-291-1/+1
* net: systemport: fix software maintained statisticsFlorian Fainelli2015-03-011-0/+2
* net: systemport: log RX buffer allocation and RX/TX DMA failuresFlorian Fainelli2014-11-211-0/+3
* net: systemport: add Wake-on-LAN supportFlorian Fainelli2014-07-071-0/+12
* net: systemport: rename rx_csum_en to rx_chk_enFlorian Fainelli2014-07-071-1/+1
* drivers/net: fix broadcom/bcmsysport.c compile fail on SPARCPaul Gortmaker2014-06-021-2/+2
* net: systemport: use the new fixed PHY helpersFlorian Fainelli2014-05-221-0/+1
* net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli2014-05-151-3/+3
* net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driverFlorian Fainelli2014-04-261-0/+677