summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-28[netdrvr] fealnx: clean up nasty mess of arch ifdefsJeff Garzik1-31/+12
2008-06-28tulip: remove wrapper around get_unalignedHarvey Harrison1-6/+4
2008-06-28Fix forcedeth hibernate/wake-on-lan problemsTobias Diedrich1-0/+20
2008-06-28Fix forcedeth hibernate/wake-on-lan problemsTobias Diedrich1-0/+5
2008-06-288139too: some style cleanupsMárton Németh1-6/+6
2008-06-28rndis_host: pass buffer length to rndis_commandJussi Kivilinna3-10/+11
2008-06-28net: sh_eth: Fix compile error sh_ethNobuhiro Iwamatsu2-4/+4
2008-06-28e1000: remove e1000_clean_tx_irq call from e1000_netpollAndy Gospodarek1-1/+0
2008-06-28igb: make ioport freeTaku Izumi2-6/+45
2008-06-28e1000e: make ioport freeTaku Izumi2-6/+46
2008-06-28e1000: remove PCI Express device IDsAuke Kok2-36/+0
2008-06-25ixgbe: add LRO supportMallikarjuna R Chilakala4-22/+112
2008-06-25cxgb3 - add missing adapter type for RDMADivy Le Ray2-2/+22
2008-06-25drivers/net/tulip: update first comment in tulip filesGrant Grundler9-30/+20
2008-06-25DM9000: Add documentation for the driver.Ben Dooks1-0/+167
2008-06-25DM9000: Remove DEFAULT_TRIGGER for request_irq() flags.Ben Dooks1-7/+2
2008-06-25DM9000: Re-unite menuconfig entries for DM9000 driverBen Dooks1-8/+8
2008-06-25DM9000: Add missing msleep() in EEPROM wait code.Ben Dooks1-0/+2
2008-06-25DM9000: Allow the use of the NSR register to get link status.Ben Dooks3-2/+49
2008-06-25DM9000: Use NSR to determine link-status on internal PHYBen Dooks1-1/+8
2008-06-25DM9000: Cleanup source code - remove forward declerationsBen Dooks1-518/+498
2008-06-25DM9000: Cleanup source codeBen Dooks1-32/+30
2008-06-25DM9000: Cleanups after the resource changesBen Dooks1-20/+4
2008-06-25DM9000: Add support for DM9000A and DM9000B chipsBen Dooks2-5/+72
2008-06-25DM9000: Fixup blackfin after removing 2 resource usageLaurent Pinchart3-3/+18
2008-06-25DM9000: Remove the 2 resources probe scheme.Laurent Pinchart1-62/+44
2008-06-24bnx2x: Update versionEilon Greenstein1-2/+2
2008-06-24bnx2x: Add PCIE EEH supportWendy Xiong1-6/+95
2008-06-24bnx2x: Enhanced self testYitchak Gertner1-9/+487
2008-06-24bnx2x: Re-factor Tx codeEilon Greenstein1-140/+304
2008-06-24bnx2x: Add TPA, Broadcoms HW LROVladislav Zolotarov2-136/+884
2008-06-24bnx2x: New statistics codeYitchak Gertner3-850/+1480
2008-06-24bnx2x: Add support for BCM57711 HWEilon Greenstein9-2153/+3752
2008-06-24bnx2x: New microcode part 3/3Eilon Greenstein1-0/+4688
2008-06-24bnx2x: New microcode part 2/3Eilon Greenstein1-0/+3382
2008-06-24bnx2x: New microcode part 1/3Eilon Greenstein1-250/+4354
2008-06-24bnx2x: Remove old microcodeEilon Greenstein1-4900/+1
2008-06-24bnx2x: New init infrastructureEilon Greenstein5-656/+2130
2008-06-24bnx2x: New link codeYaniv Rosner5-3399/+1826
2008-06-24bnx2x: Adding bnx2x_linkYaniv Rosner2-0/+4686
2008-06-24bnx2x: Rename bnx2x.c to bnx2x_main.cEilon Greenstein2-0/+1
2008-06-20sctp: Kill unused variable in sctp_assoc_bh_rcv()Vlad Yasevich1-1/+0
2008-06-20bnx2: Update driver version to 1.7.7.Michael Chan1-3/+3
2008-06-20bnx2: Cleanup error handling in bnx2_open().Michael Chan1-23/+14
2008-06-20bnx2: Turn on multi rx rings.Michael Chan2-17/+80
2008-06-20bnx2: Update firmware to support multi rx rings.Michael Chan1-4419/+4437
2008-06-20bnx2: Use one handler for all MSI-X vectors.Michael Chan1-59/+40
2008-06-20bnx2: Optimize fast-path tx and rx work.Michael Chan2-44/+72
2008-06-20bnx2: Put rx ring variables in a separate struct.Michael Chan2-169/+259
2008-06-20bnx2: Put tx ring variables in a separate struct.Michael Chan2-129/+199