summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-07-13[JFFS2] Init locks early during mountArtem B. Bityuckiy2-9/+11
2005-07-13[JFFS2] Rename function and update commentsArtem B. Bityuckiy1-7/+7
2005-07-13[JFFS2] Remove needless variable initializationArtem B. Bityuckiy1-2/+1
2005-07-13[JFFS2] Avoid alloc/dealloc for zero sized nodesArtem B. Bityuckiy1-6/+4
2005-07-12[MTD] Make XIP support depend on CONFIG_ARMThomas Gleixner1-1/+1
2005-07-07[MTD] XIP cleanupThomas Gleixner6-20/+104
2005-07-07[MTD] Remove MODULE_DEVICE_TABLE() for ICHx flash driverDavid Woodhouse1-2/+2
2005-07-07[MTD] NAND s3c2410: Add missing NULL pointer checkBen Dooks1-2/+3
2005-07-06Merge with rsync://fileserver/linuxArtem B. Bityuckiy1042-31256/+37361
2005-07-06[JFFS2] Simplify the tree insert code.Artem B. Bityuckiy1-5/+4
2005-07-06[JFFS2] Remove compatibilty cruft for ancient kernelsDavid Woodhouse4-60/+8
2005-07-06[JFFS2] Optimise jffs2_add_tn_to_list David Woodhouse3-27/+88
2005-07-06[MTD] NOR flash map driver for TI OMAP boards.Todd Poynor3-2/+191
2005-07-06[MTD] Add mapping driver for Intel PXA27x Mainstone board flash.Nico Pitre3-2/+189
2005-07-06[MTD] NAND: Remove unmaintained tx49xx board driversThomas Gleixner4-838/+0
2005-07-06[MTD] NAND: sharpsl.c set correct file permissionsThomas Gleixner1-0/+0
2005-07-06Linux v2.6.13-rc3Linus Torvalds1-1/+1
2005-07-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+3
2005-07-06[SPARC64]: Fix UltraSPARC-III fallout from membar changes.David S. Miller1-2/+3
2005-07-06[PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch7-6/+11
2005-07-06[PATCH] ppc32: explicitly disable 440GP IRQ compatibility mode in 440GX setupEugene Surovegin1-0/+4
2005-07-06[PATCH] ppc32: stop misusing NTP's time_offset valuejohn stultz1-5/+8
2005-07-06[PATCH] ppc32: add Freescale MPC885ADS board supportAndrei Konovalov8-16/+1550
2005-07-06Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds34-617/+1191
2005-07-06[IPV4]: Add LC-Trie implementation notesRobert Olsson1-0/+145
2005-07-06[TCP]: Never TSO defer under periods of congestion.David S. Miller1-0/+3
2005-07-06[PKT_SCHED]: Blackhole queueing disciplineThomas Graf2-1/+55
2005-07-06[TCP]: Move to new TSO segmenting scheme.David S. Miller7-240/+384
2005-07-06[TCP]: Break out send buffer expansion test.David S. Miller1-4/+23
2005-07-06[TCP]: Do not call tcp_tso_acked() if no work to do.David S. Miller1-1/+2
2005-07-06[TCP]: Kill bogus comment above tcp_tso_acked().David S. Miller1-9/+0
2005-07-06[TCP]: Fix send-side cpu utiliziation regression.David S. Miller1-2/+11
2005-07-06[TCP]: Eliminate redundant computations in tcp_write_xmit().David S. Miller1-9/+31
2005-07-06[TCP]: Break out tcp_snd_test() into it's constituent parts.David S. Miller1-38/+82
2005-07-06[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.David S. Miller3-25/+8
2005-07-06[TCP]: Fix redundant calculations of tcp_current_mss()David S. Miller2-13/+5
2005-07-06[TCP]: tcp_write_xmit() tabbing cleanupDavid S. Miller1-34/+34
2005-07-06[TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().David S. Miller2-53/+52
2005-07-06[TCP]: Add missing skb_header_release() call to tcp_fragment().David S. Miller1-0/+1
2005-07-06[TCP]: Move __tcp_data_snd_check into tcp_output.cDavid S. Miller3-10/+11
2005-07-06[TCP]: Move send test logic out of net/tcp.hDavid S. Miller2-131/+132
2005-07-06[TCP]: Fix quick-ack decrementing with TSO.David S. Miller2-7/+12
2005-07-06[TCP]: Simplify SKB data portion allocation with NETIF_F_SG.David S. Miller2-13/+7
2005-07-06[NET]: Remove __ARGS from include/net/slhc_vj.hAlexey Dobriyan1-13/+8
2005-07-06[NET]: improve readability of dev_set_promiscuity() in net/core/dev.cDavid Chau1-2/+3
2005-07-06[SHAPER]: Switch to spinlocks.Christoph Hellwig2-27/+17
2005-07-06[IPV4]: More broken memory allocation fixes for fib_trieRobert Olsson1-32/+145
2005-07-06[DECNET]: Fix memset overflow on 64bit archs while dumping decnet routing rulesThomas Graf1-1/+2
2005-07-06[IPV4]: Bug fix in rt_check_expire()Eric Dumazet1-7/+14
2005-07-06[IPV4]: Use the fancy alloc_large_system_hash() function for route hash tableEric Dumazet1-27/+16