index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
faraday
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-10
ftgmac100: Add a tx timeout handler
Benjamin Herrenschmidt
1
-0
/
+13
2017-04-07
ftgmac100: Work around HW bug in runt frame detection
Benjamin Herrenschmidt
1
-10
/
+25
2017-04-07
ftgmac100: Remove rx descriptor accessors
Benjamin Herrenschmidt
2
-115
/
+53
2017-04-07
ftgmac100: Add missing barrier in ftgmac100_rx_packet()
Benjamin Herrenschmidt
1
-0
/
+3
2017-04-07
ftgmac100: Directly receive into sk_buffs
Benjamin Herrenschmidt
1
-86
/
+56
2017-04-07
ftgmac100: Simplify rx pointer handling in the rx path
Benjamin Herrenschmidt
1
-68
/
+24
2017-04-07
ftgmac100: Simplify rx packets error handling
Benjamin Herrenschmidt
1
-36
/
+25
2017-04-07
ftgmac100: Cleanup rx checksum handling
Benjamin Herrenschmidt
1
-38
/
+25
2017-04-07
ftgmac100: Use a scratch buffer for failed RX allocations
Benjamin Herrenschmidt
1
-4
/
+38
2017-04-07
ftgmac100: Drop support for fragmented receive
Benjamin Herrenschmidt
1
-19
/
+18
2017-04-07
ftgmac100: Move ftgmac100_alloc_rx_page() before its users
Benjamin Herrenschmidt
1
-31
/
+28
2017-04-06
ftgmac100: Rework NAPI & interrupts handling
Benjamin Herrenschmidt
2
-61
/
+90
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-03
drivers: net: ethernet: remove incorrect __exit markups
Dmitry Torokhov
2
-4
/
+4
2017-01-03
net: faraday: ftmac100: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
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
2
-7
/
+4
2016-09-22
net/faraday: Configure old MDIO interface on Aspeed SoCs
Joel Stanley
2
-0
/
+14
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
2
-16
/
+26
2016-09-22
net/faraday: Separate rx page storage from rxdesc
Andrew Jeffery
1
-7
/
+18
2016-07-21
net/faraday: Disallow using reversed MAC address from hardware
Gavin Shan
1
-9
/
+0
2016-07-20
net/faraday: Mask PHY interrupt with NCSI mode
Gavin Shan
1
-12
/
+15
2016-07-20
net/faraday: Match driver according to compatible property
Gavin Shan
1
-5
/
+11
2016-07-20
net/faraday: Support NCSI mode
Gavin Shan
1
-10
/
+75
2016-07-20
net/faraday: Read MAC address from chip
Gavin Shan
1
-7
/
+62
2016-07-20
net/faraday: Helper functions to create or destroy MDIO interface
Gavin Shan
1
-35
/
+60
2016-05-17
net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-14
/
+2
2016-05-17
net: ethernet: ftgmac100: use phydev from struct net_device
Philippe Reynes
1
-16
/
+8
2016-01-11
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
2015-06-23
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
1
-3
/
+1
2014-10-20
net: ethernet: faraday: drop owner assignment from platform_drivers
Wolfram Sang
2
-2
/
+0
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2
-2
/
+2
2014-03-28
net: ftgmac100: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
[prev]
[next]