index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
faraday
/
ftgmac100.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-06
ftgmac100: Use a scratch buffer for failed RX allocations
Benjamin Herrenschmidt
1
-4
/
+38
2017-04-06
ftgmac100: Drop support for fragmented receive
Benjamin Herrenschmidt
1
-19
/
+18
2017-04-06
ftgmac100: Move ftgmac100_alloc_rx_page() before its users
Benjamin Herrenschmidt
1
-31
/
+28
2017-04-06
ftgmac100: Rework NAPI & interrupts handling
Benjamin Herrenschmidt
1
-61
/
+76
2017-04-06
ftgmac100: Remove useless tests in interrupt handler
Benjamin Herrenschmidt
1
-8
/
+3
2017-04-06
ftgmac100: Rework MAC reset and init
Benjamin Herrenschmidt
1
-39
/
+59
2017-04-06
ftgmac100: Add a reset task and use it for link changes
Benjamin Herrenschmidt
1
-13
/
+74
2017-04-06
ftgmac100: Move the bulk of inits to a separate function
Benjamin Herrenschmidt
1
-29
/
+42
2017-04-06
ftgmac100: Request the interrupt only after HW is reset
Benjamin Herrenschmidt
1
-9
/
+10
2017-04-06
ftgmac100: Move napi_add/del to open/close
Benjamin Herrenschmidt
1
-3
/
+5
2017-04-06
ftgmac100: Split ring alloc, init and rx buffer alloc
Benjamin Herrenschmidt
1
-21
/
+47
2017-04-06
ftgmac100: Cleanup speed/duplex tracking and fix duplex config
Benjamin Herrenschmidt
1
-8
/
+44
2017-04-06
ftgmac100: Remove "enabled" flags
Benjamin Herrenschmidt
1
-7
/
+0
2017-04-06
ftgmac100: Reorder struct fields and comment
Benjamin Herrenschmidt
1
-7
/
+12
2017-04-06
ftgmac100: Remove "banner" comments
Benjamin Herrenschmidt
1
-42
/
+0
2017-04-06
ftgmac100: Use netdev->irq instead of private copy
Benjamin Herrenschmidt
1
-7
/
+6
2017-04-01
net/faraday: Explicitly include linux/of.h and linux/property.h
Mark Brown
1
-0
/
+2
2017-03-02
drivers: net: ethernet: remove incorrect __exit markups
Dmitry Torokhov
1
-2
/
+2
2016-10-04
net/faraday: Stop NCSI device on shutdown
Gavin Shan
1
-0
/
+2
2016-09-22
net/faraday: Mask out PHYSTS_CHG interrupt
Joel Stanley
1
-7
/
+3
2016-09-22
net/faraday: Configure old MDIO interface on Aspeed SoCs
Joel Stanley
1
-0
/
+9
2016-09-22
net/faraday: Clear stale interrupts
Gavin Shan
1
-0
/
+6
2016-09-22
net/faraday: Adapt for Aspeed SoCs
Joel Stanley
1
-3
/
+10
2016-09-22
net/faraday: Make EDO{R,T}R bits configurable
Andrew Jeffery
1
-14
/
+26
2016-09-22
net/faraday: Separate rx page storage from rxdesc
Andrew Jeffery
1
-7
/
+18
2016-07-20
net/faraday: Disallow using reversed MAC address from hardware
Gavin Shan
1
-9
/
+0
2016-07-19
net/faraday: Mask PHY interrupt with NCSI mode
Gavin Shan
1
-12
/
+15
2016-07-19
net/faraday: Match driver according to compatible property
Gavin Shan
1
-5
/
+11
2016-07-19
net/faraday: Support NCSI mode
Gavin Shan
1
-10
/
+75
2016-07-19
net/faraday: Read MAC address from chip
Gavin Shan
1
-7
/
+62
2016-07-19
net/faraday: Helper functions to create or destroy MDIO interface
Gavin Shan
1
-35
/
+60
2016-05-16
net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-14
/
+2
2016-05-16
net: ethernet: ftgmac100: use phydev from struct net_device
Philippe Reynes
1
-16
/
+8
2016-01-10
net: ethernet: faraday: Use phy_find_first() instead of open coding it
Guenter Roeck
1
-13
/
+2
2016-01-07
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
1
-1
/
+1
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
1
-6
/
+0
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
1
-1
/
+1
2014-10-20
net: ethernet: faraday: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-03-28
net: ftgmac100: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-01-17
net: ftgmac100: use kfree_skb() where appropriate
Eric Dumazet
1
-3
/
+3
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-08-29
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
1
-4
/
+3
2013-05-27
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-03-18
net: ftgmac100: Use module_platform_driver()
Sachin Kamat
1
-16
/
+1
2013-03-17
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
1
-3
/
+2
2013-01-14
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
1
-2
/
+1
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-3
/
+3
2012-07-18
net: ftgmac100/ftmac100: dont pull too much data
Eric Dumazet
1
-2
/
+7
2012-02-15
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
1
-1
/
+1
[prev]
[next]