summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUSTanaka Akira2010-02-171-0/+1
| * | | | | | | | USB: ehci: phy low power mode bug fixingAlek Du2010-02-171-5/+8
| * | | | | | | | USB: s3c-hsotg: Export usb_gadget_register_driver()Mark Brown2010-02-171-0/+1
| * | | | | | | | USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR()Mark Brown2010-02-171-0/+1
| * | | | | | | | USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)Andreas Mohr2010-02-172-3/+38
| * | | | | | | | USB: storage: Remove unneeded SC/PR from unusual_devs.hPhil Dibowitz2010-02-171-1/+1
| * | | | | | | | USB: ftdi_sio: new device id for papouch AD4USBRadek Liboska2010-02-172-0/+2
| * | | | | | | | USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds2010-02-171-14/+26
| * | | | | | | | USB: usbfs: only copy the actual data receivedGreg KH2010-02-171-4/+4
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-02-172-18/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | class: Free the class private data in class_releaseLaurent Pinchart2010-02-171-0/+2
| * | | | | | | | sysfs: sysfs_sd_setattr set iattrs unconditionallyEric W. Biederman2010-02-171-18/+17
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-1723-64/+93
|\ \ \ \ \ \ \ \
| * | | | | | | | be2net: set proper value to version field in req hdrAjit Khaparde2010-02-161-0/+1
| * | | | | | | | xfrm: Fix xfrm_state_clone leakHerbert Xu2010-02-161-9/+3
| * | | | | | | | ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu2010-02-162-10/+2
| * | | | | | | | ethtool: allow non-admin user to read GRO settings.stephen hemminger2010-02-161-0/+1
| * | | | | | | | ixgbe: fix WOL register setup for 82599Don Skidmore2010-02-161-0/+4
| * | | | | | | | ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errataDon Skidmore2010-02-161-0/+22
| * | | | | | | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-142-1/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mac80211: fix handling of null-rate control in rate_control_get_rateJuuso Oikarinen2010-02-121-0/+3
| | * | | | | | | | iwlwifi: fix AMSDU Rx after paged Rx patchShanyu Zhao2010-02-121-1/+4
| * | | | | | | | | sfc: Fix SFE4002 initialisationSteve Hodgson2010-02-122-1/+2
| * | | | | | | | | inet: Remove bogus IGMPv3 report handlingHerbert Xu2010-02-121-1/+1
| * | | | | | | | | tcp: fix ICMP-RTO warDamian Lukowski2010-02-111-4/+2
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-109-17/+28
| |\| | | | | | | |
| | * | | | | | | | rtl8187: Add new device IDJelle Martijn Kok2010-02-101-0/+1
| | * | | | | | | | iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()Roel Kluin2010-02-091-1/+1
| | * | | | | | | | ath9k: Fix sequence numbers for PAE framesSujith2010-02-091-2/+2
| | * | | | | | | | mac80211: fix deferred hardware scan requestsJohannes Berg2010-02-081-8/+10
| | * | | | | | | | iwlwifi: Fix to set correct ht configurationWey-Yi Guy2010-02-081-0/+1
| | * | | | | | | | mac80211: Fix probe request filtering in IBSS modeBenoit Papillault2010-02-081-1/+1
| | * | | | | | | | ssb: Fix CONFIG_SSB_SDIOHOST typoMichael Buesch2010-02-031-2/+1
| | * | | | | | | | b43: Fix throughput regressionLarry Finger2010-02-032-3/+11
| * | | | | | | | | via-velocity: Fix races on shared interruptsSimon Kagstrom2010-02-101-11/+10
| * | | | | | | | | via-velocity: Take spinlock on set coalesceSimon Kagstrom2010-02-101-0/+3
| * | | | | | | | | via-velocity: Remove unused IRQ status parameter from rx_srv and tx_srvSimon Kagstrom2010-02-101-10/+7
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2010-02-167-21/+29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dm: sysfs revert add empty release function to avoid debug warningAlasdair G Kergon2010-02-161-8/+0
| * | | | | | | | | | dm mpath: fix stall when requeueing ioKiyoshi Ueda2010-02-161-4/+17
| * | | | | | | | | | dm raid1: fix null pointer dereference in suspendTakahiro Yasui2010-02-161-3/+2
| * | | | | | | | | | dm raid1: fail writes if errors are not handled and log failsMikulas Patocka2010-02-161-1/+1
| * | | | | | | | | | dm log: userspace fix overhead_size calcuationsJonathan Brassow2010-02-161-3/+7
| * | | | | | | | | | dm snapshot: persistent annotate work_queue as on stackMike Snitzer2010-02-161-1/+1
| * | | | | | | | | | dm stripe: avoid divide by zero with invalid stripe countNikanth Karthikesan2010-02-161-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-02-161-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [IA64] preserve personality flag bits across execTony Luck2010-02-121-1/+3
* | | | | | | | | | | x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32Oleg Nesterov2010-02-161-4/+1
* | | | | | | | | | | x86: set_personality_ia32() misses force_personality32Oleg Nesterov2010-02-161-0/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-02-161-2/+4
|\ \ \ \ \ \ \ \ \ \