summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller2005-10-137-26/+65
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-10-1320-64/+116
|\
| * [ARM] 3006/1: S3C2410 - arch/arm/mach-s3c2410 sparse fixesBen Dooks2005-10-132-5/+2
| * [ARM] 3005/1: S3C2440 - add definition for s3c2440_set_dsc() call in hardware.hBen Dooks2005-10-131-0/+7
| * [ARM] 3003/1: SSP channel map register updates for pxa2xxLiam Girdwood2005-10-121-3/+4
| * [ARM] 3002/1: Wrong parameter to uart_update_timeout() in drivers/serial/pxa.cLothar Wassmann2005-10-121-1/+1
| * [ARM] 2978/1: nwfpe - clean up sparse errorsBen Dooks2005-10-125-7/+30
| * [ARM] 2969/1: miscellaneous whitespace cleanupGeorge G. Davis2005-10-121-22/+22
| * [ARM] 2970/1: Use -mtune=arm1136j-s when building for CPU_V6 targetsGeorge G. Davis2005-10-121-1/+1
| * [ARM] 2971/1: i.MX uart handle rts irqSascha Hauer2005-10-121-6/+33
| * [ARM] 2979/2: S3C2410 - add static to non-exported machine itemsBen Dooks2005-10-123-4/+4
| * [ARM] 2977/1: armksyms.c - make items in export table staticBen Dooks2005-10-121-2/+2
| * [ARM] 2976/1: S3C2410: add static to functions in serial driverBen Dooks2005-10-121-7/+8
| * [ARM] 2975/1: S3C2410: time.c missing include of cpu.hBen Dooks2005-10-121-0/+1
| * [ARM] 2974/1: fix ARM710 swi bug workaroundNicolas Pitre2005-10-121-6/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-10-126-226/+166
|\ \
| * | [SPARC64]: Fix boot failures on SunBlade-150David S. Miller2005-10-126-226/+166
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-10-1221-50/+159
|\ \ \
| * | | [TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!"Herbert Xu2005-10-121-1/+8
| * | | [NETPOLL]: wrong return for null netpoll_poll_lock()Ben Dooks2005-10-121-1/+1
| * | | [BRIDGE]: fix race on bridge del ifStephen Hemminger2005-10-121-1/+1
| * | | [TWSK]: Grab the module refcount for timewait socketsArnaldo Carvalho de Melo2005-10-102-0/+4
| * | | [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packetsArnaldo Carvalho de Melo2005-10-101-1/+5
| * | | [CCID]: Check if ccid is NULL in the hc_[tr]x_exit functionsArnaldo Carvalho de Melo2005-10-101-2/+2
| * | | [NETFILTER] ctnetlink: add support to change protocol infoPablo Neira Ayuso2005-10-101-0/+37
| * | | [NETFILTER] ctnetlink: allow userspace to change TCP statePablo Neira Ayuso2005-10-102-0/+26
| * | | [NETFILTER]: Use only 32bit counters for CONNTRACK_ACCTHarald Welte2005-10-104-13/+22
| * | | [IPSEC] Fix block size/MTU bugs in ESPHerbert Xu2005-10-102-6/+7
| * | | [IPSEC]: Use ALIGN macro in ESPHerbert Xu2005-10-102-10/+12
| * | | [NETFILTER] ctnetlink: add one nesting level for TCP statePablo Neira Ayuso2005-10-102-1/+12
| * | | [NETFILTER]: Add missing include to ip_conntrack_tuple.hHarald Welte2005-10-101-0/+2
| * | | [NETFILTER] ctnetlink: ICMP ID is not mandatoryPablo Neira Ayuso2005-10-101-2/+1
| * | | [NETFILTER] conntrack_netlink: Fix endian issue with status from userspaceHarald Welte2005-10-101-1/+2
| * | | [NETFILTER] nat: remove bogus structure memberHarald Welte2005-10-101-4/+0
| * | | [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLVHarald Welte2005-10-102-6/+10
| * | | [NETFILTER] ipt_ULOG: Mark ipt_ULOG as OBSOLETEHarald Welte2005-10-101-1/+6
| * | | [NETFILTER] PPTP helper: Add missing Kconfig dependencyHarald Welte2005-10-101-0/+1
* | | | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-10-121-7/+7
|\ \ \ \
| * | | | sata_nv: Fixed bug introduced by 0.08's MCP51 and MCP55 support.Jeff Garzik2005-10-111-7/+7
* | | | | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-10-121-206/+18
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | e100: revert CPU cycle saver microcode, it causes severe problemsJeff Garzik2005-10-111-206/+18
| |/ / /
* | | | [PATCH] ppc32: Tell userland about lack of standard TBBenjamin Herrenschmidt2005-10-122-2/+4
* | | | [PATCH] ppc32: Fix timekeepingBenjamin Herrenschmidt2005-10-121-1/+1
* | | | [PATCH] uml: compile-time fix recent patchPaolo 'Blaisorblade' Giarrusso2005-10-121-0/+5
* | | | [PATCH] uml: revert block driver use of host AIOJeff Dike2005-10-125-373/+483
| |_|/ |/| |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-10-115-11/+8
|\ \ \
| * | | [SPARC64]: Fix net booting on Ultra5David S. Miller2005-10-111-2/+6
| * | | [SPARC32]: Revert IOMAP change eb98129eec7fa605f0407dfd92d40ee8ddf5cd9aDavid S. Miller2005-10-102-5/+0
| * | | [SPARC64]: Fix oops on runlevel change with serial console.David S. Miller2005-10-102-4/+2
| | |/ | |/|
* | | [PATCH] Don't map the same page too muchHugh Dickins2005-10-111-0/+3