summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mlx4_en: Fixed Ethtool statistics reportYevgeny Petrilin2010-09-072-2/+2
* mlx4_en: Consider napi_get_frags() failure.Yevgeny Petrilin2010-09-071-0/+2
* drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall2010-09-071-2/+2
* drivers/net: Removing undead ifdef CHELSIO_T1_1GChristian Dietrich2010-09-071-2/+0Star
* drivers/net/jme: Use pr_<level>Joe Perches2010-09-072-53/+48Star
* isdn: cleanup: make buffer smallerDan Carpenter2010-09-071-2/+2
* isdn: potential buffer overflowsDan Carpenter2010-09-071-3/+3
* NET: bna, fix lock imbalanceJiri Slaby2010-09-071-1/+2
* drivers/net/fs_enet/fs_enet-main.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-071-1/+2
* ibmveth: Update module information and versionSantiago Leon2010-09-072-48/+48
* ibmveth: Remove some unnecessary include filesSantiago Leon2010-09-071-3/+0Star
* ibmveth: Convert driver specific assert to BUG_ONSantiago Leon2010-09-071-23/+11Star
* ibmveth: Return -EINVAL on all ->probe errorsSantiago Leon2010-09-071-2/+2
* ibmveth: Coding style fixesSantiago Leon2010-09-071-145/+172
* ibmveth: Some formatting fixesSantiago Leon2010-09-072-19/+19
* ibmveth: Convert driver specific error functions to netdev_errSantiago Leon2010-09-071-41/+47
* ibmveth: Convert driver specific debug to netdev_dbgSantiago Leon2010-09-071-24/+20Star
* ibmveth: Remove redundant function prototypesSantiago Leon2010-09-071-7/+1Star
* ibmveth: Convert to netdev_alloc_skbSantiago Leon2010-09-071-1/+1
* ibmveth: remove procfs codeSantiago Leon2010-09-071-113/+0Star
* ibmveth: Enable IPv6 checksum offloadSantiago Leon2010-09-072-11/+50
* ibmveth: Remove duplicate checksum offload setup codeSantiago Leon2010-09-071-17/+1Star
* ibmveth: Add optional flush of rx bufferSantiago Leon2010-09-071-0/+21
* ibmveth: Add scatter-gather supportSantiago Leon2010-09-071-60/+124
* ibmveth: Use lighter weight read memory barrier in ibmveth_pollAnton Blanchard2010-09-071-1/+1
* ibmveth: Add rx_copybreakSantiago Leon2010-09-071-6/+23
* ibmveth: Add tx_copybreakSantiago Leon2010-09-071-8/+20
* ibmveth: Remove LLTXSantiago Leon2010-09-072-7/+1Star
* ibmveth: batch rx buffer replacementSantiago Leon2010-09-072-6/+9
* ibmveth: Remove integer divide caused by modulusSantiago Leon2010-09-071-4/+7
* ns83820: Use predefined autoneg constantsDenis Kirjanov2010-09-071-1/+2
* ns83820: Add copper device settingsDenis Kirjanov2010-09-071-2/+10
* ns83820: Remove unused have_optical variable.Denis Kirjanov2010-09-071-10/+1Star
* wan: make read-only data conststephen hemminger2010-09-065-14/+14
* r8169: fix rx checksum offloadEric Dumazet2010-09-061-4/+2Star
* cxgb3: Avoid flush_workqueue() deadlock.Casey Leedom2010-09-031-9/+15
* cxgb3: Leave interrupts for fatal errors asserted in common code.Casey Leedom2010-09-031-2/+2
* cxgb3: Set FATALPERREN.Casey Leedom2010-09-031-0/+1
* cxgb3: Add register bit definition for Fatal Parity Error.Casey Leedom2010-09-031-0/+4
* tulip: use integrated netdev statsEric Dumazet2010-09-033-40/+50
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-0355-67/+71
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-09-0294-1546/+3898
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-0294-1546/+3898
| |\
| | * rt2x00: Cleanup rt2x00usb_watchdog_reset_txIvo van Doorn2010-08-311-26/+40
| | * rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn2010-08-316-14/+59
| | * rt2x00: Correctly kill beacon queueIvo van Doorn2010-08-313-3/+27
| | * rt2x00: Set PWR_PIN_CFG during initializationIvo van Doorn2010-08-311-0/+2
| | * rt2x00: Don't set unicast/BSSID masks when clearning MAC or BSSIDIvo van Doorn2010-08-311-7/+11
| | * rt2x00: Wakeup hardware before loading firmwareIvo van Doorn2010-08-312-2/+6
| | * rt2x00: Validate TX status results with current data entryIvo van Doorn2010-08-311-23/+50