aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibm_newemac (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+4
2009-07-21drivers/net: Move a dereference below a NULL testJulia Lawall1-3/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-04-11ibm_newemac: convert to netdev_opsAlexander Beregalov1-12/+29
2009-04-06ibm_newemac: Fix dangerous struct assumptionJean Delvare1-1/+1
2009-03-21powerpc 4xx EMAC driver: device name reported on timeout is not correctMikhail Zolotaryov1-1/+1
2009-03-13emac: Fix clock control for 405EX and 405EXr chipsBenjamin Herrenschmidt1-0/+3
2009-02-02net: variables reach -1, but 0 testedRoel Kluin1-2/+2
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt2-1/+5
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-10-27net: convert more to %pMJohannes Berg1-8/+3
2008-10-27ibm_newemac: Fix typo in flow control config optionJosh Boyer1-1/+1
2008-10-20ibm_newemac: Fix new MAL feature handlingJosh Boyer2-2/+23
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt3-4/+4
2008-10-08ibm_newemac: Fix EMAC soft reset on 460EX/GTVictor Gallardo2-0/+23
2008-10-02ibm_newemac: Add support for GPCS, SGMII and M88E1112 PHYVictor Gallardo4-9/+143
2008-09-30ibm_newemac: MAL support for PowerPC 405EZJosh Boyer1-5/+55
2008-09-30ibm_newemac: Introduce mal_has_featureJosh Boyer2-0/+42
2008-09-30ibm_newemac: Allow the "no flow control" EMAC feature to workJosh Boyer3-0/+9
2008-09-24netdev: drop CONFIG_PPC_MERGE from KconfigKumar Gala1-1/+1
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-09-03ibm_newemac: MAL[12]_IER_EVENTS definition: 2x *_OTE -> *_DEroel kluin1-2/+2
2008-08-27ibm_newemac: Don't call dev_mc_add() before device is registeredBenjamin Herrenschmidt1-3/+3
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller5-66/+239
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+4
2008-07-15ibm_newemac: Add MII mode support to the EMAC RGMII bridge.Grant Erickson1-0/+6
2008-07-14Merge commit 'origin/HEAD' into test-mergeBenjamin Herrenschmidt1-0/+8
2008-07-09ibm_newemac: Parameterize EMAC Multicast Match HandlingGrant Erickson4-65/+232
2008-07-04ibm_newemac: Fixes entry of short packetsSathya Narayanan1-0/+6
2008-07-04ibm_newemac: Fixes kernel crashes when speed of cable connected changesSathya Narayanan1-0/+2
2008-06-30drivers/net: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-1/+1
2008-06-17ibm_newemac: select CRC32 in KconfigJosh Boyer1-0/+1
2008-04-25ibm_newemac: Increase MDIO timeoutsBenjamin Herrenschmidt1-4/+4
2008-04-25ibm_newemac: PowerPC 440EP/440GR EMAC PHY clock workaroundValentine Barshak2-2/+47
2008-04-25ibm_newemac: PowerPC 440GX EMAC PHY clock workaroundValentine Barshak2-3/+23
2008-04-25ibm_newemac Use status property for unused/unwired EMACsJosh Boyer1-2/+5
2008-04-25ibm_newemac: Fix section mismatch warningsJosh Boyer5-6/+6
2008-04-25ibm_newemac: Add support for 460EX/GT-type MAL rx-channel handlingStefan Roese1-0/+16
2008-04-25ibm_newemac: Fix problem with jumbo frame support and EMAC V4.patchStefan Roese1-1/+4
2008-03-28ibm_newemac: emac_tx_csum typo fixValentine Barshak1-2/+2
2008-03-17NEWEMAC: Add compatible "ibm,tah" to tah matching tableStefan Roese1-0/+4
2008-03-17NEWEMAC: fix support for pause packetsPravin M. Bathija1-0/+7
2008-02-15[POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching tableStefan Roese1-1/+0
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-10/+4
2008-01-28net: NEWEMAC: Fix problem with mtu > 4080 on non TAH equipped 4xx PPC'sStefan Roese1-10/+4
2008-01-17[POWERPC] Add of_find_matching_node() helper functionGrant Likely1-0/+1
2007-12-14Net: ibm_newemac, remove SPIN_LOCK_UNLOCKEDJiri Slaby1-1/+1
2007-12-07ibm_newemac: Update file headers copyright noticesBenjamin Herrenschmidt15-0/+75
2007-12-07ibm_newemac: Call dev_set_drvdata() before tah_reset()Valentine Barshak1-1/+2