index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
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: Merge ftgmac100_xmit() into ftgmac100_hard_start_xmit()
Benjamin Herrenschmidt
1
-33
/
+25
2017-04-10
ftgmac100: Move ftgmac100_hard_start_xmit() around
Benjamin Herrenschmidt
1
-29
/
+29
2017-04-10
ftgmac100: Add a tx timeout handler
Benjamin Herrenschmidt
1
-0
/
+13
2017-04-06
ftgmac100: Work around HW bug in runt frame detection
Benjamin Herrenschmidt
1
-10
/
+25
2017-04-06
ftgmac100: Remove rx descriptor accessors
Benjamin Herrenschmidt
2
-115
/
+53
2017-04-06
ftgmac100: Add missing barrier in ftgmac100_rx_packet()
Benjamin Herrenschmidt
1
-0
/
+3
2017-04-06
ftgmac100: Directly receive into sk_buffs
Benjamin Herrenschmidt
1
-86
/
+56
2017-04-06
ftgmac100: Simplify rx pointer handling in the rx path
Benjamin Herrenschmidt
1
-68
/
+24
2017-04-06
ftgmac100: Simplify rx packets error handling
Benjamin Herrenschmidt
1
-36
/
+25
2017-04-06
ftgmac100: Cleanup rx checksum handling
Benjamin Herrenschmidt
1
-38
/
+25
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
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-02
drivers: net: ethernet: remove incorrect __exit markups
Dmitry Torokhov
2
-4
/
+4
2017-01-02
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-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
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
[prev]
[next]