aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-09-06mlx4_en: Fixed Ethtool statistics reportGravatar Yevgeny Petrilin 2-2/+2
2010-09-06mlx4_en: Consider napi_get_frags() failure.Gravatar Yevgeny Petrilin 1-0/+2
2010-09-06drivers/atm/firestream.c: Fix unsigned return typeGravatar Julia Lawall 1-2/+2
2010-09-06drivers/net: Removing undead ifdef CHELSIO_T1_1GGravatar Christian Dietrich 1-2/+0
2010-09-06drivers/net/jme: Use pr_<level>Gravatar Joe Perches 2-53/+48
2010-09-06isdn: cleanup: make buffer smallerGravatar Dan Carpenter 1-2/+2
2010-09-06isdn: potential buffer overflowsGravatar Dan Carpenter 1-3/+3
2010-09-06NET: bna, fix lock imbalanceGravatar Jiri Slaby 1-1/+2
2010-09-06drivers/net/fs_enet/fs_enet-main.c: Add of_node_put to avoid memory leakGravatar Julia Lawall 1-1/+2
2010-09-06ibmveth: Update module information and versionGravatar Santiago Leon 2-48/+48
2010-09-06ibmveth: Remove some unnecessary include filesGravatar Santiago Leon 1-3/+0
2010-09-06ibmveth: Convert driver specific assert to BUG_ONGravatar Santiago Leon 1-23/+11
2010-09-06ibmveth: Return -EINVAL on all ->probe errorsGravatar Santiago Leon 1-2/+2
2010-09-06ibmveth: Coding style fixesGravatar Santiago Leon 1-145/+172
2010-09-06ibmveth: Some formatting fixesGravatar Santiago Leon 2-19/+19
2010-09-06ibmveth: Convert driver specific error functions to netdev_errGravatar Santiago Leon 1-41/+47
2010-09-06ibmveth: Convert driver specific debug to netdev_dbgGravatar Santiago Leon 1-24/+20
2010-09-06ibmveth: Remove redundant function prototypesGravatar Santiago Leon 1-7/+1
2010-09-06ibmveth: Convert to netdev_alloc_skbGravatar Santiago Leon 1-1/+1
2010-09-06ibmveth: remove procfs codeGravatar Santiago Leon 1-113/+0
2010-09-06ibmveth: Enable IPv6 checksum offloadGravatar Santiago Leon 2-11/+50
2010-09-06ibmveth: Remove duplicate checksum offload setup codeGravatar Santiago Leon 1-17/+1
2010-09-06ibmveth: Add optional flush of rx bufferGravatar Santiago Leon 1-0/+21
2010-09-06ibmveth: Add scatter-gather supportGravatar Santiago Leon 1-60/+124
2010-09-06ibmveth: Use lighter weight read memory barrier in ibmveth_pollGravatar Anton Blanchard 1-1/+1
2010-09-06ibmveth: Add rx_copybreakGravatar Santiago Leon 1-6/+23
2010-09-06ibmveth: Add tx_copybreakGravatar Santiago Leon 1-8/+20
2010-09-06ibmveth: Remove LLTXGravatar Santiago Leon 2-7/+1
2010-09-06ibmveth: batch rx buffer replacementGravatar Santiago Leon 2-6/+9
2010-09-06ibmveth: Remove integer divide caused by modulusGravatar Santiago Leon 1-4/+7
2010-09-06ns83820: Use predefined autoneg constantsGravatar Denis Kirjanov 1-1/+2
2010-09-06ns83820: Add copper device settingsGravatar Denis Kirjanov 1-2/+10
2010-09-06ns83820: Remove unused have_optical variable.Gravatar Denis Kirjanov 1-10/+1
2010-09-06wan: make read-only data constGravatar stephen hemminger 5-14/+14
2010-09-05r8169: fix rx checksum offloadGravatar Eric Dumazet 1-4/+2
2010-09-03cxgb3: Avoid flush_workqueue() deadlock.Gravatar Casey Leedom 1-9/+15
2010-09-03cxgb3: Leave interrupts for fatal errors asserted in common code.Gravatar Casey Leedom 1-2/+2
2010-09-03cxgb3: Set FATALPERREN.Gravatar Casey Leedom 1-0/+1
2010-09-03cxgb3: Add register bit definition for Fatal Parity Error.Gravatar Casey Leedom 1-0/+4
2010-09-03tulip: use integrated netdev statsGravatar Eric Dumazet 3-40/+50
2010-09-02drivers/net: avoid some skb->ip_summed initializationsGravatar Eric Dumazet 55-67/+71
2010-09-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 94-1546/+3898
2010-09-02bna: fix stats handlingGravatar Eric Dumazet 3-41/+33
2010-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 94-1546/+3898
2010-09-02net: another last_rx roundGravatar Eric Dumazet 2-2/+0
2010-09-01starfire: Temporary kludge to fix powerpc build.Gravatar David S. Miller 1-1/+1
2010-09-01pxa168_eth: remove duplicated #includeGravatar Huang Weiyi 1-2/+0
2010-09-01skge: add GRO supportGravatar Eric Dumazet 1-2/+3
2010-09-01drivers/net/can/mscan/mpc5xxx_can.c: Add of_node_put to avoid memory leakGravatar Julia Lawall 1-4/+4
2010-09-01ns83820: Use helper to disable chip interruptsGravatar Denis Kirjanov 1-14/+11