summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | [CPUFREQ] fix a lockdep warningAmerigo Wang2010-03-311-5/+14
| | |/ / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-2431-59/+678
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | gianfar: Fix potential oops during OF address translationAnton Vorontsov2010-04-241-5/+1
| | * | | | fsl_pq_mdio: Fix kernel oops during OF address translationAnton Vorontsov2010-04-241-6/+14
| | * | | | tcp: bind() fix when many ports are boundEric Dumazet2010-04-232-10/+21
| | * | | | rdma: potential ERR_PTR dereferenceDan Carpenter2010-04-231-1/+1
| | * | | | rtnetlink: potential ERR_PTR dereferenceDan Carpenter2010-04-231-2/+3
| | * | | | net: ipv6 bind to device issueJiri Olsa2010-04-221-1/+1
| | * | | | ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...Shan Wei2010-04-221-1/+1
| | * | | | drivers/net/usb: Add new driver iphethDiego Giagio2010-04-224-0/+582
| | * | | | cxgb3: fix linkup issueHiroshi Shimamoto2010-04-221-1/+1
| | * | | | X25 fix dead unaccepted socketsandrew hendry2010-04-221-0/+1
| | * | | | KS8851: NULL pointer dereference if list is emptyAbraham Arce2010-04-221-5/+7
| | * | | | net: 3c574_cs fix stats.tx_bytes counterAlexander Kurz2010-04-221-2/+5
| | * | | | xfrm6: ensure to use the same dev when building a bundleNicolas Dichtel2010-04-221-1/+1
| | * | | | can: Fix possible NULL pointer dereference in ems_usb.cHans J. Koch2010-04-221-4/+4
| | * | | | net: Fix an RCU warning in dev_pick_tx()David Howells2010-04-211-1/+1
| | * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-21239-2514/+4459
| | |\ \ \ \
| | * | | | | ipv6: Fix tcp_v6_send_response transport header setting.Herbert Xu2010-04-211-1/+1
| | * | | | | bridge: add a missing ntohs()Eric Dumazet2010-04-211-1/+1
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-04-219-16/+31
| | |\ \ \ \ \
| | | * | | | | mac80211: pass HT changes to driver when off channelReinette Chatre2010-04-191-0/+2
| | | * | | | | mac80211: remove bogus TX agg state assignmentJohannes Berg2010-04-191-1/+0
| | | * | | | | iwlwifi: correct 6000 EEPROM regulatory addressShanyu Zhao2010-04-162-2/+6
| | | * | | | | iwlwifi: fix scan racesJohannes Berg2010-04-165-13/+23
| | * | | | | | 8139too: Fix a typo in the function name.Alexander Kuznetsov2010-04-191-1/+1
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-04-244-30/+53
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: Ensure we re-enable devices on resumeMatthew Garrett2010-04-231-5/+1
| | * | | | | | | x86/PCI: parse additional host bridge window resource typesBjorn Helgaas2010-04-231-6/+37
| | * | | | | | | PCI: revert broken device warningBjorn Helgaas2010-04-231-16/+7
| | * | | | | | | PCI aerdrv: use correct bit defines and add 2ms delay to aer_root_resetAlexander Duyck2010-04-081-2/+8
| | * | | | | | | x86/PCI: ignore Consumer/Producer bit in ACPI window descriptionsBjorn Helgaas2010-04-081-2/+1
| * | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-04-245-46/+302
| |\ \ \ \ \ \ \ \
| | * | | | | | | | eeepc-laptop: add missing sparse_keymap_freeCorentin Chary2010-04-231-2/+1
| | * | | | | | | | eeepc-wmi: Build fixIngo Molnar2010-04-121-0/+1
| | * | | | | | | | asus: don't modify bluetooth/wlan on bootDan Carpenter2010-04-121-4/+4
| | * | | | | | | | dell-wmi: Fix memory leakYong Wang2010-04-121-1/+2
| | * | | | | | | | eeepc-wmi: add backlight supportYong Wang2010-04-121-35/+197
| | * | | | | | | | eeepc-wmi: use a platform device as parent device of all sub-devicesYong Wang2010-04-121-16/+86
| | * | | | | | | | eeepc-wmi: add an eeepc_wmi context structureYong Wang2010-04-121-23/+46
| * | | | | | | | | initramfs: handle unrecognised decompressor when unpackingPhillip Lougher2010-04-241-1/+2
| * | | | | | | | | ksm: check for ERR_PTR from follow_page()Dan Carpenter2010-04-241-6/+6
| * | | | | | | | | VMware Balloon driverDmitry Torokhov2010-04-244-0/+851
| * | | | | | | | | fs/block_dev.c: fix performance regression in O_DIRECT|O_SYNC writes to block...Anton Blanchard2010-04-241-5/+12
| * | | | | | | | | lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)Hans Verkuil2010-04-241-0/+1
| * | | | | | | | | w1: fix omap 1-wire driver compilationAmit Kucheria2010-04-241-0/+1
| * | | | | | | | | rmap: anon_vma_prepare() can leak anon_vma_chainOleg Nesterov2010-04-241-4/+5
| * | | | | | | | | keys: fix an RCU warningDavid Howells2010-04-241-5/+8
| * | | | | | | | | lib: fix the use of LZO to decompress initramfs imagesAlbin Tonnerre2010-04-241-7/+15
| * | | | | | | | | hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman2010-04-242-1/+13