summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/samsung
Commit message (Expand)AuthorAgeFilesLines
* ethernet: sxgbe: use eth_hw_addr_set()Jakub Kicinski2021-10-191-3/+6
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-142-2/+3
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: samsung: sxgbe: Fix wrong function name in commentsYang Shen2021-05-171-2/+2
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-9/+4
* net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit2021-02-151-2/+2
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-5/+12
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* net: sxgbe: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+1
* sxgbe: Fix off by one in samsung driver strncpy size argDominik Czarnota2020-03-111-1/+1
* net: convert additional drivers to use phy_do_ioctlHeiner Kallweit2020-01-221-3/+1
* net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski2020-01-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-1/+4
* net: sxgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: samsung: Spelling s/case/cause/Geert Uytterhoeven2019-08-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1913-52/+13
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-6/+6
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-2/+2
* net: ethernet: sxgbe: mark expected switch fall-throughsGustavo A. R. Silva2018-08-071-0/+2
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* drivers/net: sxgbe: Convert timers to use timer_setup()Kees Cook2017-10-271-9/+7
* net: sxgbe: check memory allocation failureChristophe Jaillet2017-08-251-0/+2
* net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar2017-05-211-2/+1
* scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-05-081-4/+4
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-6/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-1/+1
|\
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-1/+1
* | net: ethernet: sxgbe: remove private tx queue lockLino Sanfilippo2016-12-102-22/+6
* | ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-13/+4
|/
* net: ethernet: sxgbe: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-281-19/+2
* net: ethernet: sxgbe: use phydev from struct net_devicePhilippe Reynes2016-06-283-29/+22
* net: sxgbe: fix error paths in sxgbe_platform_probe()Rasmus Villemoes2016-03-271-2/+2
* sxgbe: remove unused codeJean Sacren2016-02-103-130/+1
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-1/+1
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-14/+43
|\
| * net: sxgbe: fix error handling in init_rx_ring()Dan Carpenter2015-02-061-14/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-272-15/+14
|\|
| * net: sxgbe: Fix waring for double kfree()Byungho An2015-01-151-11/+10