aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/octeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+3
2013-10-31DMA-API: net: octeon: use dma_coerce_mask_and_coherent()Russell King1-2/+3
2013-10-29octeon_mgmt: drop redundant mac address checkLuka Perkov1-1/+1
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+21
2013-06-19netdev: octeon_mgmt: Fix structure layout for little-endian.David Daney1-7/+15
2013-06-19netdev: octeon_mgmt: Correct tx IFG workaround.David Daney1-3/+6
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney1-1/+1
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-4/+2
2012-12-03net/octeon_mgmt: remove __dev* attributesBill Pemberton1-3/+3
2012-10-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-105/+445
2012-09-28netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun1-3/+1
2012-08-31netdev: octeon_mgmt: Make multi-line comment style consistent.David Daney1-18/+9
2012-08-31netdev: octeon_mgmt: Remove some useless 'inline'David Daney1-4/+4
2012-08-31netdev: octeon_mgmt: Cleanup and modernize MAC address handling.David Daney1-7/+9
2012-08-31netdev: octeon_mgmt: Set the parent device.David Daney1-0/+2
2012-08-31netdev: octeon_mgmt: Improve ethtool_ops.David Daney1-4/+18
2012-08-31netdev: octeon_mgmt: Add hardware timestamp support.Chad Reese1-5/+152
2012-08-31netdev: octeon_mgmt: Add support for 1Gig ports.David Daney1-73/+255
2012-07-23netdev: octeon_mgmt: Convert to use device tree.David Daney1-105/+207
2012-02-13octeon: fix PHY name to match MDIO bus nameFlorian Fainelli1-2/+2
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+0
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-0/+3
2011-08-12octeon: Move the Cavium driverJeff Kirsher3-0/+1185