summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: restore ip source validationJamal Hadi Salim2009-12-252-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-212-1/+7
|\
| * mac80211: fix peer HT capabilitiesJohannes Berg2009-12-211-1/+1
| * mac80211: Add define for TX headroom reserved by mac80211 itself.Gertjan van Wingerde2009-12-141-0/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-153-1/+10
|\ \
| * | netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-152-0/+2
| * | ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2009-12-152-1/+8
* | | tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-153-7/+4
* | | can: Fix data length code handling in rx pathOliver Hartkopp2009-12-131-0/+9
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-11140-1143/+3636
|\ \ \ | |/ /
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-12-112-0/+7
| |\ \
| | * | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-242-0/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-12-115-120/+24
| |\ \ \
| | * | | tty: push the BKL down into the handlers a bitAlan Cox2009-12-111-1/+1
| | * | | tty: isicom: sort out the board init logicAlan Cox2009-12-111-0/+1
| | * | | tty: tty_port: Add a kref object to the tty portAlan Cox2009-12-111-0/+12
| | * | | tty: tty_port: Change the buffer allocator lockingAlan Cox2009-12-111-0/+1
| | * | | usb_serial: Kill port mutexAlan Cox2009-12-111-3/+0
| | * | | tty_port: add "tty_port_open" helperAlan Cox2009-12-111-1/+9
| | * | | tty: esp: remove broken driverAlan Cox2009-12-112-115/+0
| * | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-115-16/+35
| |\ \ \ \
| | * | | | quota: Implement quota format with 64-bit space and inode limitsJan Kara2009-12-101-0/+1
| | * | | | quota: Move definition of QFMT_OCFS2 to linux/quota.hJan Kara2009-12-101-0/+1
| | * | | | ext3: Unify log messages in ext3Alexey Fisher2009-12-101-0/+2
| | * | | | ext2: Explicitly assign values to on-disk enum of filetypesJan Blunck2009-12-101-8/+8
| | * | | | const: struct quota_format_opsAlexey Dobriyan2009-12-101-2/+2
| | * | | | kill wait_on_page_writeback_rangeChristoph Hellwig2009-12-101-2/+0
| | * | | | vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-4/+21
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-12-114-9/+19
| |\ \ \ \ \
| | * | | | | Driver Core: Early platform driver bufferMagnus Damm2009-12-111-5/+15
| | * | | | | sysfs: Propagate renames to the vfs on demandEric W. Biederman2009-12-111-1/+0
| | * | | | | firmware_class: make request_firmware_nowait more usefulJohannes Berg2009-12-111-2/+3
| | * | | | | Driver Core: devtmpfs: use sys_mount()Kay Sievers2009-12-111-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-12-115-20/+93
| |\ \ \ \ \
| | * | | | | USB: Refactor code to find alternate interface settings.Sarah Sharp2009-12-111-0/+4
| | * | | | | USB: usb-storage: add BAD_SENSE flagAlan Stern2009-12-111-1/+3
| | * | | | | USB: prepare for changover to Runtime PM frameworkAlan Stern2009-12-111-16/+10
| | * | | | | USB: remove the auto_pm flagAlan Stern2009-12-111-2/+0
| | * | | | | USB OTG: Add generic driver for ULPI OTG transceiverDaniel Mack2009-12-111-0/+7
| | * | | | | USB OTG: add support for ulpi connected external transceiversDaniel Mack2009-12-111-1/+67
| | * | | | | USB gadget: Handle endpoint requests at the function levelLaurent Pinchart2009-12-111-0/+1
| | * | | | | USB: make urb scatter-gather support more genericDavid Vrabel2009-12-111-0/+1
| | |/ / / /
| * | | | | Merge branch 'drm-nouveau-pony' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-113-0/+307
| |\ \ \ \ \
| | * | | | | drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-113-0/+307
| * | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-111-33/+30
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse2009-12-111-33/+30
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmapLinus Torvalds2009-12-111-0/+4
| |\ \ \ \ \ \
| | * | | | | | Unify sys_mmap*Al Viro2009-12-111-0/+4
| * | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-115-16/+104
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: add pci_request_acsChris Wright2009-12-041-0/+2
OpenPOWER on IntegriCloud