summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/samsung
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+4
2026-01-13net: sxgbe: fix typo in commentJinseok Kim-1/+1
2025-11-25net: sxgbe: fix potential NULL dereference in sxgbe_rx()Alexey Kodanev-1/+3
2025-06-18eth: sxgbe: migrate to new RXFH callbacksJakub Kicinski-38/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-02-07net: sxgbe: remove eee_enabled/eee_active in sxgbe_get_eee()Russell King (Oracle)-4/+0
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit-2/+2
2023-09-20net: ethernet: samsung: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-05-12net: samsung: sxgbe: Make sxgbe_drv_remove() return voidUwe Kleine-König-6/+5
2023-03-15net: samsung: sxgbe: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-01-17net: sxgbe: Separate C22 and C45 transactionsAndrew Lunn-24/+81
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-07-01samsung/sxgbe: fix repeated words in commentsJilin Yuan-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2022-02-25net: sxgbe: fix return value of __setup handlerRandy Dunlap-3/+3
2022-01-24net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang-1/+1
2021-10-19ethernet: sxgbe: use eth_hw_addr_set()Jakub Kicinski-3/+6
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski-2/+3
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-05-17net: samsung: sxgbe: Fix wrong function name in commentsYang Shen-2/+2
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle-9/+4
2021-02-15net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit-2/+2
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg-5/+12
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-03-14net: sxgbe: reject unsupported coalescing paramsJakub Kicinski-0/+1
2020-03-11sxgbe: Fix off by one in samsung driver strncpy size argDominik Czarnota-1/+1
2020-01-22net: convert additional drivers to use phy_do_ioctlHeiner Kallweit-3/+1
2020-01-05net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-1/+1
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn-1/+4
2019-08-21net: sxgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-08-01net: samsung: Spelling s/case/cause/Geert Uytterhoeven-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-52/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+3
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-6/+6
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn-2/+2
2018-08-07net: ethernet: sxgbe: mark expected switch fall-throughsGustavo A. R. Silva-0/+2