aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-22net: sxgbe: Added phy_found error pathByungho An1-2/+12
2014-04-22net: sxgbe: rearrange dma descriptorByungho An2-24/+19
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