aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bcmsysport.c
AgeCommit message (Expand)Author
2021-12-22net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli
2021-01-12net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZEFlorian Fainelli
2020-09-09net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu
2020-05-10net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger
2020-03-18net: systemport: fix index check to avoid an array out of bounds accessColin Ian King
2020-02-11net: systemport: Avoid RBUF stuck in Wake-on-LAN modeFlorian Fainelli
2020-01-27net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()Dan Carpenter
2019-03-23net: systemport: Fix reception of BPDUsFlorian Fainelli
2019-02-12net: systemport: Fix WoL with password after deep sleepFlorian Fainelli
2018-11-23net: systemport: Protect stop from timeoutFlorian Fainelli
2018-10-02net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli
2018-08-13net: systemport: fix unused function warningArnd Bergmann
2018-08-07net: systemport: Add support for WAKE_FILTERFlorian Fainelli
2018-08-03net: systemport: Create helper to set MPDFlorian Fainelli
2018-08-03net: systemport: Do not re-configure upon WoL interruptFlorian Fainelli
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-12net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-29net: systemport: fix spelling mistake: "asymetric" -> "asymmetric"Colin Ian King
2018-04-27net: systemport: Correclty disambiguate driver instancesFlorian Fainelli
2018-04-24net/dim: Rename *_get_profile() functions to *_get_rx_moderation()Tal Gilboa
2018-04-04net: systemport: Fix sparse warnings in bcm_sysport_insert_tsb()Florian Fainelli
2018-03-30net: systemport: Fix coalescing settings handlingFlorian Fainelli
2018-03-30net: systemport: Remove adaptive TX coalescingFlorian Fainelli
2018-03-25net: systemport: Implement adaptive interrupt coalescingFlorian Fainelli
2018-03-16net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli
2018-01-05net: systemport: Remove short packet paddingFlorian Fainelli
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03net: systemport: Correct IPG length settingsFlorian Fainelli
2017-11-02net: systemport: Only inspect valid switch port & queuesFlorian Fainelli
2017-10-27net: systemport: Check DSA notifier master against ourselfFlorian Fainelli
2017-10-23net: systemport: Guard against unmapped TX ringFlorian Fainelli
2017-10-12net: systemport: Turn on ACB at the SYSTEMPORT levelFlorian Fainelli
2017-10-12net: systemport: Establish lower/upper queue mappingFlorian Fainelli
2017-09-18net: systemport: Fix 64-bit statistics dependencyFlorian Fainelli
2017-09-15net: systemport: Fix 64-bit stats deadlockFlorian Fainelli
2017-09-01net: systemport: Correctly set TSB endian for hostFlorian Fainelli
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-29net: systemport: Set correct RSB endian bits based on hostFlorian Fainelli
2017-08-29net: systemport: Use correct I/O accessorsFlorian Fainelli
2017-08-24net: systemport: Free DMA coherent descriptors on errorsFlorian Fainelli
2017-08-24net: systemport: Be drop monitor friendlyFlorian Fainelli
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-09net: systemport: Fix software statistics for SYSTEMPORT LiteFlorian Fainelli
2017-08-06net: systemport: Support 64bit statisticskiki good
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-02net: systemport: Fix missing Wake-on-LAN interrupt for SYSTEMPORT LiteFlorian Fainelli
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn