index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
fs_enet
/
fs_enet-main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: Use device_get_match_data()
Rob Herring
2023-10-13
1
-10
/
+8
*
net: fs_enet: Remove set but not used variable
Christophe Leroy
2023-08-09
1
-2
/
+0
*
net: fs_enet: Convert to platform remove callback returning void
Uwe Kleine-König
2023-07-12
1
-3
/
+2
*
net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarations
Gaosheng Cui
2022-09-19
1
-3
/
+0
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-1
/
+1
*
eth: switch to netif_napi_add_weight()
Jakub Kicinski
2022-05-08
1
-1
/
+2
*
ethernet: use of_get_ethdev_address()
Jakub Kicinski
2021-10-07
1
-1
/
+1
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-4
/
+1
*
fs_enet: Avoid comma separated statements
Joe Perches
2020-08-25
1
-4
/
+7
*
net: fs_enet: remove redundant null check
Zhang Changzhong
2020-07-21
1
-4
/
+2
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
net/freescale: Clean drivers from static versions
Leon Romanovsky
2020-03-04
1
-2
/
+0
*
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
2020-01-23
1
-9
/
+1
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
*
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+1
*
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
2019-05-11
1
-1
/
+1
*
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-05-07
1
-1
/
+1
*
net: freescale: fix return type of ndo_start_xmit function
YueHaibing
2018-09-22
1
-1
/
+2
*
net: fs_enet: do not call phy_stop() in interrupts
Christophe Leroy
2018-01-17
1
-3
/
+13
*
net: fs_enet: Remove unused timer
Kees Cook
2017-10-18
1
-2
/
+0
*
net: fs_enet: Simplify code
Christophe Jaillet
2017-02-14
1
-4
/
+3
*
net: fs_enet: Fix an error handling path
Christophe Jaillet
2017-02-14
1
-1
/
+1
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-1
/
+6
|
\
|
*
net: ethernet: fs_enet: fix fixed-link phydev leaks
Johan Hovold
2016-11-30
1
-1
/
+6
*
|
net: fs_enet: Utilize phy_ethtool_nway_reset
Florian Fainelli
2016-11-15
1
-6
/
+1
*
|
net: fs_enet: Use net_device_stats from struct net_device
Tobias Klauser
2016-10-19
1
-25
/
+18
*
|
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-10-13
1
-1
/
+0
|
/
*
net: fs_enet: make rx_copybreak value configurable
Christophe Leroy
2016-09-11
1
-0
/
+40
*
net: fs_enet: don't unmap DMA when packet len is below copybreak
Christophe Leroy
2016-09-11
1
-16
/
+20
*
net: fs_enet: merge NAPI RX and NAPI TX
Christophe Leroy
2016-09-11
1
-152
/
+116
*
net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-05-17
1
-24
/
+2
*
net: ethernet: fs-enet: use phydev from struct net_device
Philippe Reynes
2016-05-17
1
-19
/
+12
*
net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettings
Philippe Reynes
2016-05-03
1
-6
/
+10
*
net: add netif_tx_napi_add()
Eric Dumazet
2015-11-18
1
-1
/
+1
*
net: fs_enet: explicitly remove I flag on TX partial frames
LEROY Christophe
2015-08-11
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-24
1
-3
/
+23
|
\
|
*
net: fs_enet: Fix NETIF_F_SG feature for Freescale MPC5121
Alexander Popov
2015-06-23
1
-3
/
+23
*
|
net: fs_enet: use swap() in fs_enet_rx_napi()
Fabian Frederick
2015-06-12
1
-5
/
+2
|
/
*
net/fsl: constify of_device_id array
Fabian Frederick
2015-03-17
1
-2
/
+2
*
net: fs_enet: Implement NETIF_F_SG feature
LEROY Christophe
2015-02-04
1
-30
/
+65
*
net: ethernet: freescale: fs_enet: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
net: fs_enet: Add NAPI TX
LEROY Christophe
2014-10-08
1
-9
/
+38
*
net: fs_enet: Remove non NAPI RX
LEROY Christophe
2014-10-08
1
-149
/
+15
*
net: fs_enet: fix reference counting for phy_node
Uwe Kleine-König
2014-08-08
1
-1
/
+1
*
fs_enet: use the new fixed PHY helpers
Florian Fainelli
2014-05-22
1
-7
/
+10
*
fs_enet: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-03-15
1
-0
/
+3
[next]