summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] reset mode when client notices that ATTR_READONLY is no longer setAlan Tyson2007-03-103-0/+13
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-0813-72/+75
|\
| * [BRIDGE]: adding new device to bridge should enable if upAji Srinivas2007-03-081-0/+4
| * [IPV6]: Do not set IF_READY if device is downHerbert Xu2007-03-081-4/+0Star
| * [IPSEC]: xfrm audit hook misplaced in pfkey_delete and xfrm_del_saEric Paris2007-03-082-6/+4Star
| * [IPSEC]: Add xfrm policy change auditing to pfkey_spdgetEric Paris2007-03-081-6/+11
| * [IPSEC]: xfrm_policy delete security check misplacedEric Paris2007-03-084-18/+30
| * [CONNECTOR]: Bugfix for cn_call_callback()Philipp Reisner2007-03-081-11/+11
| * [DCCP]: Revert patch which disables bidirectional modeGerrit Renker2007-03-082-23/+5Star
| * [IPV6]: Handle np->opt being NULL in ipv6_getsockopt_sticky().David S. Miller2007-03-081-3/+7
| * [UDP]: Reread uh pointer after pskb_trimHerbert Xu2007-03-081-0/+1
| * [NETFILTER]: nfnetlink_log: fix crash on bridged packetPatrick McHardy2007-03-081-1/+1
| * [NETFILTER]: nfnetlink_log: zero-terminate prefixPatrick McHardy2007-03-081-1/+1
| * [NETFILTER]: nf_conntrack_ipv6: fix incorrect classification of IPv6 fragment...Patrick McHardy2007-03-081-0/+1
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-03-083-7/+10
|\ \
| * | [MIPS] ARC: Fix several compiler warnings.Ralf Baechle2007-03-081-3/+3
| * | [MIPS] ISA: Fix typoRalf Baechle2007-03-081-1/+1
| * | [CHAR] ds1286: Fix handling of seconds in RTC_ALM_SET ioctl.Ralf Baechle2007-03-081-3/+6
| |/
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-03-086-10/+130
|\ \ | |/ |/|
| * [IA64] fsys_getcpu for IA64Fenghua Yu2007-03-082-0/+106
| * [IA64] remove duplicate declaration of efi_initialize_iomem_resourcesHorms2007-03-081-2/+0Star
| * [IA64] Pick highest possible saved_max_pfn for crash_dumpTony Luck2007-03-081-5/+5
| * [IA64] fix NULL pointer in ia64/irq_chip-mask/unmask functionKAMEZAWA Hiroyuki2007-03-072-3/+19
* | Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2007-03-076-29/+52
|\ \
| * | avr32: dma-mapping.hGary Zambrano2007-03-071-0/+18
| * | [AVR32] Don't use kmap() in flush_icache_page()Haavard Skinnemoen2007-03-071-2/+1Star
| * | [AVR32] Fix bogus ti->flags manipulation in debug handlerHaavard Skinnemoen2007-03-071-2/+2
| * | [AVR32] Fix typo in include/asm-avr32/KbuildHaavard Skinnemoen2007-03-071-1/+1
| * | [AVR32] show_trace: Only walk valid stack addressesHaavard Skinnemoen2007-03-071-23/+29
| * | [AVR32] at32_spi_setup_slaves should be __initHaavard Skinnemoen2007-03-071-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2007-03-0710-18/+16Star
|\ \
| * | [GFS2] Fix bz 229873, alternate test: assertion "!ip->i_inode.i_mapping->nrpa...Steven Whitehouse2007-03-071-1/+0Star
| * | [GFS2] build fixakpm@linux-foundation.org2007-03-071-0/+1
| * | [GFS2] go_drop_bh is never used, so remove itSteven Whitehouse2007-03-072-4/+0Star
| * | [GFS2] Remove unused variableSteven Whitehouse2007-03-072-2/+0Star
| * | [GFS2] Fix bz 229831, lookup returns wrong inodeSteven Whitehouse2007-03-071-1/+2
| * | [GFS2] Fix bz 230143, incorrect flushing of rgrpsSteven Whitehouse2007-03-071-0/+2
| * | [GFS2] pass formal ino in do_filldir_mainWendy Cheng2007-03-071-2/+2
| * | [DLM] fs/dlm/user.c should #include "user.h"Adrian Bunk2007-03-071-0/+1
| * | [GFS2] fix hangup when multiple processes are trying to write to the same fileJosef Whiter2007-03-071-2/+5
| * | [GFS2] NFS filehandle checkWendy Cheng2007-03-071-4/+1Star
| * | [GFS2] add newline to printk messageRichard Fearn2007-03-071-1/+1
| * | [GFS2] fix locking mistakeJosef Whiter2007-03-071-1/+1
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-03-0726-371/+371
|\ \
| * | sh: Kill off I/O cruft for R7780RP.Paul Mundt2007-03-053-254/+1Star
| * | sh: Revert lazy dcache writeback changes.Paul Mundt2007-03-0513-85/+194
| * | sh: Enable SM501 support for RTS7751R2D.Paul Mundt2007-03-052-10/+126
| * | sh: Use L1_CACHE_BYTES for .data.cacheline_aligned.Paul Mundt2007-03-052-2/+4
| * | sysctl: Support vdso_enabled sysctl on SH.Paul Mundt2007-03-051-1/+2
| * | sh: Fix kernel thread stack corruption with preempt.Hideo Saito2007-03-051-3/+2Star