summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/samsung
AgeCommit message (Expand)Author
2022-02-25net: sxgbe: fix return value of __setup handlerRandy Dunlap
2021-10-19ethernet: sxgbe: use eth_hw_addr_set()Jakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-17net: samsung: sxgbe: Fix wrong function name in commentsYang Shen
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-02-15net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-03-14net: sxgbe: reject unsupported coalescing paramsJakub Kicinski
2020-03-11sxgbe: Fix off by one in samsung driver strncpy size argDominik Czarnota
2020-01-22net: convert additional drivers to use phy_do_ioctlHeiner Kallweit
2020-01-05net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-08-21net: sxgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-01net: samsung: Spelling s/case/cause/Geert Uytterhoeven
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-08-07net: ethernet: sxgbe: mark expected switch fall-throughsGustavo A. R. Silva
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2017-10-27drivers/net: sxgbe: Convert timers to use timer_setup()Kees Cook
2017-08-25net: sxgbe: check memory allocation failureChristophe Jaillet
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-10net: ethernet: sxgbe: remove private tx queue lockLino Sanfilippo
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-06-28net: ethernet: sxgbe: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-28net: ethernet: sxgbe: use phydev from struct net_devicePhilippe Reynes
2016-03-27net: sxgbe: fix error paths in sxgbe_platform_probe()Rasmus Villemoes
2016-02-10sxgbe: remove unused codeJean Sacren
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-06net: sxgbe: fix error handling in init_rx_ring()Dan Carpenter
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller