aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-07S2io: Check for register initialization completion before accesing device registersSreenivasa Honnur2-1/+16
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
2007-12-07ibm_newemac: Fix typo reading TAH channel infoValentine Barshak1-1/+1
2007-12-07ibm_newemac: Correct opb_bus_freq valueValentine Barshak1-1/+1
2007-12-07ibm_newemac: Skip EMACs that are marked unused by the firmwareHugh Blemings1-0/+4
2007-12-07ibm_newemac: Cleanup/fix support for STACR register variantsBenjamin Herrenschmidt2-13/+16
2007-12-07ibm_newemac: Cleanup/Fix RGMII MDIO support detectionBenjamin Herrenschmidt2-11/+14
2007-12-07ibm_newemac: Workaround reset timeout when no linkBenjamin Herrenschmidt1-6/+14
2007-12-07ibm_newemac: Fix ZMII refcounting bugBenjamin Herrenschmidt1-1/+3
2007-12-07ibm_newemac: Add ET1011c PHY supportStefan Roese1-0/+37
2007-12-07ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY supportStefan Roese1-0/+39
2007-12-07e100: cleanup unneeded mathAuke Kok1-4/+2
2007-12-07e1000: fix memcpy in e1000_get_stringsRoel Kluin2-2/+2
2007-12-07make bnx2x select ZLIB_INFLATEEliezer Tamir1-0/+1
2007-12-07cxgb3 - T3C support updateDivy Le Ray3-19/+58
2007-12-07bonding: Fix race at module unloadJay Vosburgh2-22/+23
2007-12-07bonding: Add new layer2+3 hash for xor/802.3ad modesJay Vosburgh2-12/+40
2007-12-07bonding: Fix time comparisonDavid Sterba1-12/+13
2007-12-07bonding: Allow setting and querying xmit policy regardless of modeWagner Ferenc1-18/+3
2007-12-07bonding: Coding style: break line after the if conditionWagner Ferenc1-3/+6
2007-12-07bonding: Purely cosmetic: rename a local variableWagner Ferenc1-5/+4
2007-12-07bonding: Return nothing for not applicable valuesWagner Ferenc1-21/+4
2007-12-07bonding: Remove trailing NULs from sysfs interface.Wagner Ferenc1-36/+30
2007-12-07[NIU]: Fix link LED handling.Mirko Lindner1-4/+18
2007-12-05[LRO]: fix lro_gen_skb() alignmentAndrew Gallatin1-0/+1
2007-12-04PHY: Add the phy_device_release device method.Anton Vorontsov2-4/+17
2007-12-04gianfar: fix compile warningGrant Likely1-1/+1
2007-12-04pasemi_mac: Fix reuse of free'd skbOlof Johansson1-1/+1
2007-12-04SMC911X: Fix using of dereferenced skb after netif_rxWang Chen1-1/+1
2007-12-04sky2: recovery deadlock fixStephen Hemminger1-4/+2
2007-12-04Fix memory corruption in fec_mpc52xxJon Smirl1-2/+2
2007-12-04Don't claim to do IPv6 checksum offloadDavid Woodhouse1-1/+1
2007-12-04cxgb - revert file mode changes.Divy Le Ray4-0/+0
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds1-6/+5
2007-12-01LIB82596: correct data types for hardware addressesThomas Bogendoerfer1-25/+25
2007-12-01via-velocity: don't oops on MTU change (resend)Stephen Hemminger1-8/+3
2007-12-01Stop phy code from returning success to unknown ioctls.David Woodhouse1-0/+3
2007-12-01SET_NETDEV_DEV() in fec_mpc52xx.cDavid Woodhouse1-0/+2
2007-12-01net: smc911x: only enable for mpr2 on sh.Paul Mundt1-1/+1
2007-12-01e1000: Fix NAPI state bug when Rx completeAuke Kok1-1/+1
2007-12-01sky2: turn of dynamic Tx watermark workaround (FE+ only)Stephen Hemminger1-0/+7
2007-12-01sky2: don't use AER routinesStephen Hemminger1-30/+7
2007-12-01sky2: revert to access PCI config via device spaceStephen Hemminger2-38/+56
2007-12-01cxgb - fix statsDivy Le Ray4-89/+96
2007-12-01cxgb - fix NAPIDivy Le Ray1-4/+2
2007-12-01cxgb - fix T2 GSODivy Le Ray3-20/+18
2007-12-01ucc_geth: handle passing of RX-only and TX-only internal delay PHY connection type parametersKim Phillips1-0/+10
2007-12-01phylib: marvell: add support for TX-only and RX-only Internal DelayKim Phillips1-9/+17
2007-12-01skge: MTU changing fixStephen Hemminger1-33/+2