summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | smsc9420: fix another postfixed timeoutSteve Glendinning2009-02-201-1/+1
* | | | | | | | wimax/i2400m: driver loads firmware v1.4 instead of v1.3Inaky Perez-Gonzalez2009-02-201-1/+1
* | | | | | | | cxgb3: Add support for PCI ID 0x35.Divy Le Ray2009-02-192-0/+8
* | | | | | | | TG3: &&/|| confusionRoel Kluin2009-02-191-2/+2
* | | | | | | | net/mv643xx: don't disable the mib timer too early and lock properlySebastian Siewior2009-02-191-4/+3
* | | | | | | | net/mv643xx: use GFP_ATOMIC while atomicSebastian Siewior2009-02-191-1/+1
* | | | | | | | atl1c: Atheros L1C Gigabit Ethernet driverJie Yang2009-02-198-0/+5120
* | | | | | | | net: forcedeth: Fix wake-on-lan regressionTobias Diedrich2009-02-161-1/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | netxen: fix compile waring "label ‘set_32_bit_mask’ defined but not used"...Yang Hongyang2009-02-131-1/+1
* | | | | | | bnx2: Update version to 1.9.2 and copyright.Michael Chan2009-02-132-4/+4
* | | | | | | bnx2: Fix jumbo frames error handling.Michael Chan2009-02-131-11/+19
* | | | | | | bnx2: Update 5709 firmware.Michael Chan2009-02-131-4432/+4363
* | | | | | | bnx2: Update 5706/5708 firmware.Michael Chan2009-02-131-4309/+4206
* | | | | | | 3c505: do not set pcb->data.raw beyond its sizeRoel Kluin2009-02-131-10/+16
* | | | | | | IRDA: cnt is off by 1Roel Kluin2009-02-131-1/+1
* | | | | | | netxen: remove pcie workaroundDhananjay Phadke2009-02-131-64/+0
* | | | | | | sun3: print when lance_open() failsRoel Kluin2009-02-131-1/+1
* | | | | | | qlge: bugfix: Add missing rx buf clean index on early exit.Ron Mercer2009-02-131-0/+2
* | | | | | | qlge: bugfix: Fix RX scaling values.Ron Mercer2009-02-131-2/+2
* | | | | | | qlge: bugfix: Fix TSO breakage.Ron Mercer2009-02-131-4/+6
* | | | | | | qlge: bugfix: Add missing dev_kfree_skb_any() call.Ron Mercer2009-02-131-0/+2
* | | | | | | qlge: bugfix: Add missing put_page() call.Ron Mercer2009-02-131-0/+2
* | | | | | | qlge: bugfix: Fix fatal error recovery hang.Ron Mercer2009-02-131-2/+11
* | | | | | | qlge: bugfix: Use netif_receive_skb() and vlan_hwaccel_receive_skb().Ron Mercer2009-02-131-2/+2
* | | | | | | TG3: limit reaches -1Roel Kluin2009-02-131-2/+2
* | | | | | | iwlwifi: fix suspend/resume and its usage of pci saved stateReinette Chatre2009-02-112-4/+26
* | | | | | | zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link WN322/422GHin-Tak Leung2009-02-111-0/+1
* | | | | | | zd1211rw: adding 0ace:0xa211 as a ZD1211 deviceHin-Tak Leung2009-02-111-0/+1
* | | | | | | ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rxBob Copeland2009-02-111-32/+53
* | | | | | | sunhme: Fix Quattro HME irq registration on proble failuresMeelis Roos2009-02-111-6/+28
* | | | | | | mdio-gpio: Add mdc pin direction initializationPaulius Zaleckas2009-02-111-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | gianfar: Fix boot hangs while bringing up gianfar ethernetJarek Poplawski2009-02-091-0/+6
* | | | | | netxen: fix msi-x interrupt handlingDhananjay Phadke2009-02-092-2/+13
* | | | | | de2104x: force correct order when writing to rx ringRisto Suominen2009-02-091-1/+2
* | | | | | tun: Fix unicast filter overflowAlex Williamson2009-02-091-2/+8
* | | | | | sunhme: Don't match PCI devices in SBUS probe.David S. Miller2009-02-071-4/+8
* | | | | | 3c509: Fix resume from hibernation for PnP mode.Ondrej Zary2009-02-071-0/+1
* | | | | | sungem: Soft lockup in sungem on Netra AC200 when switching interface upIlkka Virta2009-02-071-4/+4
* | | | | | r8169: Don't update statistics counters when interface is downIvan Vecera2009-02-071-35/+58
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-063-0/+7
|\ \ \ \ \
| * | | | | iwlwifi: save PCI state before suspend, restore after resumeReinette Chatre2009-02-042-0/+4
| * | | | | iwlwifi: clean key table in iwl_clear_stations_tableReinette Chatre2009-02-041-0/+3
| | |_|_|/ | |/| | |
* | | | | gianfar: Fix potential soft reset raceAndy Fleming2009-02-051-0/+3
* | | | | gianfar: Fix BD_LENGTH_MASK definitionAndy Fleming2009-02-051-1/+1
* | | | | cxgb3: Fix lro switchDivy Le Ray2009-02-051-2/+1
|/ / / /
* | | | e1000: Fix PCI enable to honor the need_ioport flagKarsten Keil2009-02-041-1/+1
* | | | pcnet_cs: Fix misuse of the equality operator.Cord Walter2009-02-041-1/+1
* | | | hso: add new device id'sFilip Aben2009-02-041-1/+3
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-02-033-3/+3
|\| | |
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-02-031-1/+1
| |\ \ \