summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CCID3] Initialize more fields in ccid3_hc_rx_initArnaldo Carvalho de Melo2005-09-091-5/+3Star
* [CCID3] Make the ccid3hcrx_rtt calc look more like the ccid3hctx_rtt oneArnaldo Carvalho de Melo2005-09-091-4/+18
* [CCID3] Use ELAPSED_TIME in the HC TX RTT estimationArnaldo Carvalho de Melo2005-09-091-3/+7
* [DCCP] Give precedence to the biggest ELAPSED_TIMEArnaldo Carvalho de Melo2005-09-091-16/+18
* [CCID3] Calculate ccid3hcrx_x_recv using usecs_divArnaldo Carvalho de Melo2005-09-091-5/+2Star
* [CCID] Only call the HC insert_options methods when requestedArnaldo Carvalho de Melo2005-09-093-4/+14
* [CCID3] Avoid unsigned integer overflows in usecs_divArnaldo Carvalho de Melo2005-09-091-3/+13
* [XFRM]: Always release dst_entry on error in xfrm_lookupPatrick McHardy2005-09-099-48/+18Star
* [TCP]: Fix off by one in tcp_fragment() "already sent" test.Herbert Xu2005-09-091-1/+1
* [IPV6]: Don't redo xfrm_lookup for cached dst entriesPatrick McHardy2005-09-081-3/+4
* [AX.25]: Make asc2ax() thread-proofRalf Baechle2005-09-083-18/+15Star
* [NETFILTER]: ip_conntrack_netbios_ns.c gcc-2.95.x build fixAndrew Morton2005-09-081-4/+20
* [IPV4]: Fix refcount damaging in net/ipv4/route.cJulian Anastasov2005-09-081-15/+14Star
* [BNX2]: Fix bug in irq handler and add prefetchMichael Chan2005-09-082-3/+5
* Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542 David S. Miller2005-09-0813-71/+525
|\
| * [IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.YOSHIFUJI Hideaki2005-09-0811-24/+104
| * [IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).YOSHIFUJI Hideaki2005-09-0810-49/+423
* | [IPV6]: Need to use pskb_trim_rcsum().Stephen Hemminger2005-09-083-12/+8Star
* | [NET]: Need struct sock forward decl in net/compat.hDavid S. Miller2005-09-081-2/+3
* | [IPV4] udp: trim forgets about CHECKSUM_HWStephen Hemminger2005-09-081-1/+1
* | [NET]: Optimize pskb_trim_rcsum()Stephen Hemminger2005-09-081-1/+1
* | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2005-09-082-15/+77
|\ \
| * | [PATCH] scan all enabled ports on ata_piixHannes Reinecke2005-09-081-4/+6
| * | Merge /spare/repo/linux-2.6/ Jeff Garzik2005-09-08886-22163/+35216
| |\ \
| * | | [PATCH] sata_sis: Add support for SiS182 chipsetArnaud Patard2005-09-081-11/+71
* | | | [PATCH] Fix 32bit sendmsg() flawAl Viro2005-09-083-20/+29
* | | | [PATCH] ppc32: Fix head_4xx.S compile errorKumar Gala2005-09-081-0/+1
* | | | Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/lenb/li...Linus Torvalds2005-09-08249-32029/+28660Star
|\ \ \ \
| * \ \ \ Merge linux-2.6 with linux-acpi-2.6Len Brown2005-09-081968-48058/+57438
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | [ACPI] revert bad processor_core.c patch for bug 5128Len Brown2005-09-031-13/+10Star
| * | | | [ACPI] build fix - processor_core.c w/ !CONFIG_SMPLen Brown2005-09-031-1/+1
| * | | | Merge linux-2.6 into linux-acpi-2.6 testLen Brown2005-09-031031-17505/+98901
| |\ \ \ \
| * | | | | [ACPI] acpi_video_device_write_state() now worksLuming Yu2005-09-031-1/+2
| * | | | | [ACPI] fix processor_core.c for NR_CPUS > 256Venkatesh Pallipadi2005-09-031-9/+12
| * | | | | [ACPI] PNPACPI IRQ workaround for HP workstationsBjorn Helgaas2005-09-031-32/+43
| * | | | | [ACPI] fix run-time error checking in acpi_pci_irq_disable()Kenji Kaneshige2005-09-031-4/+1Star
| * | | | | [ACPI] add static to function definitionsAdrian Bunk2005-09-034-4/+5
| * | | | | [ACPI] ACPICA 20050902Robert Moore2005-09-0310-382/+350Star
| * | | | | [ACPI] revert owner-id-3.patchLen Brown2005-09-035-35/+55
| * | | | | [ACPI] Error: Invalid owner_id: 00Alexey Y. Starikovskiy2005-08-315-55/+35Star
| * | | | | [ACPI] check acpi_disabled in IPMIYann Droneaud2005-08-311-0/+3
| * | | | | [ACPI] ACPICA 20050815Bob Moore2005-08-305-19/+30
| * | | | | Auto-update from upstreamLen Brown2005-08-29238-6131/+13007
| |\ \ \ \ \
| * | | | | | [ACPI] Reduce acpi-cpufreq switching latency by 50%Venkatesh Pallipadi2005-08-271-21/+36
| * | | | | | Auto-update from upstreamLen Brown2005-08-2719-63/+57Star
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge ibm into testLen Brown2005-08-252-407/+1327
| |\ \ \ \ \ \ \
| | * | | | | | | [ACPI] IBM ThinkPad ACPI Extras Driver v0.12Borislav Deianov2005-08-252-532/+1442
| * | | | | | | | Merge HEAD from ../from-linus Len Brown2005-08-2570-178/+196
| |\| | | | | | |
| * | | | | | | | [IA64] fix allnoconfig buildLen Brown2005-08-252-2/+2
| * | | | | | | | [ACPI] delete CONFIG_ACPI_PCILen Brown2005-08-2519-84/+28Star