summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* gianfar: Convert to use netdev_opsAndy Fleming2009-03-131-14/+17
* gianfar: remove gianfar_mii.cAndy Fleming2009-03-131-379/+0
* 8139too: allow to set mac address on running deviceJiri Pirko2009-03-131-1/+25
* 8139cp: allow to set mac address on running deviceJiri Pirko2009-03-131-1/+23
* cxgb3: update driver versionDivy Le Ray2009-03-131-1/+1
* cxgb3: update FWDivy Le Ray2009-03-131-1/+1
* cxgb3: detect mac link faults.Divy Le Ray2009-03-136-9/+285
* cxgb3: Update Rev3 mac workaroundDivy Le Ray2009-03-131-39/+33
* cxgb3: disable high freq non-data interruptsDivy Le Ray2009-03-134-5/+86
* cxgb3: separate TX and RX reclaim handlersDivy Le Ray2009-03-132-40/+89
* cxgb3: prefetch buffer access in GRO modeDivy Le Ray2009-03-131-0/+3
* cxgb3: fix skb truesize in jumbo modeDivy Le Ray2009-03-131-1/+2
* cxgb3: release page ref on mapping errorDivy Le Ray2009-03-131-12/+14
* cxgb3: ring rx door bell less frequentlyDivy Le Ray2009-03-132-8/+25
* wimax: fix i2400m printk formatsRandy Dunlap2009-03-111-2/+2
* forcedeth: version bump to 64Ayaz Abdulla2009-03-101-1/+1
* forcedeth: fix irq clearing and napi spin lock changesAyaz Abdulla2009-03-101-14/+4
* forcedeth: performance changesAyaz Abdulla2009-03-101-2/+2
* forcedeth: add interrupt moderation logicAyaz Abdulla2009-03-101-31/+106
* forcedeth: remove isr processing loopAyaz Abdulla2009-03-101-147/+105
* forcedeth: add new optimization modeAyaz Abdulla2009-03-101-48/+57
* forcedeth: napi - handle all processingAyaz Abdulla2009-03-101-38/+60
* forcedeth: add/modify tx done with limitAyaz Abdulla2009-03-101-6/+14
* forcedeth: remove overheadAyaz Abdulla2009-03-101-32/+4
* forcedeth: save irq events for napi processingAyaz Abdulla2009-03-101-24/+23
* forcedeth: remove msix + napiAyaz Abdulla2009-03-101-21/+5
* forcedeth: fix missing napi enable/disable callsAyaz Abdulla2009-03-101-12/+26
* forcedeth: fix stats version featureAyaz Abdulla2009-03-101-6/+6
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-105-7/+7
* gigaset: return -ENOTTY for unimplemented functionsPaul Bolle2009-03-101-4/+4
* gigaset: Kconfig cleanupTilman Schmidt2009-03-101-8/+6
* netxen: annotate board_config and board_typeDhananjay Phadke2009-03-106-109/+85
* netxen: cleanup superfluous multi-context codeDhananjay Phadke2009-03-106-219/+178
* netxen: refactor netdev open closeDhananjay Phadke2009-03-101-136/+166
* netxen: small xmit optimizationsDhananjay Phadke2009-03-103-12/+17
* netxen: cleanup rx handlingDhananjay Phadke2009-03-102-74/+13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-106-8/+42
|\
| * bnx2x: Using DMAE to initialize the chipEilon Greenstein2009-03-102-13/+9
| * bnx2x: Casting page alignmentEilon Greenstein2009-03-101-1/+1
| * bnx2x: Adding restriction on sge_buf_sizeEilon Greenstein2009-03-101-1/+2
| * p54: fix race condition in memory managementChristian Lamparter2009-03-061-3/+6
| * iwlwifi: fix error flow in iwl*_pci_probeReinette Chatre2009-03-052-12/+11
| * rt2x00 : more devices to rt73usb.cXose Vazquez Perez2009-03-051-1/+31
| * rt2x00 : more devices to rt2500usb.cXose Vazquez Perez2009-03-051-0/+8
* | qlge: bugfix: Fix endian issue related to rx buffers.Ron Mercer2009-03-101-3/+6
* | qlge: bugfix: Pad outbound frames smaller than 60 bytes.Ron Mercer2009-03-101-0/+3
* | qlge: bugfix: Move netif_napi_del() to common call point.Ron Mercer2009-03-101-4/+6
* | qlge: Remove spinlock from asic init path.Ron Mercer2009-03-101-2/+0
* | qlge: Clear shadow registers before use.Ron Mercer2009-03-101-0/+2
* | qlge: Get rid of irqsave/restore in intr disable.Ron Mercer2009-03-101-3/+2