Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | sh: Update r7780rp_defconfig. | Paul Mundt | 2006-10-31 | 1 | -76/+98 | |
| * | | | | | video: Fix include in hp680_bl. | Kristoffer Ericson | 2006-10-31 | 1 | -1/+1 | |
| * | | | | | sh: Wire up new syscalls. | Paul Mundt | 2006-10-31 | 2 | -1/+7 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-10-31 | 25 | -116/+229 | |
|\ \ \ \ \ | ||||||
| * | | | | | [IPV6]: fix flowlabel seqfile handling | James Morris | 2006-10-31 | 1 | -12/+6 | |
| * | | | | | [IPV6]: return EINVAL for invalid address with flowlabel lease request | James Morris | 2006-10-31 | 1 | -1/+3 | |
| * | | | | | [SCTP]: Remove temporary associations from backlog and hash. | Vlad Yasevich | 2006-10-31 | 3 | -4/+24 | |
| * | | | | | [SCTP]: Correctly set IP id for SCTP traffic | Vlad Yasevich | 2006-10-31 | 2 | -1/+10 | |
| * | | | | | [NetLabel]: protect the CIPSOv4 socket option from setsockopt() | Paul Moore | 2006-10-31 | 5 | -6/+58 | |
| * | | | | | [NETFILTER]: ip_tables: compat code module refcounting fix | Dmitry Mishin | 2006-10-31 | 1 | -25/+11 | |
| * | | | | | [NETFILTER]: nf_conntrack: add missing unlock in get_next_corpse() | Martin Josefsson | 2006-10-31 | 1 | -1/+2 | |
| * | | | | | [NETFILTER]: ip_tables: compat error way cleanup | Vasily Averin | 2006-10-31 | 1 | -0/+1 | |
| * | | | | | [NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tables | Dmitry Mishin | 2006-10-31 | 3 | -25/+54 | |
| * | | | | | [NETFILTER]: remove masq/NAT from ip6tables Kconfig help | Patrick McHardy | 2006-10-31 | 1 | -1/+1 | |
| * | | | | | [IPV6]: fix lockup via /proc/net/ip6_flowlabel | James Morris | 2006-10-31 | 1 | -0/+2 | |
| * | | | | | [NET]: fix uaccess handling | Heiko Carstens | 2006-10-31 | 3 | -14/+25 | |
| * | | | | | [SCTP]: Always linearise packet on input | Herbert Xu | 2006-10-31 | 1 | -0/+3 | |
| * | | | | | [ETH1394]: Fix unaligned accesses. | David S. Miller | 2006-10-31 | 1 | -8/+12 | |
| * | | | | | [DCCP]: fix printk format warnings | Randy Dunlap | 2006-10-31 | 1 | -8/+10 | |
| * | | | | | [NET]: Fix segmentation of linear packets | Herbert Xu | 2006-10-31 | 1 | -5/+4 | |
| * | | | | | [XFRM] xfrm_user: Fix unaligned accesses. | David S. Miller | 2006-10-31 | 1 | -2/+2 | |
| * | | | | | [APPLETALK]: Fix potential OOPS in atalk_sendmsg(). | David S. Miller | 2006-10-31 | 1 | -2/+0 | |
| * | | | | | [NET] sealevel: uses arp_broken_ops | Randy Dunlap | 2006-10-31 | 1 | -1/+1 | |
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2006-10-31 | 2 | -4/+25 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [SPARC64]: Add some missing print_symbol() calls. | David S. Miller | 2006-10-31 | 1 | -0/+8 | |
| * | | | | | | [SPARC64]: Fix Tomatillo/Schizo IRQ handling. | David S. Miller | 2006-10-31 | 1 | -4/+17 | |
| |/ / / / / | ||||||
* | | | | | | [PATCH] md: check bio address after mapping through partitions. | NeilBrown | 2006-10-31 | 1 | -4/+20 | |
* | | | | | | [PATCH] eCryptfs: Fix handling of lower d_count | Michael Halcrow | 2006-10-31 | 2 | -43/+27 | |
* | | | | | | [PATCH] eCryptfs: Remove ecryptfs_umount_begin | Michael Halcrow | 2006-10-31 | 1 | -18/+0 | |
* | | | | | | [PATCH] eCryptfs: Consolidate lower dentry_open's | Michael Halcrow | 2006-10-31 | 4 | -42/+63 | |
* | | | | | | [PATCH] eCryptfs: Cipher code to new crypto API | Michael Halcrow | 2006-10-31 | 4 | -58/+146 | |
* | | | | | | [PATCH] eCryptfs: Hash code to new crypto API | Michael Halcrow | 2006-10-31 | 2 | -18/+25 | |
* | | | | | | [PATCH] eCryptfs: Clean up crypto initialization | Michael Halcrow | 2006-10-31 | 4 | -78/+24 | |
* | | | | | | [PATCH] taskstats: fix sub-threads accounting | Oleg Nesterov | 2006-10-31 | 1 | -7/+10 | |
* | | | | | | [PATCH] uml: add INITCALLS | Jeff Dike | 2006-10-31 | 1 | -7/+1 | |
* | | | | | | [PATCH] uml: add _text definition to linker scripts | Jeff Dike | 2006-10-31 | 2 | -0/+2 | |
* | | | | | | [PATCH] uml ubd driver: various little changes | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 3 | -20/+26 | |
* | | | | | | [PATCH] uml ubd driver: do not store error codes as ->fd | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -7/+10 | |
* | | | | | | [PATCH] uml ubd driver: use bitfields where possible | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -2/+2 | |
* | | | | | | [PATCH] uml ubd driver: reformat ubd_config | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -11/+20 | |
* | | | | | | [PATCH] uml ubd driver: convert do_ubd to a boolean variable | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -3/+6 | |
* | | | | | | [PATCH] uml ubd driver: ubd_io_lock usage fixup | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -1/+7 | |
* | | | | | | [PATCH] uml ubd driver: change ubd_lock to be a mutex | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -11/+12 | |
* | | | | | | [PATCH] uml ubd driver: give better names to some functions. | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -6/+6 | |
* | | | | | | [PATCH] uml ubd driver: var renames | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -98/+98 | |
* | | | | | | [PATCH] uml ubd driver: document some struct fields | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -1/+4 | |
* | | | | | | [PATCH] uml ubd driver: allow using up to 16 UBD devices | Paolo 'Blaisorblade' Giarrusso | 2006-10-31 | 1 | -2/+2 | |
* | | | | | | [PATCH] find_bd_holder() fix | Andrew Morton | 2006-10-31 | 1 | -2/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Linux 2.6.19-rc4v2.6.19-rc4 | Linus Torvalds | 2006-10-31 | 1 | -1/+1 | |
* | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-10-31 | 16 | -63/+121 | |
|\ \ \ \ \ |