aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-11sxgbe: 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-05net: ethernet: sxgbe: Rename Samsung to lowercaseKrzysztof Kozlowski1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-12netdev: 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-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+2
2018-08-07net: 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-25net: 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-08scripts/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-08net: make ndo_get_stats64 a void functionstephen hemminger1-6/+2
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-10net: ethernet: sxgbe: remove private tx queue lockLino Sanfilippo2-22/+6
2016-11-16ptp_clock: Allow for it to be optionalNicolas Pitre1-1/+1
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-13/+4
2016-06-28net: ethernet: sxgbe: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-19/+2
2016-06-28net: ethernet: sxgbe: use phydev from struct net_devicePhilippe Reynes3-29/+22
2016-03-27net: sxgbe: fix error paths in sxgbe_platform_probe()Rasmus Villemoes1-2/+2
2016-02-10sxgbe: remove unused codeJean Sacren3-130/+1
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+1
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-1/+1
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-6/+6
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+43
2015-02-06net: sxgbe: fix error handling in init_rx_ring()Dan Carpenter1-14/+43
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+14
2015-01-15net: sxgbe: Fix waring for double kfree()Byungho An1-11/+10
2015-01-15net: sxgbe: Fix NULL dereferece when using DTGirish K.S1-4/+4
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2014-12-30net: sxgbe: Use setup_timerJulia Lawall1-6/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-27ethernet: samsung: sxgbe: remove unnecessary checkVarka Bhadram1-3/+0
2014-10-20net: ethernet: samsung: sxgbe: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-11net: sxgbe: remove duplicate SXGBE_CORE_L34_ADDCTL_REG defineDan Carpenter1-1/+0
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-13/+69
2014-04-30net: sxgbe: Added set function for interrupt on completeByungho An3-0/+11
2014-04-30net: sxgbe: Added rxqueue enable functionByungho An4-0/+36
2014-04-30net: sxgbe: sw reset moved to probe functionByungho An2-13/+22
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-26/+31