aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fs_enet/fs_enet-main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-2/+0
|\
| * net: Remove invalid offloadsMichał Mirosław2011-04-101-2/+0
* | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-3/+6
|/
* dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-7/+9
* of/net: Move of_get_mac_address() to a common source file.David Daney2010-11-011-0/+1
* drivers/net/fs_enet/fs_enet-main.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-061-1/+2
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-2/+1
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-2/+0
|\
| * net: trans_start cleanupsEric Dumazet2010-05-101-2/+0
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-4/+4
|/
* fs_enet: add FEC TX buffer alignment workaround for MPC5121Anatolij Gustschin2010-02-271-0/+47
* fs_enet: Add support for MPC512x to fs_enet driverAnatolij Gustschin2010-02-271-0/+7
* fs_enet: use dev_xxx instead of printkAnatolij Gustschin2010-02-271-24/+15
* net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov2009-10-141-0/+1
* fs_enet: Revive fixed link supportAnton Vorontsov2009-07-221-10/+10
* fs_enet: Remove dead codeKumar Gala2009-04-281-38/+1
* net: Rework fs_enet driver to use of_mdio infrastructureGrant Likely2009-04-271-58/+11
* fs_enet: convert to netdev_opsAlexander Beregalov2009-04-111-10/+17
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-2/+2
* powerpc/fs_enet: Add missing irq free in error path.Mike Ditto2009-01-141-0/+1
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-2/+4
|\
| * fs_enet: fix pollingAlexey Dobriyan2008-11-031-2/+4
* | net: convert more to %pMJohannes Berg2008-10-271-4/+1
|/
* fs-enet: remove code associated with !CONFIG_PPC_MERGEKumar Gala2008-09-241-19/+3
* fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi()Heiko Schocher2008-08-271-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-221-5/+2
|\
| * netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov2008-07-221-5/+2
* | Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-221-12/+21
|\ \ | |/
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-1/+1
| |\
| * | netdev: Convert all drivers away from netif_schedule().David S. Miller2008-07-171-1/+1
| * | fs_enet: MDIO on GPIO supportLaurent Pinchart2008-05-301-11/+20
* | | fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING codeKumar Gala2008-07-161-309/+1
| |/ |/|
* | drivers/net: Use linux/of_{device,platform}.h instead of asmStephen Rothwell2008-06-301-1/+1
|/
* drivers/net/fs_enet: remove null pointer dereferenceJulia Lawall2008-05-221-1/+1
* phy: Change mii_bus id field to a stringAndy Fleming2008-04-161-2/+2
* fs_enet: Don't call NAPI functions when NAPI is not used.Laurent Pinchart2008-04-121-1/+2
* fs_enet: Don't call phy_mii_ioctl() in atomic context.Scott Wood2008-02-231-6/+1
* Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2008-01-241-1/+8
|\
| * fs_enet: Add fixed-phy support for fs_enetJochen Friedrich2008-01-231-1/+8
* | fs_enet: check for phydev existence in the ethtool handlersAnton Vorontsov2008-01-121-2/+9
* | [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-081-3/+0
|/
* fs_enet: Update for API changesScott Wood2007-10-171-12/+16
* fs_enet: sparse fixesScott Wood2007-10-101-9/+9
* fs_enet: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set.Scott Wood2007-10-101-17/+241
* fs_enet: Align receive buffers.Scott Wood2007-10-101-2/+19
* fs_enet: Whitespace cleanup.Scott Wood2007-10-101-46/+39
* FS_ENET: Add polling supportVitaly Bordug2007-10-101-27/+44