index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
/
emac
/
core.c
Age
Commit message (
Expand
)
Author
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
2022-09-21
net: ibm: emac: Switch to use dev_err_probe() helper
Yang Yingliang
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-10-14
ethernet: ibm/emac: use of_get_ethdev_address() to load dev_addr
Jakub Kicinski
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-09-27
net: ethernet: emac: utilize of_net's of_get_mac_address()
Christian Lamparter
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-02-12
of: Remove of_dev_{get,put}()
Rob Herring
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-03-11
net: ibm: remove set but not used variables 'err'
Chen Zhou
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-02-06
net: emac: remove IBM_EMAC_RX_SKB_HEADROOM
Christian Lamparter
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-18
net: ibm: fix return type of ndo_start_xmit function
YueHaibing
2018-09-18
net: emac: fix fixed-link setup for the RTL8363SB switch
Christian Lamparter
2018-09-13
net/ibm/emac: Remove VLA usage
Kees Cook
2018-09-03
net/ibm/emac: wrong emac_calc_base call was used by typo
Ivan Mikhaylov
2018-01-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-24
net/ibm/emac: add 8192 rx/tx fifo size
Ivan Mikhaylov
2017-12-21
net: ibm: emac: support RGMII-[RX|TX]ID phymode
Christian Lamparter
2017-12-21
net: ibm: emac: replace custom PHY_MODE_* macros
Christian Lamparter
2017-08-20
net: ibm: emac: Fix some error handling path in 'emac_probe()'
Christophe Jaillet
2017-07-24
net: Convert to using %pOF instead of full_name
Rob Herring
2017-06-08
net: emac: fix and unify emac_mdio functions
Christian Lamparter
2017-06-08
net: emac: fix reset timeout with AR8035 phy
Christian Lamparter
2017-04-07
net: emac: Use net_device_stats from struct net_device
Tobias Klauser
2017-04-05
net: ibm: emac: remove unused sysrq handler for 'c' key
Eric Biggers
2017-03-08
net: ibm: emac: fix regression caused by emac_dt_phy_probe()
Christian Lamparter
2017-02-22
net: emac: add support for device-tree based PHY discovery and setup
Christian Lamparter
2017-01-09
net: ibm: emac: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-10-18
ethernet/ibm: use core min/max MTU checking
Jarod Wilson
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-16
net/ibm/emac: add mutex to 'set multicast list'
Ivan Mikhaylov
2016-09-16
net/ibm/emac: add set mac addr callback
Ivan Mikhaylov
2016-09-13
net: Remove NO_IRQ from powerpc-only network drivers
Michael Ellerman
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-06-11
net/ibm/emac: use swap() in emac_make_bootlist()
Fabian Frederick
2015-05-25
net/ibm/emac: fix size of emac dump memory areas
Ivan Mikhaylov
2015-04-16
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
2015-03-17
IBM-EMAC: constify of_device_id array
Fabian Frederick
2015-03-17
powerpc: Remove duplicate cacheable_memcpy/memzero functions
Kyle Moffett
2015-02-04
IBM-EMAC: Delete an unnecessary check before the function call "of_dev_put"
Markus Elfring
[next]