index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
fs_enet
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: Use device_get_match_data()
Rob Herring
2023-10-13
2
-17
/
+11
*
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2023-08-31
2
-3
/
+0
|
\
|
*
powerpc/include: Remove mpc8260.h and m82xx_pci.h
Christophe Leroy
2023-08-16
1
-1
/
+0
|
*
powerpc/include: Remove unneeded #include <asm/fs_pd.h>
Christophe Leroy
2023-08-16
1
-1
/
+0
*
|
net: freescale: Remove unused declarations
Yue Haibing
2023-08-18
1
-5
/
+0
*
|
net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macros
Christophe Leroy
2023-08-08
2
-5
/
+5
*
|
net: fs_enet: Move struct fs_platform_info into fs_enet.h
Christophe Leroy
2023-08-08
2
-1
/
+19
*
|
net: fs_enet: Remove has_phy field in fs_platform_info struct
Christophe Leroy
2023-08-08
1
-14
/
+0
*
|
net: fs_enet: Fix address space and base types mismatches
Christophe Leroy
2023-08-08
2
-3
/
+3
*
|
net: fs_enet: Remove set but not used variable
Christophe Leroy
2023-08-08
1
-2
/
+0
*
|
net: Explicitly include correct DT includes
Rob Herring
2023-07-27
3
-3
/
+0
*
|
net: fs_enet: Convert to platform remove callback returning void
Uwe Kleine-König
2023-07-11
3
-11
/
+6
|
/
*
eth: fs_enet: fix print format for resource size
Jakub Kicinski
2023-06-15
1
-1
/
+1
*
net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarations
Gaosheng Cui
2022-09-19
1
-3
/
+0
*
net: fs_enet: Fix wrong check in do_pd_setup
Zheng Yongjun
2022-09-16
1
-1
/
+1
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-1
/
+1
*
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2022-08-06
1
-2
/
+2
|
\
|
*
powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
Andy Shevchenko
2022-06-22
1
-2
/
+2
*
|
freescale/fs_enet:fix repeated words in comments
Jilin Yuan
2022-06-30
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
*
net: ethernet: fs_enet: Add missing MODULE_LICENSE
Michael Ellerman
2021-01-05
2
-0
/
+2
*
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-20
1
-4
/
+2
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
3
-3
/
+3
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
3
-3
/
+3
*
net/freescale: Clean drivers from static versions
Leon Romanovsky
2020-03-03
2
-4
/
+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-12
1
-1
/
+1
*
drivers: net: Fix Kconfig indentation, continued
Krzysztof Kozlowski
2019-11-21
1
-4
/
+4
*
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
2019-05-10
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-21
1
-1
/
+2
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-08-15
1
-3
/
+0
|
\
|
*
net: ethernet: Use existing define with polynomial
Krzysztof Kozlowski
2018-07-27
2
-4
/
+2
*
|
net: ethernet: fs-enet: Use generic CRC32 implementation
Krzysztof Kozlowski
2018-07-25
1
-14
/
+4
|
/
*
net: fs_enet: do not call phy_stop() in interrupts
Christophe Leroy
2018-01-17
2
-3
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
3
-0
/
+3
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
3
-0
/
+3
*
|
net: fs_enet: Remove unused timer
Kees Cook
2017-10-18
2
-3
/
+0
|
/
*
net: ethernet: freescale: fs_enet: make mdiobb_ops const
Bhumika Goyal
2017-08-22
1
-1
/
+1
*
net: ethernet: fs_enet: Remove useless includes
Christophe Leroy
2017-03-16
2
-12
/
+0
*
net: fs_enet: Simplify code
Christophe Jaillet
2017-02-13
1
-4
/
+3
*
net: fs_enet: Fix an error handling path
Christophe Jaillet
2017-02-13
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
5
-5
/
+5
[next]