aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-215-5/+5
|\
| * tcp: Make prior_ssthresh a u32Ilpo Järvinen2008-05-211-1/+1
| * netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__Patrick McHardy2008-05-214-4/+4
* | Merge branch 'for-2.6.26' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-05-201-5/+7
|\ \
| * | svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2008-05-191-2/+2
| * | svcrdma: Move destroy to kernel threadTom Tucker2008-05-191-0/+1
| * | svcrdma: Use standard Linux lists for context cacheTom Tucker2008-05-191-2/+3
| * | svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2008-05-191-0/+1
| * | svcrdma: Remove unused READ_DONE context flags bitTom Tucker2008-05-191-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-206-17/+39
|\ \ \ | | |/ | |/|
| * | [VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy2008-05-201-2/+4
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-191-2/+23
| |\ \
| | * | mac80211: Add RTNL version of ieee80211_iterate_active_interfacesIvo van Doorn2008-05-161-2/+23
| * | | ndisc: Add missing strategies for per-device retrans timer/reachable time set...YOSHIFUJI Hideaki2008-05-191-0/+4
| * | | ipv6: Move <linux/in6.h> from header-y to unifdef-y.Robert P. J. Day2008-05-191-1/+1
| |/ /
| * | atm: Cleanup atm_tcp.h and atm.h for userspace.Mike Frysinger2008-05-142-12/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-20128-135/+93
|\ \ \
| * | | sparc64: Add global register dumping facility.David S. Miller2008-05-202-1/+25
| * | | sparc: remove CVS keywordsAdrian Bunk2008-05-2071-77/+44
| * | | sparc64: remove CVS keywordsAdrian Bunk2008-05-2055-57/+24
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-05-201-0/+9
|\ \ \ \
| * | | | USB: CDC WDM driverOliver Neukum2008-05-201-0/+9
* | | | | Driver core: add device_create_vargs and device_create_drvdataGreg Kroah-Hartman2008-05-201-0/+12
|/ / / /
* | | | Fix a deadlock in the bttv driverArjan van de Ven2008-05-201-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-05-202-4/+1
|\ \ \ \
| * | | | HID: remove CVS keywordsAdrian Bunk2008-05-202-4/+0
| * | | | HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN.Diego 'Flameeyes' Petteno2008-05-201-0/+1
| | |_|/ | |/| |
* | | | x86: strengthen 64-bit p?d_bad()Hugh Dickins2008-05-201-6/+6
* | | | xen: use PTE_MASK in pte_mfn()Jeremy Fitzhardinge2008-05-201-1/+1
* | | | x86: use PTE_MASK rather than ad-hoc maskJeremy Fitzhardinge2008-05-201-1/+1
* | | | x86: clarify use of _PAGE_CHG_MASKJeremy Fitzhardinge2008-05-201-0/+1
* | | | x86: use PTE_MASK in pgtable_32.hJeremy Fitzhardinge2008-05-201-2/+2
* | | | x86: use PTE_MASK in 32-bit PAEJeremy Fitzhardinge2008-05-201-3/+3
* | | | x86: rearrange __(VIRTUAL|PHYSICAL)_MASKJeremy Fitzhardinge2008-05-201-3/+3
* | | | x86: fix warning on 32-bit non-PAEJeremy Fitzhardinge2008-05-201-1/+1
* | | | x86: define PTE_MASK in a universally useful wayJeremy Fitzhardinge2008-05-201-4/+9
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-193-22/+3
|\ \ \
| * | | [PATCH] get rid of leak in compat_execve()Al Viro2008-05-161-0/+1
| * | | [PATCH] dup_fd() fixes, part 1Al Viro2008-05-161-0/+1
| * | | [PATCH] take init_files to fs/file.cAl Viro2008-05-161-22/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-05-197-25/+32
|\ \ \ \
| * | | | Blackfin serial driver: add extra IRQ flag for 8250 serial driverJavier Herrero2008-05-171-0/+5
| * | | | Blackfin arch: Fix bug - USB fails to build for BF524/BF526Bryan Wu2008-05-191-4/+4
| * | | | Blackfin arch: IO Port functions to read/write unalligned memoryMichael Hennerich2008-05-171-0/+2
| * | | | Blackfin arch: enable a choice to provide 4M DMA memoryCliff Cai2008-05-171-1/+3
| * | | | Blackfin arch: Add workaround to read edge triggered GPIOsMichael Hennerich2008-05-171-1/+0
| * | | | Blackfin arch: Sync channel defines with struct dma_register dma_io_base_addr.Michael Hennerich2008-05-171-4/+4
| * | | | [Blackfin] arch: Blackfin checksum annotationsAl Viro2008-05-121-15/+14
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-05-191-14/+0
|\ \ \ \
| * | | | sh: use the common ascii hex helpersHarvey Harrison2008-05-161-14/+0
| | |/ / | |/| |