开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bcmsysport.c
Age
Commit message (
Expand
)
Author
2015-11-18
net: add netif_tx_napi_add()
Eric Dumazet
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-09-21
net: systemport: Fix module autoload for OF platform driver
Luis de Bethencourt
2015-07-31
net: systemport: Add netconsole support
Florian Fainelli
2015-07-09
net: systemport: Use eth_hw_addr_random
Vaishali Thakkar
2015-05-30
net: systemport: Add a check for oversized packets
Florian Fainelli
2015-05-30
net: systemport: rewrite bcm_sysport_rx_refill
Florian Fainelli
2015-05-30
net: systemport: Pre-calculate and utilize cb->bd_addr
Florian Fainelli
2015-05-12
net: systemport: Implement RX coalescing control knobs
Florian Fainelli
2015-05-12
net: systemport: Implement TX coalescing control knobs
Florian Fainelli
2015-03-01
net: systemport: fix software maintained statistics
Florian Fainelli
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-09
net: systemport: allow changing MAC address
Florian Fainelli
2014-11-21
net: systemport: log RX buffer allocation and RX/TX DMA failures
Florian Fainelli
2014-11-12
net: systemport: fix tx work done in TX napi poll
Florian Fainelli
2014-11-03
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-11-01
net: systemport: do not crash freeing an unitialized TX ring
Florian Fainelli
2014-11-01
net: systemport: fix DMA allocation/freeing sizes
Florian Fainelli
2014-10-28
net: systemport: reset UniMAC coming out of a suspend cycle
Florian Fainelli
2014-10-28
net: systemport: enable RX interrupts after NAPI
Florian Fainelli
2014-10-20
net: ethernet: broadcom: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-10
net: systemport: avoid unbalanced enable_irq_wake calls
Florian Fainelli
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-10-04
net: systemport: fix bcm_sysport_insert_tsb()
Florian Fainelli
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-08
net: systemport: check harder for out of memory conditions
Florian Fainelli
2014-09-04
net: systemport: update UMAC_CMD only when link is detected
Florian Fainelli
2014-09-01
net: systemport: tell RXCHK if we are using Broadcom tags
Florian Fainelli
2014-07-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-09
net: systemport: use kcalloc instead of kzalloc
Florian Fainelli
2014-07-09
net: systemport: align multiple lines correctly
Florian Fainelli
2014-07-07
net: systemport: add Wake-on-LAN support
Florian Fainelli
2014-07-07
net: systemport: rename rx_csum_en to rx_chk_en
Florian Fainelli
2014-07-07
net: systemport: add suspend and resume support
Florian Fainelli
2014-07-07
net: systemport: add bcm_sysport_netif_{enable,stop}
Florian Fainelli
2014-07-07
net: systemport: update umac_enable_set to take a bitmask
Florian Fainelli
2014-07-01
net: systemport: fix TX NAPI work done return value
Florian Fainelli
2014-07-01
net: systemport: fix UniMAC reset logic
Florian Fainelli
2014-07-01
net: systemport: do not clear IFF_MULTICAST flag
Florian Fainelli
2014-06-05
net: systemport: start with carrier off
Florian Fainelli
2014-06-05
net: systemport: fix comment about HW prepending 2bytes
Florian Fainelli
2014-06-05
net: systemport: correctly check for RX_STATUS_OVFLOW flag
Florian Fainelli
2014-06-05
net: systemport: fix transmit locking scheme
Florian Fainelli
2014-06-02
drivers/net: fix broadcom/bcmsysport.c compile fail on SPARC
Paul Gortmaker
2014-05-22
net: systemport: use the new fixed PHY helpers
Florian Fainelli
2014-05-16
net: systemport: wait for packet in umac_enable_set()
Florian Fainelli
2014-05-16
net: systemport: fix dma_unmap_single() len
Florian Fainelli
2014-05-15
net: systemport: pad packets to a minimum of 68 bytes
Florian Fainelli
2014-05-15
net: systemport: only update UMAC_CMD if something changed
Florian Fainelli
2014-05-14
net: systemport: Use devm_ioremap_resource()
Jingoo Han
[next]