aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bcmsysport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-23net: systemport: Guard against unmapped TX ringFlorian Fainelli1-0/+3
2017-10-12net: systemport: Turn on ACB at the SYSTEMPORT levelFlorian Fainelli1-1/+5
2017-10-12net: systemport: Establish lower/upper queue mappingFlorian Fainelli1-4/+111
2017-09-18net: systemport: Fix 64-bit statistics dependencyFlorian Fainelli1-20/+32
2017-09-15net: systemport: Fix 64-bit stats deadlockFlorian Fainelli1-3/+0
2017-09-01net: systemport: Correctly set TSB endian for hostFlorian Fainelli1-0/+13
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-08-29net: systemport: Set correct RSB endian bits based on hostFlorian Fainelli1-2/+6
2017-08-29net: systemport: Use correct I/O accessorsFlorian Fainelli1-6/+6
2017-08-24net: systemport: Free DMA coherent descriptors on errorsFlorian Fainelli1-0/+2
2017-08-24net: systemport: Be drop monitor friendlyFlorian Fainelli1-1/+1
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-09net: systemport: Fix software statistics for SYSTEMPORT LiteFlorian Fainelli1-0/+4
2017-08-06net: systemport: Support 64bit statisticskiki good1-17/+61