summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: get rid of elevator_t typedefJens Axboe2008-12-292-6/+5
* aio: make the lookup_ioctx() locklessJens Axboe2008-12-292-3/+7
* bio: add support for inlining a number of bio_vecs inside the bioJens Axboe2008-12-291-0/+12
* bio: allow individual slabs in the bio_setJens Axboe2008-12-291-1/+5
* bio: move the slab pointer inside the bio_setJens Axboe2008-12-291-0/+1
* bio: only mempool back the largest bio_vec slab cacheJens Axboe2008-12-291-1/+2
* block: simplify empty barrier implementationTejun Heo2008-12-291-1/+0
* block: make barrier completion more robustTejun Heo2008-12-291-2/+2
* block: make every barrier action optionalTejun Heo2008-12-291-2/+5
* block: reorganize QUEUE_ORDERED_* constantsTejun Heo2008-12-291-16/+23
* block: reorder struct bio to remove padding on 64bitRichard Kennedy2008-12-291-1/+2
* block: use cancel_work_sync() instead of kblockd_flush_work()Cheng Renquan2008-12-291-1/+0
* block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey2008-12-292-0/+2
* block: add queue flag for paravirt frontend driversFernando Luis Vázquez Cao2008-12-291-0/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds2008-12-283-6/+48
|\
| * of/gpio: Implement of_gpio_count()Anton Vorontsov2008-12-211-0/+6
| * Merge branch 'linux-2.6' into nextPaul Mackerras2008-12-183-2/+15
| |\
| * | rapidio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-161-2/+2
| * | Merge branch 'merge' into nextPaul Mackerras2008-12-169-40/+38
| |\ \
| * | | of/gpio: Implement of_get_gpio_flags()Anton Vorontsov2008-12-031-4/+34
| * | | Merge branch 'merge'Paul Mackerras2008-12-0323-82/+43
| |\ \ \
| * \ \ \ Merge branch 'linux-2.6' into nextPaul Mackerras2008-11-1920-47/+213
| |\ \ \ \
| * | | | | of: Add helpers for finding device nodes which have a given propertyMichael Ellerman2008-11-191-0/+6
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2008-12-282-33/+5
|\ \ \ \ \ \
| * | | | | | m68k: use the new byteorder headersHarvey Harrison2008-12-281-11/+5
| * | | | | | m68k: machw.h cleanupFinn Thain2008-12-281-22/+0
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-2890-998/+2651
|\ \ \ \ \ \ \
| * | | | | | | netlink: fix (theoretical) overrun in message iterationVegard Nossum2008-12-251-1/+1
| * | | | | | | sctp: Implement socket option SCTP_GET_ASSOC_NUMBERWei Yongjun2008-12-251-0/+2
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-231-1/+3
| |\ \ \ \ \ \ \
| * | | | | | | | net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-15/+9
| * | | | | | | | net: add DCNA attribute to the BCN interface for DCBDon Skidmore2008-12-211-0/+2
| * | | | | | | | net: fix DCB setstate to return success/failureDon Skidmore2008-12-211-1/+1
| * | | | | | | | mac80211: implement dynamic power saveKalle Valo2008-12-191-0/+6
| * | | | | | | | mac80211: Add HT rates into RX status reportingJouni Malinen2008-12-191-2/+9
| * | | | | | | | mac80211: Fix HT channel selectionSujith2008-12-193-20/+13
| * | | | | | | | nl80211: Add signal strength and bandwith to nl80211station infoHenning Rogge2008-12-192-0/+71
| * | | | | | | | Phonet: use atomic for packet TX windowRémi Denis-Courmont2008-12-171-1/+1
| * | | | | | | | Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont2008-12-171-0/+1
| * | | | | | | | Phonet: allocate a non-Ethernet ARP typeRémi Denis-Courmont2008-12-171-0/+2
| * | | | | | | | gianfar: Convert gianfar to an of_platform_driverAndy Fleming2008-12-161-17/+1
| * | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-161-0/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()Yang Hongyang2008-12-161-0/+1
| * | | | | | | | | net: Refactor full duplex flow control resolutionSteve Glendinning2008-12-161-0/+29
| * | | | | | | | | net: Move flow control definitions to mii.hSteve Glendinning2008-12-161-0/+4
| * | | | | | | | | ethtool: Add GGRO and SGRO opsHerbert Xu2008-12-151-0/+2
| * | | | | | | | | tcp: Add GRO supportHerbert Xu2008-12-151-0/+6
| * | | | | | | | | net: Add skb_gro_receiveHerbert Xu2008-12-151-0/+2
| * | | | | | | | | ipv4: Add GRO infrastructureHerbert Xu2008-12-151-0/+3
| * | | | | | | | | net: Add Generic Receive Offload infrastructureHerbert Xu2008-12-152-57/+28