summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-2210-26/+26
|\
| * header: fix broken headers for user spaceChangli Gao2010-08-2210-26/+26
* | net: rds: remove duplication type definitionsChangli Gao2010-08-221-9/+0
* | net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao2010-08-221-3/+2
* | net: use __be16 instead of u16 for the userspace codeChangli Gao2010-08-221-2/+2
* | net_sched: cls_flow: add key rxhashChangli Gao2010-08-211-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-212-0/+32
|\|
| * netfilter: fix userspace header warningSam Ravnborg2010-08-181-0/+2
| * net: add Fast Ethernet driver for PXA168.Sachin Sanap2010-08-181-0/+30
* | PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-211-17/+35
* | net/sched: add ACT_CSUM action to update packets checksumsGrégoire Baron2010-08-202-0/+33
* | net: introduce proto_ports_offset()Changli Gao2010-08-191-0/+19
* | net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-28/+16
* | macvtap: Implement multiqueue for macvtap driverKrishna Kumar2010-08-161-1/+8
* | core: Factor out flow calculation from get_rps_cpuKrishna Kumar2010-08-161-0/+9
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-08-151-4/+4
|\ \
| * \ Merge branch 'linus' into releaseLen Brown2010-08-15301-2984/+7887
| |\ \
| * | | ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying2010-08-081-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/cleanupLinus Torvalds2010-08-1410-268/+262
|\ \ \ \
| * | | | include: replace unifdef-y with header-ySam Ravnborg2010-08-1410-268/+262
* | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-08-141-0/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | hwmon: (ltc4245) Expose all GPIO pins as analog voltagesIra W. Snyder2010-08-141-0/+21
| | |/ / | |/| |
* | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-142-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Merge commit 'v2.6.35-rc6' into spi/testGrant Likely2010-07-2530-147/+214
| |\ \ \
| * | | | spi/spi-gpio: add support for controllers without MISO or MOSI pinMarek Szyprowski2010-07-031-0/+5
| * | | | spi/mmc_spi: SPI bus locking API, using mutexErnst Schwab2010-06-281-0/+12
* | | | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-08-131-3/+2
|\ \ \ \ \
| * | | | | bkl: Remove locked .ioctl file operationArnd Bergmann2010-08-141-3/+2
* | | | | | Mark arguments to certain syscalls as being constDavid Howells2010-08-134-17/+17
* | | | | | dma-mapping: fix build errors on !HAS_DMA architecturesHeiko Carstens2010-08-131-0/+2
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-132-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | net: make netpoll_rx return bool for !CONFIG_NETPOLLJohn W. Linville2010-08-101-1/+1
| * | | | etherdevice.h: fix kernel-doc typoRandy Dunlap2010-08-101-1/+1
* | | | | Revert "fsnotify: store struct file not struct path"Linus Torvalds2010-08-122-24/+29
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2010-08-123-4/+18
|\ \ \ \ \
| * | | | | dm: factor out max_io_len_target_boundaryMike Snitzer2010-08-121-0/+6
| * | | | | dm: linear support discardMike Snitzer2010-08-121-0/+6
| * | | | | dm: allow autoloading of dm modPeter Rajnoha2010-08-122-0/+2
| * | | | | dm: rename map_info flush_request to target_request_nrMike Snitzer2010-08-121-2/+2
| * | | | | dm ioctl: make bio or request based device type immutableMike Snitzer2010-08-121-2/+2
* | | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-08-125-20/+39
|\ \ \ \ \ \
| * | | | | | hwpoison: rename CONFIGNaoya Horiguchi2010-08-111-2/+2
| * | | | | | HWPOISON, hugetlb: isolate corrupted hugepageNaoya Horiguchi2010-08-111-0/+2
| * | | | | | hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi2010-08-114-10/+13
| * | | | | | hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.hNaoya Horiguchi2010-08-113-10/+24
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-08-121-0/+2
|\ \ \ \ \ \
| * | | | | | Make lib/raid6/test build correctly.NeilBrown2010-08-121-0/+2
* | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-123-16/+110
|\ \ \ \ \ \ \
| * | | | | | | i2c: I2C bus multiplexer driver pca954xMichael Lawnick2010-08-111-0/+47
| * | | | | | | i2c: Multiplexed I2C bus core supportMichael Lawnick2010-08-112-0/+54