summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller9-16/+8
2009-09-29Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller13-207/+247
2009-09-29sony-laptop: re-read the rfkill state when resuming from suspendAlan Jenkins1-0/+3
2009-09-29sony-laptop: check for rfkill hard block at load timeAlan Jenkins1-0/+6
2009-09-29iwlwifi: fix 3945 ucode info retrieval after failureReinette Chatre11-204/+229
2009-09-29iwlwifi: fix memory leak in command queue handlingReinette Chatre1-0/+6
2009-09-29iwlwifi: fix debugfs buffer handlingReinette Chatre1-3/+3
2009-09-28isdn: fix netjet/isdnhdlc build errorsRandy Dunlap2-2/+2
2009-09-28atm: dereference of he_dev->rbps_virt in he_init_group()Juha Leppanen1-7/+7
2009-09-27e1000: cleanup unused prototypeDon Skidmore1-1/+0
2009-09-27e1000: fix namespacecheck warningsJesse Brandeburg2-15/+1
2009-09-27e1000: drop unused functionality for eeprom write/readJesse Brandeburg2-120/+3
2009-09-27e1000: updated whitespace and commentsJesse Brandeburg3-6229/+6337
2009-09-27e1000: drop redunant line of code, cleanupJesse Brandeburg1-8/+4
2009-09-27e1000: remove races when changing mtuJesse Brandeburg1-2/+14
2009-09-27e1000: two workarounds were incomplete, fix themJesse Brandeburg1-7/+10
2009-09-27e1000: fix tx waking queue after queue stopped during shutdownJesse Brandeburg1-6/+9
2009-09-27e1000: test link state conclusivelyJesse Brandeburg4-77/+157
2009-09-27e1000: stop timers at appropriate timesJesse Brandeburg1-7/+19
2009-09-27e1000: use netif_tx_disableJesse Brandeburg1-2/+1
2009-09-27e1000: remove unused functionsJesse Brandeburg2-174/+2
2009-09-27e1000: drop dead pcie code from e1000Jesse Brandeburg6-4335/+193
2009-09-26at91_can: Forgotten git 'add' of at91_can.cDavid S. Miller1-0/+1186
2009-09-26TI Davinci EMAC: Fix in vector definition for EMAC_VERSION_2Sriram1-1/+8
2009-09-25Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rus...David S. Miller1-141/+88
2009-09-253c59x: Get rid of "Trying to free already-free IRQ"Anton Vorontsov1-9/+3
2009-09-25ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2Sebastian Haas1-7/+9
2009-09-25Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller3033-293646/+483479
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-460/+2765
2009-09-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds8-314/+192
2009-09-24Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds3-3/+2
2009-09-24Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds46-3026/+7223
2009-09-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds7-19/+13
2009-09-24drivers/usb/serial/sierra.c: fix CONFIG_PM=n buildAndrew Morton1-0/+5
2009-09-24drivers/vlynq/vlynq.c: fix resource size off by 1 errorJulia Lawall1-1/+1
2009-09-24gru: allocation may fail in quicktest1()Roel Kluin1-0/+2
2009-09-24gru: use proc_create()Alexey Dobriyan1-2/+1
2009-09-24memstick: move dev_dbgJiri Slaby1-1/+1
2009-09-24edac: core: remove completion-wait for complete with rcu_barrierJesper Dangaard Brouer3-10/+3
2009-09-24edac: i3200 memory controller driverJason Uhlenkott3-0/+536
2009-09-24edac: fix resource size calculationJulia Lawall2-14/+14
2009-09-24edac: mpc85xx add mpc83xx supportIra W. Snyder2-12/+22
2009-09-24edac: mpc85xx add P2020DS supportYang Shi1-0/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan4-26/+26
2009-09-24bfin-otp: add writing supportMike Frysinger1-44/+129
2009-09-24drivers/char/uv_mmtimer.c: add memory mapped RTC driver for UVDimitri Sivanich3-0/+225
2009-09-24drivers/char/rio/rioctrl.c: off by one error in rioctrl.cDan Carpenter1-1/+1
2009-09-24hpet: hpet driver periodic timer setup bug fixesNils Carlson1-9/+12
2009-09-24mwave: fix read buffer overflowRoel Kluin1-11/+11
2009-09-24/dev/zero: avoid repeated access_ok() checksNikanth Karthikesan1-1/+1