Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
79c62220d74a4a3f961a2cb7320da09eebf5daf7
/
drivers
/
net
/
ethernet
/
broadcom
/
bcmsysport.c
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
c82f47e
net: bcmsysport: use napi_complete_done()
by Florian Fainelli
· 9 years ago
ba90950
net: bcmsysport: use __napi_schedule_irqoff()
by Florian Fainelli
· 9 years ago
d64b5e8
net: add netif_tx_napi_add()
by Eric Dumazet
· 9 years ago
47ea032
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
by Ivan Vecera
· 9 years ago
46d5a34
net: systemport: Fix module autoload for OF platform driver
by Luis de Bethencourt
· 9 years ago
6cec4f5
net: systemport: Add netconsole support
by Florian Fainelli
· 9 years ago
adb3505
net: systemport: Use eth_hw_addr_random
by Vaishali Thakkar
· 9 years ago
25977ac
net: systemport: Add a check for oversized packets
by Florian Fainelli
· 9 years ago
c73b018
net: systemport: rewrite bcm_sysport_rx_refill
by Florian Fainelli
· 9 years ago
baf387a
net: systemport: Pre-calculate and utilize cb->bd_addr
by Florian Fainelli
· 9 years ago
d063486
net: systemport: Implement RX coalescing control knobs
by Florian Fainelli
· 9 years ago
b1a15e8
net: systemport: Implement TX coalescing control knobs
by Florian Fainelli
· 9 years ago
55ff4ea
net: systemport: fix software maintained statistics
by Florian Fainelli
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
fb3b596
net: systemport: allow changing MAC address
by Florian Fainelli
· 10 years ago
60b4ea1
net: systemport: log RX buffer allocation and RX/TX DMA failures
by Florian Fainelli
· 10 years ago
9dfa9a2
net: systemport: fix tx work done in TX napi poll
by Florian Fainelli
· 10 years ago
a8a93c6
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
by Greg Kroah-Hartman
· 10 years ago
914adb5
net: systemport: do not crash freeing an unitialized TX ring
by Florian Fainelli
· 10 years ago
3e8fc38
net: systemport: fix DMA allocation/freeing sizes
by Florian Fainelli
· 10 years ago
704d33e
net: systemport: reset UniMAC coming out of a suspend cycle
by Florian Fainelli
· 10 years ago
8edf004
net: systemport: enable RX interrupts after NAPI
by Florian Fainelli
· 10 years ago
3a2f66b
net: ethernet: broadcom: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
61b423a
net: systemport: avoid unbalanced enable_irq_wake calls
by Florian Fainelli
· 10 years ago
64b1f00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
e87474a
net: systemport: fix bcm_sysport_insert_tsb()
by Florian Fainelli
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
fe24ba0
net: systemport: check harder for out of memory conditions
by Florian Fainelli
· 10 years ago
4a804c0
net: systemport: update UMAC_CMD only when link is detected
by Florian Fainelli
· 10 years ago
d09d303
net: systemport: tell RXCHK if we are using Broadcom tags
by Florian Fainelli
· 10 years ago
1a98c69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
40a8a31
net: systemport: use kcalloc instead of kzalloc
by Florian Fainelli
· 10 years ago
23acb2f
net: systemport: align multiple lines correctly
by Florian Fainelli
· 10 years ago
83e82f4
net: systemport: add Wake-on-LAN support
by Florian Fainelli
· 10 years ago
9d34c1c
net: systemport: rename rx_csum_en to rx_chk_en
by Florian Fainelli
· 10 years ago
40755a0
net: systemport: add suspend and resume support
by Florian Fainelli
· 10 years ago
b02e6d9
net: systemport: add bcm_sysport_netif_{enable,stop}
by Florian Fainelli
· 10 years ago
18e21b0
net: systemport: update umac_enable_set to take a bitmask
by Florian Fainelli
· 10 years ago
16f62d9
net: systemport: fix TX NAPI work done return value
by Florian Fainelli
· 10 years ago
412bce8
net: systemport: fix UniMAC reset logic
by Florian Fainelli
· 10 years ago
3b140a6
net: systemport: do not clear IFF_MULTICAST flag
by Florian Fainelli
· 10 years ago
f532e74
net: systemport: start with carrier off
by Florian Fainelli
· 10 years ago
e0ea05d
net: systemport: fix comment about HW prepending 2bytes
by Florian Fainelli
· 10 years ago
ad51c61
net: systemport: correctly check for RX_STATUS_OVFLOW flag
by Florian Fainelli
· 10 years ago
d849808
net: systemport: fix transmit locking scheme
by Florian Fainelli
· 10 years ago
3afc557
drivers/net: fix broadcom/bcmsysport.c compile fail on SPARC
by Paul Gortmaker
· 10 years ago
186534a
net: systemport: use the new fixed PHY helpers
by Florian Fainelli
· 10 years ago
00b91c6
net: systemport: wait for packet in umac_enable_set()
by Florian Fainelli
· 10 years ago
b1ff53e
net: systemport: fix dma_unmap_single() len
by Florian Fainelli
· 10 years ago
dab531b
net: systemport: pad packets to a minimum of 68 bytes
by Florian Fainelli
· 10 years ago
d5e32cc
net: systemport: only update UMAC_CMD if something changed
by Florian Fainelli
· 10 years ago
126e612
net: systemport: Use devm_ioremap_resource()
by Jingoo Han
· 10 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 10 years ago
80105be
net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driver
by Florian Fainelli
· 11 years ago