aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bcmsysport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-2/+2
2019-09-27net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()Dan Carpenter1-1/+1
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-08-21net: systemport: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-25linux/dim: Fix overflow in dim calculationYamin Friedman1-1/+1
2019-06-27Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-10/+10
2019-06-25linux/dim: Rename externally used net_dim membersTal Gilboa1-8/+8
2019-06-25linux/dim: Rename net_dim_sample() to net_dim_update_sample()Tal Gilboa1-2/+2
2019-06-25linux/dim: Rename externally exposed macrosTal Gilboa1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-22net: systemport: Remove need for DMA descriptorFlorian Fainelli1-49/+7
2019-03-21net: systemport: Remove print of base addressFlorian Fainelli1-3/+3
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-4/+3
2019-02-15net: systemport: Fix reception of BPDUsFlorian Fainelli1-0/+4
2019-02-03net: systemport: Fix WoL with password after deep sleepFlorian Fainelli1-15/+10
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-11-06net: systemport: Unmap queues upon DSA unregister eventFlorian Fainelli1-6/+50
2018-11-06net: systemport: Simplify queue mapping logicFlorian Fainelli1-8/+9
2018-11-06net: systemport: Restore Broadcom tag match filters upon resumeFlorian Fainelli1-0/+12
2018-11-03net: systemport: Protect stop from timeoutFlorian Fainelli1-8/+7
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+11
2018-10-02net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli1-17/+11
2018-10-01net: systemport: Add software counters to track reallocationsFlorian Fainelli1-0/+5
2018-10-01net: systemport: Be drop monitor friendly while re-allocating headroomFlorian Fainelli1-1/+2
2018-10-01net: systemport: Turn on offloads by defaultFlorian Fainelli1-3/+4
2018-10-01net: systemport: Utilize bcm_sysport_set_features() during resume/openFlorian Fainelli1-7/+7
2018-10-01net: systemport: Refactor bcm_sysport_set_features()Florian Fainelli1-23/+15
2018-08-13net: systemport: fix unused function warningArnd Bergmann1-4/+2
2018-08-07net: systemport: Add support for WAKE_FILTERFlorian Fainelli1-7/+186
2018-08-03net: systemport: Create helper to set MPDFlorian Fainelli1-7/+13
2018-08-03net: systemport: Do not re-configure upon WoL interruptFlorian Fainelli1-3/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-2/+2
2018-07-12net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli1-2/+2
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-2/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+1
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+13
2018-04-29net: systemport: fix spelling mistake: "asymetric" -> "asymmetric"Colin Ian King1-1/+1
2018-04-27net: systemport: Correclty disambiguate driver instancesFlorian Fainelli1-4/+12
2018-04-24net/dim: Rename *_get_profile() functions to *_get_rx_moderation()Tal Gilboa1-3/+3
2018-04-04net: systemport: Fix sparse warnings in bcm_sysport_insert_tsb()Florian Fainelli1-5/+6
2018-03-30net: systemport: Fix coalescing settings handlingFlorian Fainelli1-18/+44
2018-03-30net: systemport: Remove adaptive TX coalescingFlorian Fainelli1-53/+8
2018-03-25net: systemport: Implement adaptive interrupt coalescingFlorian Fainelli1-15/+126
2018-03-16net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli1-18/+15
2018-01-05net: systemport: Remove short packet paddingFlorian Fainelli1-12/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2017-11-03net: systemport: Correct IPG length settingsFlorian Fainelli1-4/+6
2017-11-02net: systemport: Only inspect valid switch port & queuesFlorian Fainelli1-2/+7
2017-10-27net: systemport: Check DSA notifier master against ourselfFlorian Fainelli1-15/+18