aboutsummaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-07net: fix ethtool coding style errors and warningschavey2-120/+136
2010-04-07macb: allow reception of large (>1518 bytes) framesPeter Korsgaard1-0/+1
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-07caif: tty's are kref objects so take a referenceAlan Cox1-1/+2
2010-04-07caif: check write operationsAlan Cox1-0/+4
2010-04-07net: include linux/proc_fs.h in dev_addr_lists.cEric Dumazet1-1/+1
2010-04-07net: fix definition of netdev_for_each_mc_addr()Pavel Roskin1-1/+1
2010-04-07flow: delayed deletion of flow cache entriesTimo Teräs1-31/+69
2010-04-07xfrm: remove policy garbage collectionTimo Teräs1-34/+5
2010-04-07xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs4-391/+383
2010-04-07flow: virtualize flow cache entry methodsTimo Teräs4-102/+163
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-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-06socket: remove duplicate declaration of struct timespecHagen Paul Pfeifer1-3/+2
2010-04-06TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy3-24/+23
2010-04-06Add non-Virtex5 support for LL TEMAC driverJohn Linn4-38/+126
2010-04-06via-velocity: remove private #defineFrancois Romieu2-131/+60
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-06mac80211: Ensure initializing private mc_list in prepare_multicast().YOSHIFUJI Hideaki / 吉藤英明1-0/+3
2010-04-05net: Add a missing local_irq_enable()Eric Dumazet1-0/+1
2010-04-05rps: fixed missed rps_unlockTom Herbert1-1/+1
2010-04-04l2tp: unmanaged L2TPv3 tunnels fixesEric Dumazet2-2/+2
2010-04-03SCTP: Change to use ipv6_addr_copy()Brian Haley1-4/+4
2010-04-03icmp: Account for ICMP out errorsEric Dumazet4-2/+7