summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bcmsysport.c
Commit message (Expand)AuthorAgeFilesLines
* net: systemport: fix software maintained statisticsFlorian Fainelli2015-03-011-3/+4
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-041-1/+0Star
| |\
| | * net: ethernet: broadcom: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | | net: systemport: allow changing MAC addressFlorian Fainelli2014-12-101-0/+22
* | | net: systemport: log RX buffer allocation and RX/TX DMA failuresFlorian Fainelli2014-11-211-1/+9
* | | net: systemport: fix tx work done in TX napi pollFlorian Fainelli2014-11-131-1/+3
* | | net: systemport: do not crash freeing an unitialized TX ringFlorian Fainelli2014-11-011-0/+7
* | | net: systemport: fix DMA allocation/freeing sizesFlorian Fainelli2014-11-011-2/+4
|/ /
* | net: systemport: reset UniMAC coming out of a suspend cycleFlorian Fainelli2014-10-281-0/+2
* | net: systemport: enable RX interrupts after NAPIFlorian Fainelli2014-10-281-6/+3Star
|/
* net: systemport: avoid unbalanced enable_irq_wake callsFlorian Fainelli2014-10-101-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-6/+7
|\
| * net: systemport: fix bcm_sysport_insert_tsb()Florian Fainelli2014-10-051-6/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-12/+19
|\|
| * net: systemport: check harder for out of memory conditionsFlorian Fainelli2014-09-091-12/+19
* | net: systemport: update UMAC_CMD only when link is detectedFlorian Fainelli2014-09-051-3/+6
* | net: systemport: tell RXCHK if we are using Broadcom tagsFlorian Fainelli2014-09-021-0/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-32/+11Star
|\
| * net: systemport: fix TX NAPI work done return valueFlorian Fainelli2014-07-021-2/+2
| * net: systemport: fix UniMAC reset logicFlorian Fainelli2014-07-021-24/+9Star
| * net: systemport: do not clear IFF_MULTICAST flagFlorian Fainelli2014-07-021-6/+0Star
* | net: systemport: use kcalloc instead of kzallocFlorian Fainelli2014-07-101-3/+3
* | net: systemport: align multiple lines correctlyFlorian Fainelli2014-07-101-59/+58Star
* | net: systemport: add Wake-on-LAN supportFlorian Fainelli2014-07-081-3/+152
* | net: systemport: rename rx_csum_en to rx_chk_enFlorian Fainelli2014-07-081-5/+5
* | net: systemport: add suspend and resume supportFlorian Fainelli2014-07-081-4/+160
* | net: systemport: add bcm_sysport_netif_{enable,stop}Florian Fainelli2014-07-081-13/+27
* | net: systemport: update umac_enable_set to take a bitmaskFlorian Fainelli2014-07-081-12/+7Star
|/
* net: systemport: start with carrier offFlorian Fainelli2014-06-061-0/+3
* net: systemport: fix comment about HW prepending 2bytesFlorian Fainelli2014-06-061-3/+3
* net: systemport: correctly check for RX_STATUS_OVFLOW flagFlorian Fainelli2014-06-061-1/+1
* net: systemport: fix transmit locking schemeFlorian Fainelli2014-06-061-5/+7
* drivers/net: fix broadcom/bcmsysport.c compile fail on SPARCPaul Gortmaker2014-06-031-6/+6
* net: systemport: use the new fixed PHY helpersFlorian Fainelli2014-05-221-2/+15
* net: systemport: wait for packet in umac_enable_set()Florian Fainelli2014-05-161-0/+6
* net: systemport: fix dma_unmap_single() lenFlorian Fainelli2014-05-161-1/+1
* net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli2014-05-151-4/+20
* net: systemport: only update UMAC_CMD if something changedFlorian Fainelli2014-05-151-5/+6
* net: systemport: Use devm_ioremap_resource()Jingoo Han2014-05-141-4/+3Star
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driverFlorian Fainelli2014-04-261-0/+1614