aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-10sunhme.c:quattro_pci_find() must be __devinitAdrian Bunk1-1/+1
2007-07-10bonding / ipv6: no addrconf for slaves separately from masterJay Vosburgh1-6/+5
2007-07-10atl1: remove write-only var in tx handlerAlexey Dobriyan1-2/+1
2007-07-10macmace: use "unsigned long flags;"Alexey Dobriyan1-1/+1
2007-07-10Cleanup usbnet_probe() return value handlingPeter Korsgaard1-1/+1
2007-07-10netxen: deinline and sparse fixStephen Hemminger2-103/+97
2007-07-10phylib: Add Marvell 88E1112 phy idOlof Johansson1-0/+13
2007-07-10phylib: cleanup marvell.c a bitOlof Johansson1-58/+52
2007-07-10AX88796 network driverBen Dooks4-0/+972
2007-07-10IOC3: Switch to pci refcounting safe APIsAlan Cox1-17/+24
2007-07-10e100: Fix Tyan motherboard e100 not receiving IPMI commandsDavid Graham1-3/+9
2007-07-10QE Ethernet driver writes to wrong register to mask interruptsTimur Tabi1-1/+1
2007-07-10rrunner.c:rr_init() must be __devinitAdrian Bunk1-1/+1
2007-07-10tokenring/3c359.c:xl_init() must be __devinitAdrian Bunk1-1/+1
2007-07-10sis900_mii_probe() must be __devinitAdrian Bunk1-1/+1
2007-07-10Fix typo in drivers/net/s2io.cRolf Eike Beer1-1/+1
2007-07-10PCMCIA: add Socket Ethernet card into pcnet_csMarcin Juszkiewicz1-0/+1
2007-07-10spidernet: improve interrupt handlingIshizaki Kou1-14/+45
2007-07-103cSOHO100-TX needs EXTRA_PREAMBLESteffen Klassert1-1/+1
2007-07-10Use is_power_of_2() in myri10ge/myri10ge.cvignesh babu1-1/+2
2007-07-10use is_power_of_2() in cxgb3/cxgb3_main.cvignesh babu1-2/+3
2007-07-10atari_pamsnet.c: old declaration ritchie style fixYoann Padioleau1-40/+22
2007-07-10sky2: 1.16 versionStephen Hemminger1-1/+1
2007-07-10sky2: remove some leftover debug messagesStephen Hemminger1-4/+0
2007-07-10sky2: use upper_32_bits() macroStephen Hemminger1-12/+7
2007-07-10sky2: use roundup() macroStephen Hemminger1-2/+1
2007-07-10sky2: check drop truncated packetsStephen Hemminger1-0/+8
2007-07-10sky2: add support for read/write of EEPROMStephen Hemminger1-25/+115
2007-07-10sky2: unmark as EXPERIMENTALStephen Hemminger1-1/+1
2007-07-10sky2: receive fillStephen Hemminger1-22/+14
2007-07-10sky2: check for more work before leaving NAPIStephen Hemminger1-18/+17
2007-07-10sky2: debug interfaceStephen Hemminger3-2/+208
2007-07-10sky2: carrier managementStephen Hemminger1-7/+4
2007-07-10sky2: restore workarounds for lost interruptsStephen Hemminger1-1/+8
2007-07-08Ethernet driver for EISA only SNI RM200/RM400 machinesThomas Bogendoerfer3-0/+193
2007-07-08Extract chip specific code out of lasi_82596.cThomas Bogendoerfer2-1411/+1483
2007-07-08ehea: Whitespace cleanupJan-Bernd Themann4-62/+64
2007-07-08pasemi_mac: Fix TX interrupt thresholdOlof Johansson1-1/+1
2007-07-08spidernet: Replace literal with constLinas Vepstas2-1/+20
2007-07-08r8169: perform RX config change after mac filteringFrancois Romieu1-1/+2
2007-07-08r8169: mac address change supportFrancois Romieu1-0/+36
2007-07-08r8169: display some extra debug information during startupFrancois Romieu1-2/+4
2007-07-08r8169: add endianess annotations to [RT]xDescRolf Eike Beer1-6/+6
2007-07-08r8169: align the IP header when there is no DMA constraintFrancois Romieu1-3/+6
2007-07-08r8169: add bit description for the TxPoll registerFrancois Romieu1-1/+6
2007-07-08r8169: cleanupFrancois Romieu1-202/+145
2007-07-08r8169: remove the media optionFrancois Romieu1-67/+5
2007-07-08r8169: small 8101 commentFrancois Romieu1-0/+4
2007-07-08r8169: confusion between hardware and IP header alignmentFrancois Romieu1-7/+5
2007-07-08r8169: merge with version 8.001.00 of Realtek's r8168 driverFrancois Romieu1-30/+89