summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | 3c5xx: convert printk() to pr_<foo>()Alexander Beregalov2009-05-264-242/+233
* | 3c50x: convert printk() to pr_<foo>()Alexander Beregalov2009-05-265-219/+216
* | atl1: use netdev->statsEric Dumazet2009-05-252-4/+3
* | net: sh_eth: Add support SH7724Yoshihiro Shimoda2009-05-253-6/+111
* | net: sh_eth: CPU dependency code collect to "struct sh_eth_cpu_data"Yoshihiro Shimoda2009-05-252-251/+386
* | net: sh_eth: fix receive desciptor loopYoshihiro Shimoda2009-05-251-0/+1
* | net: sh_eth: fix TX/RX descriptor not set physical memoryYoshihiro Shimoda2009-05-251-23/+12
* | net: sh_eth: fix cache coherency issueYoshihiro Shimoda2009-05-251-0/+4
* | net: Remove obsolete MV64360 config optionGabriel Paubert2009-05-251-1/+1
* | iwmc3200wifi: fix link error when CFG80211 is not selectedZhu Yi2009-05-251-1/+2
* | net: remove COMPAT_NET_DEV_OPSAlexander Beregalov2009-05-251-9/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-258-19/+36
|\ \
| * | gianfar: fix BUG under load after introduction of skb recyclingLennert Buytenhek2009-05-251-1/+10
| * | gigaset: beyond ARRAY_SIZE of iwb->dataRoel Kluin2009-05-211-1/+1
| * | wireless: beyond ARRAY_SIZE of intf->crypto_statsRoel Kluin2009-05-201-1/+1
| * | iwlwifi: update 5000 ucode support to version 2 of APIJay Sternberg2009-05-201-1/+1
| * | airo: fix airo_get_encode{,ext} buffer overflow like I mean it...John W. Linville2009-05-201-9/+14
| * | ath5k: fix interpolation with equal power levelsFabio Rossi2009-05-201-21/+28
| * | iwlwifi: do not cancel delayed work inside spin_lock_irqsaveReinette Chatre2009-05-203-17/+6
| * | ath5k: fix exp off-by-one when computing OFDM delta slopeForrest Zhang2009-05-201-3/+3
| * | ath5k: fix scanning in AR2424Pavel Roskin2009-05-201-1/+1
* | | mISDN: Added PCI ID for new Junghanns.net Single E1 cards.Andreas Eversberg2009-05-251-0/+4
* | | mISDN: Fix DTMF detection enable/disableAndreas Eversberg2009-05-253-0/+6
* | | mISDN: Use kernel_{send,recv}msg instead of open codingArnaldo Carvalho de Melo2009-05-252-18/+8
* | | mISDN: Cleanup debug messagesKarsten Keil2009-05-2511-132/+141
* | | mISDN: Add PCI ID for Junghanns 8S cardAndreas Eversberg2009-05-251-0/+3
* | | mISDN: get_free_devid() failure ignoredRoel Kluin2009-05-251-4/+4
* | | mISDN: Add XHFC support for embedded Speech-Design board to hfcmultiKarsten Keil2009-05-255-144/+499
* | | mISDN: Fix skb leak in error casesKarsten Keil2009-05-251-10/+12
* | | mISDN: Add "sapi" information to debug messagesAndreas Eversberg2009-05-252-15/+20
* | | mISDN: Add allocation of recvbuf[1500] at run time to reduce stack sizeFrank Seidel2009-05-251-4/+17
* | | mISDN: Fix TEI and SAPI handlingAndreas Eversberg2009-05-253-26/+29
* | | mISDN: Hardware acceleration is now possible in conjunction with audio recordingAndreas Eversberg2009-05-253-45/+84
* | | mISDN: Fix DTMF locking bug issueAndreas Eversberg2009-05-253-20/+23
* | | mISDN: Added layer-1-hold featureAndreas Eversberg2009-05-252-15/+49
* | | mISDN: Fixed missing spin lock on pipeline processAndreas Eversberg2009-05-251-1/+3
* | | mISDN: Reduce stack size in dsp_cmx_send()Frank Seidel2009-05-252-2/+3
* | | mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg2009-05-258-39/+57
* | | mISDN: DSP now uses ring buffer for echo cancelerAndreas Eversberg2009-05-252-1/+3
* | | mISDN: Add watchdog functionality to hfcmulti driverAndreas Eversberg2009-05-252-1/+32
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-05-2589-1247/+11898
|\ \ \
| * | | iwlwifi: check for valid band for channel infoWey-Yi Guy2009-05-221-38/+41
| * | | iwlagn: co-exist with AMTMohamed Abbas2009-05-223-4/+60
| * | | iwlcore: Set rb_timeout to 0x10 for devices with ICTMohamed Abbas2009-05-221-1/+4
| * | | iwlcore: Add support for periodic RX interruptMohamed Abbas2009-05-225-13/+46
| * | | iwlcore: Allow skb allocation from tasklet.Mohamed Abbas2009-05-224-10/+34
| * | | iwlcore: support ICT interruptMohamed Abbas2009-05-229-12/+483
| * | | iwlwifi: support "pure 40MHz" in RXON commandWey-Yi Guy2009-05-224-43/+72
| * | | iwlwifi: report the rate index as an MCS rate numberWey-Yi Guy2009-05-221-4/+27
| * | | iwlcore: register locksMohamed Abbas2009-05-2212-524/+203