summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-1615-2227/+22
|\
| * nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields2009-12-151-199/+0
| * nfsd: remove unused field rq_reffhJ. Bruce Fields2009-12-151-4/+0
| * nfsd: enable V4ROOT exportsJ. Bruce Fields2009-12-151-1/+1
| * nfsd: introduce export flag for v4 pseudorootSteve Dickson2009-12-151-0/+10
| * nfsd: let "insecure" flag vary by pseudoflavorJ. Bruce Fields2009-12-151-2/+2
| * nfsd: new interface to advertise export featuresJ. Bruce Fields2009-12-151-1/+2
| * nfsd: Move private headers to source directoryBoaz Harrosh2009-12-156-1915/+0
| * nfsd: Headers Independence and include cleanupsBoaz Harrosh2009-12-158-22/+8
| * nfsd: Fix independence of a few nfsd related headersBoaz Harrosh2009-12-152-0/+2
| * sunrpc: Clean never used include filesBoaz Harrosh2009-12-152-3/+2
| * nfsd: Remove unused dprintkBoaz Harrosh2009-12-151-4/+0
| * Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2009-11-2335-86/+148
| |\
| * | Revert "knfsd: avoid overloading the CPU scheduler with enormous load averages"J. Bruce Fields2009-11-231-3/+0
| * | nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields2009-11-131-86/+1
| * | nfsd: use STATEID_FMT and STATEID_VAL for printing stateidsBenny Halevy2009-11-051-0/+7
| * | nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields2009-10-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-167-8/+23
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-163-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-163-7/+4
| * | | | can: Fix data length code handling in rx pathOliver Hartkopp2009-12-141-0/+9
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-166-25/+45
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', ...Roland Dreier2009-12-166-25/+45
| |\ \ \ \ \ \ \
| | | | * | | | | IB/mlx4: Remove limitation on LSO header sizeEli Cohen2009-11-121-0/+1
| | |_|/ / / / / | |/| | | | | |
| | | * | | | | IB: Clarify the documentation of ib_post_send()Bart Van Assche2009-12-091-0/+5
| | |/ / / / / | |/| | | | |
| | * | | | | RDMA/cm: fix loopback address supportSean Hefty2009-11-191-21/+10
| | * | | | | IB/addr: Store net_device type instead of translating to RDMA transportSean Hefty2009-11-191-1/+2
| | * | | | | RDMA/cma: Replace net_device pointer with indexSean Hefty2009-11-191-1/+1
| | * | | | | RDMA/ucma: Add option to manually set IB pathSean Hefty2009-11-163-2/+26
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-161-1/+17
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'linus' into nextDmitry Torokhov2009-12-15458-4569/+11943
| |\ \ \ \ \ \
| * | | | | | | Input: i8042 - allow installing platform filters for incoming dataMatthew Garrett2009-12-121-1/+17
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-161-0/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-12-15109-831/+4029
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s...Paul Mundt2009-12-10381-3798/+8088
| |\ \ \ \ \ \ \ \
| * | | | | | | | | sh: add a start_transfer() callback to the LCDC driverMagnus Damm2009-12-091-0/+2
* | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-12-161-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dmaengine: clarify the meaning of the DMA_CTRL_ACK flagGuennadi Liakhovetski2009-12-111-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-12-168-132/+113
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kmsg_dump: fix build for CONFIG_PRINTK=nRandy Dunlap2009-12-021-0/+16
| * | | | | | | | | | core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom2009-11-301-0/+44
| * | | | | | | | | | mtd: move manufacturer to the common cfi.h header fileHans-Christian Egtvedt2009-11-301-4/+5
| * | | | | | | | | | mtd: nand: add option to quieten off the no device found messgaeBen Dooks2009-11-301-1/+3
| * | | | | | | | | | mtd: OneNAND: multiblock erase supportMika Korhonen2009-11-302-1/+5
| * | | | | | | | | | mtd: Add __nand_calculate_ecc() to NAND ECC functionsAkinobu Mita2009-11-301-2/+8
| * | | | | | | | | | mtd: OneNAND OTP support reworkAmul Kumar Saha2009-11-301-1/+3
| * | | | | | | | | | mtd: unify status enum from three headersAlessandro Rubini2009-09-243-32/+11
| * | | | | | | | | | mtd: use bbm.h in nand.hAlessandro Rubini2009-09-242-92/+19