aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [SPARC]: Respect vm_page_prot in io_remap_page_range().David S. Miller2006-03-221-3/+3
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-03-2113-211/+181
|\
| * Pull sn2-reduce-kmalloc-wrap into release branchTony Luck2006-03-211-22/+0
| |\
| | * [IA64-SGI] SN2-XP reduce kmalloc wrapper inliningJes Sorensen2006-02-271-22/+0
| * | Pull icc-cleanup into release branchTony Luck2006-03-212-168/+22
| |\ \
| | * | [IA64-SGI] - Eliminate SN pio_phys_xxx macros. Move to assemblyJack Steiner2006-02-071-51/+5
| | * | [IA64] use icc defined constantChen, Kenneth W2006-02-071-10/+10
| | * | [IA64] add __builtin_trap definition for icc buildChen, Kenneth W2006-02-071-0/+2
| | * | [IA64] clean up asm/intel_intrin.hChen, Kenneth W2006-02-071-106/+3
| | * | [IA64] map ia64_hint definition to intel compiler intrinsicChen, Kenneth W2006-02-071-1/+2
| * | | Pull sn2-mmio-writes into release branchTony Luck2006-03-215-2/+26
| |\ \ \
| | * | | [IA64] hooks to wait for mmio writes to drain when migrating processesBrent Casavant2006-01-265-2/+26
| * | | | Pull altix-ce1.0-asic into release branchTony Luck2006-03-212-2/+42
| |\ \ \ \
| | * | | | [IA64-SGI] driver bugfixes and hardware workarounds for CE1.0 asicMark Maule2006-01-262-2/+42
| | |/ / /
| * | | | Pull delete-sigdelayed into release branchTony Luck2006-03-212-12/+1
| |\ \ \ \
| | * | | | [IA64] Delete MCA/INIT sigdelayed codeKeith Owens2006-01-262-12/+1
| | |/ / /
| * | | | Pull ia64-mutex-primitives into release branchTony Luck2006-03-211-5/+88
| |\ \ \ \
| | * | | | [IA64] implement ia64 specific mutex primitivesChen, Kenneth W2006-01-261-5/+88
| | |/ / /
| * | | | Pull bsp-removal into release branchTony Luck2006-03-211-0/+2
| |\ \ \ \
| | * | | | [IA64] support for cpu0 removalAshok Raj2006-01-051-0/+2
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-03-211-1/+9
|\ \ \ \ \ \
| * | | | | | [CRYPTO] api: Align tfm context as wide as possibleHerbert Xu2006-03-211-1/+9
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-2156-464/+890
|\ \ \ \ \ \ \
| * | | | | | | [NETFILTER]: Add H.323 conntrack/NAT helperJing Min Zhao2006-03-202-0/+32
| * | | | | | | [LLC]: llc_mac_hdr_init const argumentsStephen Hemminger2006-03-201-1/+1
| * | | | | | | [BRIDGE]: netfilter inline cleanupStephen Hemminger2006-03-201-27/+0
| * | | | | | | [SPARC]: Fixup SO_PEERSEC value on 32-bit sparc.David S. Miller2006-03-201-1/+1
| * | | | | | | [DCCP] minisock: Rename struct dccp_options to struct dccp_minisockArnaldo Carvalho de Melo2006-03-201-17/+26
| * | | | | | | [ICSK] compat: Introduce inet_csk_compat_[gs]etsockoptArnaldo Carvalho de Melo2006-03-201-0/+5
| * | | | | | | [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-208-0/+61
| * | | | | | | [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu2006-03-201-1/+3
| * | | | | | | [DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse2006-03-208-178/+177
| * | | | | | | [SECURITY]: TCP/UDP getpeersecCatherine Zhang2006-03-203-6/+21
| * | | | | | | [XFRM]: Fix aevent related crashPatrick McHardy2006-03-201-1/+9
| * | | | | | | [TCP]: sysctl to allow TCP window > 32767 sans wscaleRick Jones2006-03-202-0/+2
| * | | | | | | [IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.Neil Horman2006-03-202-0/+2
| * | | | | | | [NET]: sem2mutex part 2Ingo Molnar2006-03-202-2/+3
| * | | | | | | [NET] sem2mutex: net/Arjan van de Ven2006-03-201-1/+2
| * | | | | | | [NET]: dev_put/dev_hold cleanupStephen Hemminger2006-03-201-2/+4
| * | | | | | | [TG3]: Add 5787 and 5754 basic supportMichael Chan2006-03-201-0/+4
| * | | | | | | [NET] rtnetlink: Add RTPROT entry for Netsukuku.Alpt2006-03-201-0/+1
| * | | | | | | [NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin2006-03-201-1/+1
| * | | | | | | [NET]: Convert RTNL to mutex.Stephen Hemminger2006-03-201-13/+7
| * | | | | | | [IRDA]: TOIM3232 dongle supportDavid Basden2006-03-201-0/+1
| * | | | | | | [ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo2006-03-201-0/+4
| * | | | | | | [TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner2006-03-202-2/+6
| * | | | | | | [AF_UNIX]: scm: better initializationBenjamin LaHaise2006-03-201-4/+6
| * | | | | | | [NET]: Uninline kfree_skb and allow NULL argumentJörn Engel2006-03-201-16/+1
| * | | | | | | [XFRM]: Rearrange struct xfrm_aevent_id for better compatibility.Jamal Hadi Salim2006-03-201-1/+1
| * | | | | | | [DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo2006-03-201-0/+16