aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fs_enet (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+43
2010-05-29fs_enet: Adjust BDs after tx errorMark Ware1-6/+43
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely4-11/+9
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely3-6/+15
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely5-16/+16
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-3/+2
2010-04-03net: convert multicast list to list_headJiri Pirko3-9/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-3/+2
2010-02-27fs_enet: add FEC TX buffer alignment workaround for MPC5121Anatolij Gustschin1-0/+47
2010-02-27fs_enet: Add support for MPC512x to fs_enet driverAnatolij Gustschin5-21/+95
2010-02-27fs_enet: use dev_xxx instead of printkAnatolij Gustschin4-38/+27
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko3-3/+3
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko3-3/+3
2009-10-14net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov3-0/+3
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+10
2009-07-22fs_enet: Revive fixed link supportAnton Vorontsov1-10/+10
2009-07-17fs_enet/mii-fec.c: fix MII speed calculationWolfgang Denk1-4/+33
2009-04-28fs_enet: Remove dead codeKumar Gala3-77/+1
2009-04-27net: Rework fs_enet driver to use of_mdio infrastructureGrant Likely3-110/+14
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+17
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-4/+2
2009-04-11fs_enet: convert to netdev_opsAlexander Beregalov1-10/+17
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-2/+2
2009-01-14powerpc/fs_enet: Add missing irq free in error path.Mike Ditto1-0/+1
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-2/+2
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+4
2008-11-03fs_enet: fix pollingAlexey Dobriyan1-2/+4
2008-10-27net: convert more to %pMJohannes Berg1-4/+1
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2-7/+6
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2-2/+2
2008-09-24fs-enet: remove code associated with !CONFIG_PPC_MERGEKumar Gala5-89/+3
2008-08-27fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi()Heiko Schocher2-1/+15
2008-08-07net/fs_enet: remove redundant messages for performanceLi Yang1-1/+1
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-5/+2
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov1-5/+2
2008-07-22Merge commit 'origin/master'Benjamin Herrenschmidt1-12/+21
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller3-3/+3
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller1-1/+1
2008-07-16fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING codeKumar Gala8-692/+5
2008-07-14Merge commit 'origin/HEAD' into test-mergeBenjamin Herrenschmidt1-0/+3
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2008-07-04fs_enet: restore promiscuous and multicast settings in restart()Laurent Pinchart1-0/+3
2008-06-30drivers/net: Use linux/of_{device,platform}.h instead of asmStephen Rothwell3-3/+3
2008-05-30fs_enet: MDIO on GPIO supportLaurent Pinchart1-11/+20
2008-05-22drivers/net/fs_enet: remove null pointer dereferenceJulia Lawall1-1/+1
2008-05-06fs_enet: Fix a memory leak in fs_enet_mdio_probeScott Wood1-1/+2
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming3-6/+6
2008-04-12fs_enet: Don't call NAPI functions when NAPI is not used.Laurent Pinchart1-1/+2
2008-02-23fs_enet: Don't call phy_mii_ioctl() in atomic context.Scott Wood1-6/+1