summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-03-14igb: add support for another dual port 82576 non-security nicAlexander Duyck3-0/+3
2009-03-14igb: correct typo that was setting vfta mask to 1Alexander Duyck2-2/+2
2009-03-14igb: add PF to poolAlexander Duyck3-10/+22
2009-03-14igb: support wol on second portAlexander Duyck2-2/+4
2009-03-14igb: resolve warning of unused adapter structAlexander Duyck1-3/+2
2009-03-14igb: remove netif running call from igb_pollAlexander Duyck1-2/+1
2009-03-14igb: switch to new dca APIMaciej Sosnowski1-4/+4
2009-03-14ppp: ppp_mp_explode() redesignGabriele Paoloni3-91/+126
2009-03-14tulip: Fix for MTU problems with 802.1q tagged framesTomasz Lemiech2-30/+86
2009-03-14phylib: convert state_queue work to delayed_workMarcin Slusarz1-30/+11
2009-03-14bmac: remove unused variable bp in bmac_misc_intr()Pavel Roskin1-1/+0
2009-03-13ehea: fix circular locking problemJan-Bernd Themann2-27/+31
2009-03-13macvlan: Deterministic ingress packet deliveryEric Biederman1-13/+60
2009-03-13macvlan: Support creating macvlans from macvlansEric Biederman1-5/+6
2009-03-13smsc911x: improve EEPROM loading timeout logic in openSteve Glendinning1-2/+2
2009-03-13smsc911x: check for FFWD success before checking for timeoutSteve Glendinning1-1/+1
2009-03-13gianfar: Convert to use netdev_opsAndy Fleming1-14/+17
2009-03-13gianfar: remove gianfar_mii.cAndy Fleming1-379/+0
2009-03-138139too: allow to set mac address on running deviceJiri Pirko1-1/+25
2009-03-138139cp: allow to set mac address on running deviceJiri Pirko1-1/+23
2009-03-13cxgb3: update driver versionDivy Le Ray1-1/+1
2009-03-13cxgb3: update FWDivy Le Ray1-1/+1
2009-03-13cxgb3: detect mac link faults.Divy Le Ray6-9/+285
2009-03-13cxgb3: Update Rev3 mac workaroundDivy Le Ray1-39/+33
2009-03-13cxgb3: disable high freq non-data interruptsDivy Le Ray4-5/+86
2009-03-13cxgb3: separate TX and RX reclaim handlersDivy Le Ray2-40/+89
2009-03-13cxgb3: prefetch buffer access in GRO modeDivy Le Ray1-0/+3
2009-03-13cxgb3: fix skb truesize in jumbo modeDivy Le Ray1-1/+2
2009-03-13cxgb3: release page ref on mapping errorDivy Le Ray1-12/+14
2009-03-13cxgb3: ring rx door bell less frequentlyDivy Le Ray2-8/+25
2009-03-12wimax: fix i2400m printk formatsRandy Dunlap1-2/+2
2009-03-10forcedeth: version bump to 64Ayaz Abdulla1-1/+1
2009-03-10forcedeth: fix irq clearing and napi spin lock changesAyaz Abdulla1-14/+4
2009-03-10forcedeth: performance changesAyaz Abdulla1-2/+2
2009-03-10forcedeth: add interrupt moderation logicAyaz Abdulla1-31/+106
2009-03-10forcedeth: remove isr processing loopAyaz Abdulla1-147/+105
2009-03-10forcedeth: add new optimization modeAyaz Abdulla1-48/+57
2009-03-10forcedeth: napi - handle all processingAyaz Abdulla1-38/+60
2009-03-10forcedeth: add/modify tx done with limitAyaz Abdulla1-6/+14
2009-03-10forcedeth: remove overheadAyaz Abdulla1-32/+4
2009-03-10forcedeth: save irq events for napi processingAyaz Abdulla1-24/+23
2009-03-10forcedeth: remove msix + napiAyaz Abdulla1-21/+5
2009-03-10forcedeth: fix missing napi enable/disable callsAyaz Abdulla1-12/+26
2009-03-10forcedeth: fix stats version featureAyaz Abdulla1-6/+6
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger5-7/+7
2009-03-10gigaset: return -ENOTTY for unimplemented functionsPaul Bolle1-4/+4
2009-03-10gigaset: Kconfig cleanupTilman Schmidt1-8/+6
2009-03-10netxen: annotate board_config and board_typeDhananjay Phadke6-109/+85
2009-03-10netxen: cleanup superfluous multi-context codeDhananjay Phadke6-219/+178
2009-03-10netxen: refactor netdev open closeDhananjay Phadke1-136/+166