summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-0826-90/+90
* RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover2010-09-083-53/+63
* RDS: Fix locking in send on m_rs_lockAndy Grover2010-09-081-7/+8
* RDS: Rewrite rds_send_drop_to() for clarityAndy Grover2010-09-081-35/+29
* RDS: Fix corrupted rds_mrsTina Yang2010-09-081-0/+8
* RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2010-09-082-2/+2
* net: poll() optimizationsEric Dumazet2010-09-064-12/+8
* mlx4_en: Fixed Ethtool statistics reportYevgeny Petrilin2010-09-062-2/+2
* mlx4_en: Consider napi_get_frags() failure.Yevgeny Petrilin2010-09-061-0/+2
* net/caifcaif_dev.c: Use netdev_<level>Joe Perches2010-09-061-8/+8
* net/caif: Use pr_fmtJoe Perches2010-09-0616-181/+167
* drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall2010-09-061-2/+2
* net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall2010-09-061-1/+1
* drivers/net: Removing undead ifdef CHELSIO_T1_1GChristian Dietrich2010-09-061-2/+0
* drivers/net/jme: Use pr_<level>Joe Perches2010-09-062-53/+48
* isdn: cleanup: make buffer smallerDan Carpenter2010-09-061-2/+2
* isdn: potential buffer overflowsDan Carpenter2010-09-061-3/+3
* NET: bna, fix lock imbalanceJiri Slaby2010-09-061-1/+2
* drivers/net/fs_enet/fs_enet-main.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-061-1/+2
* net: pskb_expand_head() optimizationEric Dumazet2010-09-061-5/+20
* ibmveth: Update module information and versionSantiago Leon2010-09-063-48/+54
* ibmveth: Remove some unnecessary include filesSantiago Leon2010-09-061-3/+0
* ibmveth: Convert driver specific assert to BUG_ONSantiago Leon2010-09-061-23/+11
* ibmveth: Return -EINVAL on all ->probe errorsSantiago Leon2010-09-061-2/+2
* ibmveth: Coding style fixesSantiago Leon2010-09-061-145/+172
* ibmveth: Some formatting fixesSantiago Leon2010-09-062-19/+19
* ibmveth: Convert driver specific error functions to netdev_errSantiago Leon2010-09-061-41/+47
* ibmveth: Convert driver specific debug to netdev_dbgSantiago Leon2010-09-061-24/+20
* ibmveth: Remove redundant function prototypesSantiago Leon2010-09-061-7/+1
* ibmveth: Convert to netdev_alloc_skbSantiago Leon2010-09-061-1/+1
* ibmveth: remove procfs codeSantiago Leon2010-09-061-113/+0
* ibmveth: Enable IPv6 checksum offloadSantiago Leon2010-09-062-11/+50
* ibmveth: Remove duplicate checksum offload setup codeSantiago Leon2010-09-061-17/+1
* ibmveth: Add optional flush of rx bufferSantiago Leon2010-09-061-0/+21
* ibmveth: Add scatter-gather supportSantiago Leon2010-09-061-60/+124
* ibmveth: Use lighter weight read memory barrier in ibmveth_pollAnton Blanchard2010-09-061-1/+1
* ibmveth: Add rx_copybreakSantiago Leon2010-09-061-6/+23
* ibmveth: Add tx_copybreakSantiago Leon2010-09-061-8/+20
* ibmveth: Remove LLTXSantiago Leon2010-09-062-7/+1
* ibmveth: batch rx buffer replacementSantiago Leon2010-09-062-6/+9
* ibmveth: Remove integer divide caused by modulusSantiago Leon2010-09-061-4/+7
* ns83820: Use predefined autoneg constantsDenis Kirjanov2010-09-061-1/+2
* ns83820: Add copper device settingsDenis Kirjanov2010-09-061-2/+10
* ns83820: Remove unused have_optical variable.Denis Kirjanov2010-09-061-10/+1
* tipc: Fix misleading error code when enabling Ethernet bearersAllan Stephens2010-09-061-0/+10
* tipc: Ensure outgoing messages on Ethernet have sufficient headroomAllan Stephens2010-09-061-8/+17
* tipc: Minor optimizations to name table translation codeAllan Stephens2010-09-062-5/+3
* wan: make read-only data conststephen hemminger2010-09-065-14/+14
* r8169: fix rx checksum offloadEric Dumazet2010-09-051-4/+2
* cxgb3: Avoid flush_workqueue() deadlock.Casey Leedom2010-09-031-9/+15