aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-07Revert "Add non-Virtex5 support for LL TEMAC driver"David S. Miller3-115/+38
2010-04-07myri10ge: fix rx_pause in myri10ge_set_pauseparamBrice Goglin1-1/+1
2010-04-07macb: allow reception of large (>1518 bytes) framesPeter Korsgaard1-0/+1
2010-04-07stmmac: use resource_size()Dan Carpenter1-5/+5
2010-04-07bnx2x: use the DMA API instead of the pci equivalentsFUJITA Tomonori2-56/+58
2010-04-07bnx2: use the dma state API instead of the pci equivalentsFUJITA Tomonori2-23/+23
2010-04-07virtio-net: move sg off stackMichael S. Tsirkin1-27/+25
2010-04-07benet: fix the misusage of zero dma addressFUJITA Tomonori1-1/+1
2010-04-07benet: use the dma state API instead of the pci equivalentsFUJITA Tomonori2-3/+3
2010-04-073c503: Fix IRQ probingBen Hutchings1-12/+30
2010-04-07cnic: Fix crash during bnx2x MTU change.Michael Chan1-5/+5
2010-04-07qlcnic: fix set mac addrAmit Kumar Salecha1-0/+3
2010-04-07r6040: fix r6040_multicast_listFlorian Fainelli1-7/+4
2010-04-07caif: tty's are kref objects so take a referenceAlan Cox1-1/+2
2010-04-07caif: check write operationsAlan Cox1-0/+4
2010-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-51/+130
2010-04-07au1000-eth: bump to 1.7Florian Fainelli1-1/+1
2010-04-07au1000-eth: Use (dev|netdev|netif)_<level> macro helpersFlorian Fainelli1-68/+48
2010-04-07au1000-eth: implement set/get_msglevelFlorian Fainelli2-0/+21
2010-04-07au1000-eth: fix checkpatch errors.Florian Fainelli2-24/+23
2010-04-07au1000-eth: prefix all functions with au1000_Florian Fainelli1-35/+35
2010-04-07au1000-eth: set MODULE_VERSIONFlorian Fainelli1-0/+1
2010-04-07au1000-eth: allow driver to be compiled as a moduleFlorian Fainelli1-1/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller61-287/+14234
2010-04-06NET: usb: Adding URB_ZERO_PACKET flag to usbnet.cElina Pasheva1-6/+9
2010-04-06net/irda: Add SuperH IrDA driver supportKuninori Morimoto3-0/+872
2010-04-06net/irda: sh_sir: Modify iounmap wrong executionKuninori Morimoto1-5/+3
2010-04-06net/irda: sh_sir: fixup err return value on sh_sir_openKuninori Morimoto1-1/+3
2010-04-06Add non-Virtex5 support for LL TEMAC driverJohn Linn3-38/+115
2010-04-06via-velocity: remove private #defineFrancois Romieu2-131/+60
2010-04-06ath9k: fix double calls to ath_radio_enableFelix Fietkau1-2/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds32-53/+13998
2010-04-06NET: sb1250: Fix compile warning in driverRalf Baechle1-1/+0
2010-04-06tg3: Update version to 3.109Matt Carlson1-2/+2
2010-04-06tg3: Remove tg3_dump_state()Matt Carlson1-233/+0
2010-04-06tg3: Cleanup if codestyleMatt Carlson1-44/+31
2010-04-06tg3: The case of switchesMatt Carlson1-40/+40
2010-04-06tg3: Whitespace, constant, and comment updatesMatt Carlson2-38/+40
2010-04-06tg3: Use VPD fw version when presentMatt Carlson1-4/+30
2010-04-06tg3: Prepare FW version code for VPD versioningMatt Carlson1-16/+23
2010-04-06tg3: Fix message 80 char violationsMatt Carlson1-22/+38
2010-04-06tg3: netdev_err() => dev_err()Matt Carlson1-13/+19
2010-04-06tg3: Replace pr_err with sensible alternativesMatt Carlson1-20/+26
2010-04-06tg3: Restore likely() check in tg3_poll_msix()Matt Carlson1-2/+2
2010-04-06tg3: Fix MII_TG3_DSP_EXP8 offsetMatt Carlson1-1/+1
2010-04-03smc91c92_cs: fix the problem of "Unable to find hardware address"Ken Kawasaki1-5/+7
2010-04-03ppp: Add ppp_dev_name() exported functionJames Chapman1-0/+19
2010-04-03l2tp: Split pppol2tp patch into separate l2tp and ppp partsJames Chapman1-6/+1
2010-04-03l2tp: Relocate pppol2tp driver to new net/l2tp directoryJames Chapman2-2681/+1
2010-04-03net: convert multicast list to list_headJiri Pirko176-802/+722