aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bcmsysport.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-08net: broadcom: share header defining UniMAC registersRafał Miłecki1-33/+2
2021-01-07net: systemport: use standard netdevice notifier to detect DSA presenceVladimir Oltean1-1/+1
2020-09-03net: systemport: Manage Wake-on-LAN clockFlorian Fainelli1-0/+1
2020-09-03net: systemport: fetch and use clock resourcesFlorian Fainelli1-0/+1
2019-06-27Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-2/+2
2019-06-25linux/dim: Move implementation to .c filesTal Gilboa1-1/+1
2019-06-25linux/dim: Rename externally used net_dim membersTal Gilboa1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-22net: systemport: Remove need for DMA descriptorFlorian Fainelli1-9/+1
2019-02-03net: systemport: Fix WoL with password after deep sleepFlorian Fainelli1-0/+2
2018-11-06net: systemport: Simplify queue mapping logicFlorian Fainelli1-1/+0
2018-11-06net: systemport: Restore Broadcom tag match filters upon resumeFlorian Fainelli1-0/+1
2018-10-01net: systemport: Add software counters to track reallocationsFlorian Fainelli1-0/+2
2018-08-07net: systemport: Add support for WAKE_FILTERFlorian Fainelli1-2/+9
2018-07-12net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli1-1/+2
2018-03-30net: systemport: Fix coalescing settings handlingFlorian Fainelli1-2/+2
2018-03-30net: systemport: Remove adaptive TX coalescingFlorian Fainelli1-1/+0
2018-03-25net: systemport: Implement adaptive interrupt coalescingFlorian Fainelli1-0/+14
2018-03-16net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli1-1/+1
2017-11-02net: systemport: Only inspect valid switch port & queuesFlorian Fainelli1-0/+1
2017-10-12net: systemport: Establish lower/upper queue mappingFlorian Fainelli1-1/+10
2017-09-01net: systemport: Correctly set TSB endian for hostFlorian Fainelli1-1/+2
2017-08-06net: systemport: Support 64bit statisticskiki good1-0/+21
2017-03-24net: systemport: Track per TX ring statisticsFlorian Fainelli1-0/+5
2017-01-22net: systemport: Add support for SYSTEMPORT LiteFlorian Fainelli1-14/+64
2017-01-22net: systemport: Dynamically allocate number of TX ringsFlorian Fainelli1-1/+1
2016-06-19net: ethernet: bcmsysport: use phydev from struct net_devicePhilippe Reynes1-1/+0
2015-05-30net: systemport: Pre-calculate and utilize cb->bd_addrFlorian Fainelli1-2/+0
2015-05-12net: systemport: Implement RX coalescing control knobsFlorian Fainelli1-1/+1
2015-04-29trivial: net: systemport: bcmsysport.h: fix 0x0x prefixAntonio Ospite1-1/+1
2015-03-01net: systemport: fix software maintained statisticsFlorian Fainelli1-0/+2
2014-11-21net: systemport: log RX buffer allocation and RX/TX DMA failuresFlorian Fainelli1-0/+3
2014-07-07net: systemport: add Wake-on-LAN supportFlorian Fainelli1-0/+12
2014-07-07net: systemport: rename rx_csum_en to rx_chk_enFlorian Fainelli1-1/+1
2014-06-02drivers/net: fix broadcom/bcmsysport.c compile fail on SPARCPaul Gortmaker1-2/+2
2014-05-22net: systemport: use the new fixed PHY helpersFlorian Fainelli1-0/+1
2014-05-15net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli1-3/+3
2014-04-26net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driverFlorian Fainelli1-0/+677