aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-21net: sxgbe: remove sxgbe_configFlorian Fainelli1-35/+0
2014-04-20net: sxgbe: make local functions staticJingoo Han1-8/+7
2014-04-07sxgbe: fix duplicate #include headersJean Sacren1-1/+0
2014-04-03sxgbe: fix driver probe error path and driver removal leaksfrançois romieu1-10/+17
2014-04-03sxgbe: use common NET_VENDOR_FOO style.françois romieu2-13/+20
2014-04-01net: sxgbe: make "core_ops" staticDan Carpenter1-1/+1
2014-04-01net: sxgbe: fix logical vs bitwise operationDan Carpenter1-3/+3
2014-04-01net: sxgbe: sxgbe_mdio_register() frees the busDan Carpenter1-7/+0
2014-03-28net: sxgbe: fix potential null dereferenceByungho An1-2/+8
2014-03-28net: sxgbe: fix sparse warnings about static declarationByungho An2-4/+4
2014-03-26net: sxgbe: add ethtool related functions support Samsung sxgbeVipul Pandya4-1/+458
2014-03-26net: sxgbe: add Checksum offload support for Samsung sxgbeVipul Pandya4-12/+61
2014-03-26net: sxgbe: add TSO support for Samsung sxgbeVipul Pandya6-11/+92
2014-03-26net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbeGirish K S6-2/+360
2014-03-26net: sxgbe: add basic framework for Samsung 10Gb ethernet driverSiva Reddy19-0/+5451