summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-131-0/+2
|\
| * mac80211: document ieee80211_rx() context requirementJohannes Berg2009-10-121-0/+2
* | net: Fix struct sock bitfield annotationEric Dumazet2009-10-111-5/+5
|/
* include/linux/netdevice.h: fix nanodoc mismatchWolfram Sang2009-10-071-1/+1
* net: Support inclusion of <linux/socket.h> before <sys/socket.h>Ben Hutchings2009-10-051-18/+3
* connector: Removed the destruct_data callback since it is always kfree_skb()Philipp Reisner2009-10-021-3/+0
* connector: Provide the sender's credentials to the callbackPhilipp Reisner2009-10-021-3/+3
* connector: Keep the skb in cn_callback_dataPhilipp Reisner2009-10-021-2/+2
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-3013-31/+31
* wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg2009-09-281-0/+1
* Revert "sit: stateless autoconf for isatap"Sascha Hlusiak2009-09-262-8/+1
* genetlink: fix netns vs. netlink table locking (2)Johannes Berg2009-09-241-0/+1
* tunnel: eliminate recursion fieldEric Dumazet2009-09-241-1/+0
* Phonet: error on broadcast sending (unimplemented)RĂ©mi Denis-Courmont2009-09-241-0/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-24322-3745/+13768
|\
| * Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-243-0/+45
| |\
| | * drm/i915: Track purged state.Chris Wilson2009-09-231-0/+1
| | * ACPI: make ACPI button funcs no-ops if not built inJesse Barnes2009-09-171-0/+15
| | * drm/i915: Add ioctl to set 'purgeability' of objectsChris Wilson2009-09-171-0/+18
| | * ACPI button: provide lid status functionsJesse Barnes2009-09-101-0/+10
| | * drm/i915: add B43 chipset supportFabian Henze2009-09-081-0/+1
| * | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-241-1/+2
| |\ \
| | * | PCI: fix VGA arbiter header fileJesse Barnes2009-09-171-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-241-5/+12
| |\ \ \
| | * | | module: preferred way to use MODULE_AUTHORJohannes Berg2009-09-251-1/+4
| | * | | module: reduce string table for loaded modules (v2)Jan Beulich2009-09-251-1/+1
| | * | | module: reduce symbol table for loaded modules (v2)Jan Beulich2009-09-251-3/+7
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-09-243-5/+46
| |\ \ \ \
| | * | | | truncate: new helpersnpiggin@suse.de2009-09-242-3/+5
| | * | | | freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig2009-09-241-0/+1
| | * | | | freeze_bdev: kill bd_mount_semChristoph Hellwig2009-09-241-1/+0
| | * | | | vfs: seq_file: add helpers for data fillingMiklos Szeredi2009-09-241-0/+38
| | * | | | vfs: change sb->s_maxbytes to a loff_tJeff Layton2009-09-241-1/+1
| | * | | | vfs: split generic_forget_inode() so that hugetlbfs does not have to copy itJan Kara2009-09-241-0/+1
| | |/ / /
| * | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-09-244-51/+278
| |\ \ \ \
| | * \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2009-09-234-51/+278
| | |\ \ \ \
| | | * | | | dca: registering requesters in multiple dca domainsMaciej Sosnowski2009-09-101-1/+10
| | | * | | | Merge commit 'md/for-linus' into async-tx-nextDan Williams2009-09-08110-535/+915
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-08515-4406/+22389
| | | |\ \ \ \ \
| | | | * | | | | dmaengine: kill tx_listDan Williams2009-09-081-3/+0
| | | * | | | | | ioat3: ioat3.2 pci ids for Jasper ForestTom Picard2009-09-081-0/+10
| | | * | | | | | dmaengine, async_tx: support alignment checksDan Williams2009-09-081-0/+44
| | | * | | | | | dmaengine: cleanup unused transaction typesDan Williams2009-09-081-3/+0
| | | * | | | | | dmaengine, async_tx: add a "no channel switch" allocatorDan Williams2009-09-081-1/+9
| | | * | | | | | dmaengine: add fence supportDan Williams2009-09-082-0/+6
| | | * | | | | | Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-082-43/+199
| | | |\ \ \ \ \ \
| | | | * | | | | | async_tx: add support for asynchronous RAID6 recovery operationsDan Williams2009-08-291-0/+8
| | | | * | | | | | async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-292-6/+90
| | | | * | | | | | async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams2009-08-291-0/+23
| | | | * | | | | | async_tx: add sum check flagsDan Williams2009-08-292-2/+21