summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/samsung
AgeCommit message (Expand)AuthorFilesLines
2024-02-07net: sxgbe: remove eee_enabled/eee_active in sxgbe_get_eee()Russell King (Oracle)3-4/+0
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-2/+2
2023-09-20net: ethernet: samsung: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-12net: samsung: sxgbe: Make sxgbe_drv_remove() return voidUwe Kleine-König3-6/+5
2023-03-15net: samsung: sxgbe: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-01-18net: sxgbe: Separate C22 and C45 transactionsAndrew Lunn1-24/+81
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-02samsung/sxgbe: fix repeated words in commentsJilin Yuan1-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-02-25net: sxgbe: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-01-25net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang1-1/+1
2021-10-19ethernet: sxgbe: use eth_hw_addr_set()Jakub Kicinski1-3/+6
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2-2/+3
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-14ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-18net: samsung: sxgbe: Fix wrong function name in commentsYang Shen1-2/+2
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-9/+4
2021-02-16net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit1-2/+2
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-5/+12
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-03-15net: sxgbe: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-12sxgbe: Fix off by one in samsung driver strncpy size argDominik Czarnota1-1/+1
2020-01-22net: convert additional drivers to use phy_do_ioctlHeiner Kallweit1-3/+1
2020-01-06net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski1-1/+1
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-1/+4
2019-08-21net: sxgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-01net: samsung: Spelling s/case/cause/Geert Uytterhoeven1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner13-52/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-09-13net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+2
2018-08-08net: ethernet: sxgbe: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-2/+2
2017-10-27drivers/net: sxgbe: Convert timers to use timer_setup()Kees Cook1-9/+7
2017-08-26net: sxgbe: check memory allocation failureChristophe Jaillet1-0/+2
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar1-2/+1
2017-05-09scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada1-4/+4
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-6/+2
2016-12-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-12-11net: ethernet: sxgbe: remove private tx queue lockLino Sanfilippo2-22/+6
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-1/+1