aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c (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-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+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-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-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-10net: ethernet: sxgbe: remove private tx queue lockLino Sanfilippo1-21/+6
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-13/+4
2016-06-28net: ethernet: sxgbe: use phydev from struct net_devicePhilippe Reynes1-17/+15
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. Miller1-11/+10
2015-01-15net: sxgbe: Fix waring for double kfree()Byungho An1-11/+10
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-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+31
2014-04-30net: sxgbe: Added set function for interrupt on completeByungho An1-0/+1
2014-04-30net: sxgbe: Added rxqueue enable functionByungho An1-0/+8
2014-04-30net: sxgbe: sw reset moved to probe functionByungho An1-0/+22
2014-04-21net: sxgbe: remove sxgbe_configFlorian Fainelli1-35/+0
2014-04-20net: sxgbe: make local functions staticJingoo Han1-8/+7
2014-04-03sxgbe: fix driver probe error path and driver removal leaksfrançois romieu1-10/+17
2014-03-28net: sxgbe: fix potential null dereferenceByungho An1-2/+8
2014-03-28net: sxgbe: fix sparse warnings about static declarationByungho An1-1/+1
2014-03-26net: sxgbe: add ethtool related functions support Samsung sxgbeVipul Pandya1-0/+4
2014-03-26net: sxgbe: add Checksum offload support for Samsung sxgbeVipul Pandya1-11/+35
2014-03-26net: sxgbe: add TSO support for Samsung sxgbeVipul Pandya1-8/+76
2014-03-26net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbeGirish K S1-1/+164
2014-03-26net: sxgbe: add basic framework for Samsung 10Gb ethernet driverSiva Reddy1-0/+2052