aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bcmsysport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-22net: systemport: Add support for SYSTEMPORT LiteFlorian Fainelli1-64/+259
2017-01-22net: systemport: Dynamically allocate number of TX ringsFlorian Fainelli1-0/+11
2017-01-13net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli1-7/+18
2017-01-04net: systemport: Pad packet before inserting TSBFlorian Fainelli1-9/+9
2017-01-04net: systemport: Utilize skb_put_padto()Florian Fainelli1-3/+2
2016-11-29net: ethernet: bcmsysport: fix fixed-link phydev leaksJohan Hovold1-5/+12
2016-08-31net: systemport: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-08-25net: systemport: Fix ordering in intrl2_*_mask_clear macroFlorian Fainelli1-1/+1
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-01net: bcmsysport: Device stats are unsigned longFlorian Fainelli1-1/+1
2016-06-19net: ethernet: bcmsysport: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+2
2016-06-19net: ethernet: bcmsysport: use phydev from struct net_devicePhilippe Reynes1-17/+14
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-21net: bcmsysport: use napi_complete_done()Florian Fainelli1-1/+1
2016-04-21net: bcmsysport: use __napi_schedule_irqoff()Florian Fainelli1-2/+2
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-1/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-09-21net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-07-31net: systemport: Add netconsole supportFlorian Fainelli1-0/+18
2015-07-09net: systemport: Use eth_hw_addr_randomVaishali Thakkar1-1/+1
2015-05-30net: systemport: Add a check for oversized packetsFlorian Fainelli1-0/+8
2015-05-30net: systemport: rewrite bcm_sysport_rx_refillFlorian Fainelli1-40/+41
2015-05-30net: systemport: Pre-calculate and utilize cb->bd_addrFlorian Fainelli1-9/+9
2015-05-12net: systemport: Implement RX coalescing control knobsFlorian Fainelli1-6/+21
2015-05-12net: systemport: Implement TX coalescing control knobsFlorian Fainelli1-0/+48
2015-03-01net: systemport: fix software maintained statisticsFlorian Fainelli1-3/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-09net: systemport: allow changing MAC addressFlorian Fainelli1-0/+22
2014-11-21net: systemport: log RX buffer allocation and RX/TX DMA failuresFlorian Fainelli1-1/+9
2014-11-12net: systemport: fix tx work done in TX napi pollFlorian Fainelli1-1/+3
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-11-01net: systemport: do not crash freeing an unitialized TX ringFlorian Fainelli1-0/+7
2014-11-01net: systemport: fix DMA allocation/freeing sizesFlorian Fainelli1-2/+4
2014-10-28net: systemport: reset UniMAC coming out of a suspend cycleFlorian Fainelli1-0/+2
2014-10-28net: systemport: enable RX interrupts after NAPIFlorian Fainelli1-6/+3
2014-10-20net: ethernet: broadcom: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-10net: systemport: avoid unbalanced enable_irq_wake callsFlorian Fainelli1-1/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2014-10-04net: systemport: fix bcm_sysport_insert_tsb()Florian Fainelli1-6/+7
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+19
2014-09-08net: systemport: check harder for out of memory conditionsFlorian Fainelli1-12/+19
2014-09-04net: systemport: update UMAC_CMD only when link is detectedFlorian Fainelli1-3/+6
2014-09-01net: systemport: tell RXCHK if we are using Broadcom tagsFlorian Fainelli1-0/+9
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-32/+11
2014-07-09net: systemport: use kcalloc instead of kzallocFlorian Fainelli1-3/+3
2014-07-09net: systemport: align multiple lines correctlyFlorian Fainelli1-59/+58
2014-07-07net: systemport: add Wake-on-LAN supportFlorian Fainelli1-3/+152
2014-07-07net: systemport: rename rx_csum_en to rx_chk_enFlorian Fainelli1-5/+5
2014-07-07net: systemport: add suspend and resume supportFlorian Fainelli1-4/+160
2014-07-07net: systemport: add bcm_sysport_netif_{enable,stop}Florian Fainelli1-13/+27