summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux v2.6.20-rc1v2.6.20-rc1Linus Torvalds2006-12-131-2/+2
* [NETFILTER]: bridge-netfilter: remove deferred hooksPatrick McHardy2006-12-136-201/+20
* [IPV6]: Make fib6_node subtree depend on IPV6_SUBTREESKim Nordlund2006-12-132-3/+3
* [SCTP]: Add support for SCTP_CONTEXT socket option.Ivan Skytte Jorgensen2006-12-135-1/+94
* [SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket.Sridhar Samudrala2006-12-131-0/+1
* [SCTP]: Handle address add/delete events in a more efficient way.Sridhar Samudrala2006-12-134-66/+81
* [TCP]: Fix oops caused by __tcp_put_md5sig_pool()David S. Miller2006-12-131-2/+3
* [IPV6]: Fix IPV6_UNICAST_HOPS getsockopt().Brian Haley2006-12-131-4/+19
* [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_liIan McDonald2006-12-131-3/+3
* [NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loopsAl Viro2006-12-133-6/+9
* [NETFILTER]: ip_tables: ipt and ipt_compat checks unificationDmitry Mishin2006-12-131-97/+79
* [NETFILTER]: x_tables: add missing try to load conntrack from match/targetsYasuyuki Kozakai2006-12-134-2/+48
* [NETFILTER]: x_tables: error if ip_conntrack is asked to handle IPv6 packetsYasuyuki Kozakai2006-12-135-24/+16
* [NETFILTER]: nf_nat: fix NF_NAT dependencyYasuyuki Kozakai2006-12-131-1/+1
* [NETFILTER]: Fix INET=n linking errorPatrick McHardy2006-12-131-1/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-1346-255/+815
|\
| *-. [ARM] Merge AT91 and devel branchesRussell King2006-12-1346-255/+815
| |\ \
| | | * [ARM] 4017/1: [Jornada7xx] - Updating Jornada720.cKristoffer Ericson2006-12-131-25/+204
| | | * [ARM] 3992/1: i.MX/MX1 CPU Frequency scaling supportPavel Pisa2006-12-134-4/+306
| | | * [ARM] Provide a method to alter the control registerRussell King2006-12-131-0/+20
| | | * [ARM] 4016/1: prefetch macro is wrong wrt gcc's "delete-null-pointer-checks"Nicolas Pitre2006-12-131-8/+8
| | | * [ARM] Remove empty fixup functionRussell King2006-12-131-5/+0
| | | * [ARM] 4014/1: include drivers/hid/KconfigSascha Hauer2006-12-131-0/+2
| | | * [ARM] 4013/1: clocksource driver for netxSascha Hauer2006-12-131-12/+30
| | | * [ARM] 4012/1: Clocksource for pxaSascha Hauer2006-12-131-22/+23
| | | * [ARM] Clean up ioremap codeRussell King2006-12-131-58/+40
| | | * [ARM] Unuse another Linux PTE bitRussell King2006-12-1328-84/+84
| | | * [ARM] Clean up KERNEL_RAM_ADDRRussell King2006-12-111-9/+10
| | | * [ARM] Add sys_*at syscallsRussell King2006-12-092-0/+26
| | | * [ARM] 4004/1: S3C24XX: UDC remove implict addition of VA to regsBen Dooks2006-12-081-4/+3
| | | * [ARM] Formalise the ARMv6 processor name stringRussell King2006-12-081-1/+1
| | | * [ARM] Handle HWCAP_VFP in VFP support codeRussell King2006-12-085-24/+57
| | * | [ARM] 4011/1: AT91SAM9260: Fix compilation with NAND driverAndrew Victor2006-12-081-0/+1
| | * | [ARM] 4010/1: AT91SAM9260-EK board: Prepare for MACB Ethernet supportAndrew Victor2006-12-081-0/+1
* | | | Merge branch 'release' of master.kernel.org:/home/ftp/pub/scm/linux/kernel/gi...Linus Torvalds2006-12-132-3/+3
|\ \ \ \
| * | | | [IA64] Move sg_dma_{len,address} from pci.h to scatterlist.hTony Luck2006-12-132-3/+3
* | | | | Driver core: deprecate PM_LEGACY, default it to NDavid Brownell2006-12-131-4/+5
* | | | | Driver core: Make platform_device_add_data accept a const pointerScott Wood2006-12-132-2/+2
* | | | | Driver core: "platform_driver_probe() can save codespace": save codespaceAndrew Morton2006-12-131-1/+1
* | | | | DebugFS : file/directory removal fixMathieu Desnoyers2006-12-131-0/+4
* | | | | DebugFS : more file/directory creation error handlingMathieu Desnoyers2006-12-131-4/+10
* | | | | DebugFS : file/directory creation error handlingMathieu Desnoyers2006-12-131-1/+3
* | | | | DebugFS : coding style fixesMathieu Desnoyers2006-12-131-2/+3
* | | | | DebugFS : inotify create/mkdir supportMathieu Desnoyers2006-12-131-2/+10
* | | | | driver core: delete virtual directory on class_unregister()Akinobu Mita2006-12-131-0/+2
* | | | | Driver core: show "initstate" of moduleKay Sievers2006-12-131-0/+25
* | | | | [PATCH] Add missing KORENIX PCI ID'sRussell King2006-12-131-0/+4
* | | | | [PATCH] Optimize D-cache alias handling on forkRalf Baechle2006-12-1327-7/+54
* | | | | [PATCH] MIPS: Fix COW D-cache aliasing on forkAtsushi Nemoto2006-12-132-10/+31
* | | | | [PATCH] Pass vma argument to copy_user_highpage().Atsushi Nemoto2006-12-133-9/+10