summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/emac
AgeCommit message (Expand)Author
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-11net: ibm: remove set but not used variables 'err'Chen Zhou
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-05net: ethernet: emac: Fix phy mode typeAndrew Lunn
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-02-06net: emac: remove IBM_EMAC_RX_SKB_HEADROOMChristian Lamparter
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-07Revert "net/ibm/emac: wrong bit is used for STA control"Benjamin Herrenschmidt
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-18net: ibm: fix return type of ndo_start_xmit functionYueHaibing
2018-09-18net: emac: fix fixed-link setup for the RTL8363SB switchChristian Lamparter
2018-09-13net/ibm/emac: Remove VLA usageKees Cook
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang
2018-09-03net/ibm/emac: wrong emac_calc_base call was used by typoIvan Mikhaylov
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-24net/ibm/emac: wrong bit is used for STA control register writeIvan Mikhaylov
2018-01-24net/ibm/emac: add 8192 rx/tx fifo sizeIvan Mikhaylov
2017-12-21net: ibm: emac: support RGMII-[RX|TX]ID phymodeChristian Lamparter
2017-12-21net: ibm: emac: replace custom PHY_MODE_* macrosChristian Lamparter
2017-12-21net: ibm: emac: replace custom rgmii_mode_name with phy_modesChristian Lamparter
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-19net: emac: Fix napi poll list corruptionChristian Lamparter
2017-08-20net: ibm: emac: Fix some error handling path in 'emac_probe()'Christophe Jaillet
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-08drivers: net: emac: add const to mii_phy_ops structuresBhumika Goyal
2017-06-08net: emac: fix and unify emac_mdio functionsChristian Lamparter
2017-06-08net: emac: fix reset timeout with AR8035 phyChristian Lamparter
2017-04-07net: emac: Use net_device_stats from struct net_deviceTobias Klauser
2017-04-05net: ibm: emac: remove unused sysrq handler for 'c' keyEric Biggers
2017-03-08net: ibm: emac: fix regression caused by emac_dt_phy_probe()Christian Lamparter
2017-02-22net: emac: add support for device-tree based PHY discovery and setupChristian Lamparter
2017-02-05ibm/emac: use napi_complete_done()Eric Dumazet
2017-01-09net: ibm: emac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-18ethernet/ibm: use core min/max MTU checkingJarod Wilson
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-16net/ibm/emac: add mutex to 'set multicast list'Ivan Mikhaylov
2016-09-16net/ibm/emac: add set mac addr callbackIvan Mikhaylov
2016-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04drivers: net: emac: add Atheros AR8035 phy initialization codeChristian Lamparter
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera