summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Souped-up of_platform_device supportBenjamin Herrenschmidt2006-12-0411-187/+476
* [POWERPC] Native cell support for MPIC in southbridgeBenjamin Herrenschmidt2006-12-042-0/+45
* [POWERPC] Improve MPIC driver auto-configuration from DTBenjamin Herrenschmidt2006-12-042-15/+39
* [POWERPC] Support for DCR based MPICBenjamin Herrenschmidt2006-12-042-40/+131
* [POWERPC] Make EMAC use generic DCR access methodsBenjamin Herrenschmidt2006-12-041-2/+4
* [POWERPC] Generic DCR infrastructureBenjamin Herrenschmidt2006-12-049-2/+337
* [POWERPC] Remove ppc_md.pci_map_irq & ppc_swizzle for ARCH=powerpcBenjamin Herrenschmidt2006-12-044-31/+0
* [POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt2006-12-0427-184/+59
* [PATCH] Arch provides generic iomap missing accessorsLinus Torvalds2006-12-041-4/+28
* Merge branch 'linux-2.6' into for-linusPaul Mackerras2006-12-042661-34697/+91526
|\
| * [XFRM]: Fix aevent structuring to be more complete.Jamal Hadi Salim2006-12-023-2/+9
| * [NETFILTER]: xtables: fixes warning on compilation of hashlimitYasuyuki Kozakai2006-12-021-1/+1
| * [ROSE] rose_add_loopback_node: propagate -EAlexey Dobriyan2006-12-021-2/+2
| * [NETFILTER]: nf_conntrack: fix header inclusions for helpersYasuyuki Kozakai2006-12-025-4/+4
| * [NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanupPatrick McHardy2006-12-0210-86/+75
| * [NETFILTER]: Mark old IPv4-only connection tracking scheduled for removalPatrick McHardy2006-12-024-5/+14
| * [NETFILTER]: nf_nat: add SNMP NAT helper portPatrick McHardy2006-12-023-0/+1348
| * [NETFILTER]: nf_conntrack/nf_nat: add TFTP helper portPatrick McHardy2006-12-027-0/+249
| * [NETFILTER]: nf_conntrack/nf_nat: add SIP helper portPatrick McHardy2006-12-027-0/+873
| * [NETFILTER]: nf_conntrack/nf_nat: add PPTP helper portPatrick McHardy2006-12-0215-0/+1896
| * [NETFILTER]: nf_conntrack: add NetBIOS name service helper portPatrick McHardy2006-12-023-0/+145
| * [NETFILTER]: nf_conntrack/nf_nat: add IRC helper portPatrick McHardy2006-12-027-0/+419
| * [NETFILTER]: nf_conntrack/nf_nat: add H.323 helper portPatrick McHardy2006-12-0215-14/+2600
| * [NETFILTER]: nf_conntrack/nf_nat: add amanda helper portPatrick McHardy2006-12-027-0/+347
| * [NETFILTER]: nf_conntrack: add helper function for expectation initializationPatrick McHardy2006-12-023-7/+75
| * [NETFILTER]: nf_nat: add FTP NAT helper portJozsef Kadlecsik2006-12-027-31/+260
| * [NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik2006-12-0229-59/+2667
| * [NETFILTER]: nf_conntrack: add module aliases to IPv4 conntrack namesPatrick McHardy2006-12-024-0/+4
| * [NETFILTER]: Kconfig: improve conntrack selectionPatrick McHardy2006-12-022-20/+44
| * [NETFILTER]: nf_conntrack: automatic helper assignment for expectationsPatrick McHardy2006-12-025-6/+21
| * [NETFILTER]: nf_conntrack: endian annotationsPatrick McHardy2006-12-0211-65/+58
| * [NETFILTER]: nf_conntrack: fix helper structure alignmentPatrick McHardy2006-12-022-4/+6
| * [NETFILTER]: nf_conntrack: fix NF_CONNTRACK_PROC_COMPAT dependencyPatrick McHardy2006-12-021-1/+1
| * [NET]: Accept wildcard delimiters in in[46]_ptonPatrick McHardy2006-12-022-6/+8
| * [PKT_SCHED] act_gact: division by zeroKim Nordlund2006-12-021-2/+2
| * [NETFILTER]: Kill ip_queue from feature removal schedule.Patrick McHardy2006-12-021-12/+0
| * [GENETLINK]: Add cmd dump completion.Jamal Hadi Salim2006-12-022-1/+3
| * [ATM]: Kill ipcommon.[ch]David S. Miller2006-12-025-98/+47
| * [NET_SCHED]: policer: restore compatibility with old iproute binariesPatrick McHardy2006-12-021-4/+22
| * [PKT_SCHED]: Remove unused exports.Adrian Bunk2006-12-022-4/+0
| * [EBTABLES]: Split ebt_replace into user and kernel variants, annotate.Al Viro2006-12-025-13/+31
| * [EBTABLES]: Clean ebt_register_table() up.Al Viro2006-12-021-12/+21
| * [EBTABLES]: Move calls of ebt_verify_pointers() upstream.Al Viro2006-12-021-9/+11
| * [EBTABLES]: ebt_check_entry() doesn't need valid_hooksAl Viro2006-12-021-4/+3
| * [EBTABLES]: Clean ebt_get_udc_positions() up.Al Viro2006-12-021-6/+2
| * [EBTABLES]: Switch ebt_check_entry_size_and_hooks() to use of newinfo->hook_e...Al Viro2006-12-021-10/+6
| * [EBTABLES]: translate_table(): switch direct uses of repl->hook_info to newinfoAl Viro2006-12-021-5/+5
| * [EBTABLES]: Move more stuff into ebt_verify_pointers().Al Viro2006-12-021-19/+19
| * [EBTABLES]: Pull the loop doing __ebt_verify_pointers() into a separate funct...Al Viro2006-12-021-37/+41
| * [EBTABLES]: Split ebt_check_entry_size_and_hooksAl Viro2006-12-021-24/+49