aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-23[PKT_SCHED]: Make NET_EMATCH_TEXT select TEXTSEARChDavid S. Miller
2005-06-23[LIB]: textsearch.o needs to be obj-y not lib-y.David S. Miller
2005-06-23[TCP]: Need to declare 'tcp_reno' in net/tcp.hDavid S. Miller
2005-06-23[SLIP]: Simplify sl_free_bufs()Jesper Juhl
2005-06-23[PKT_SCHED]: Packet classification based on textsearch (ematch)Thomas Graf
2005-06-23[NET]: skb_find_text() - Find a text pattern in skb dataThomas Graf
2005-06-23[NET]: Zerocopy sequential reading of skb dataThomas Graf
2005-06-23[LIB]: Naive finite state machine based textsearchThomas Graf
2005-06-23[LIB]: Knuth-Morris-Pratt textsearch algorithmThomas Graf
2005-06-23[LIB]: Textsearch infrastructure.Thomas Graf
2005-06-23[TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger
2005-06-23[NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger
2005-06-23[NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger
2005-06-23[NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger
2005-06-23[NET]: Remove obsolete fastroute stats.Stephen Hemminger
2005-06-23Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds
2005-06-23Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2005-06-23Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2005-06-23Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds
2005-06-23[IA64] Fix pfn_to_nid() so the kernel compiles again for !CONFIG_DISCONTIGMEM.David Mosberger-Tang
2005-06-23[PATCH] Serial: Bugs are not capabilitiesRussell King
2005-06-23[PATCH] ARM: 2730/1: S3C2410 default configuration updateBen Dooks
2005-06-23[PATCH] ARM: 2729/1: DM9000 platform support for S3C2410 machines (BAST, VR1000)Ben Dooks
2005-06-23[PATCH] ARM: 2728/1: S3C2410 - fix constant warning on serial device nameBen Dooks
2005-06-23[PATCH] ARM: 2722/1: remove reliance on udivdi3 for nwfpeNicolas Pitre
2005-06-23[PATCH] ARM: 2721/1: remove reliance on udivdi3 for pxafb driverNicolas Pitre
2005-06-23[TCP]: Add Scalable TCP congestion control module.John Heffner
2005-06-23[TCP]: Add H-TCP congestion control module.Baruch Even
2005-06-23[TCP]: Add TCP Vegas congestion control module.Stephen Hemminger
2005-06-23[TCP]: Add TCP Hybla congestion control module.Daniele Lacamera
2005-06-23[TCP]: Add High Speed TCP congestion control module.John Heffner
2005-06-23[TCP]: Add TCP Westwood congestion control module.Stephen Hemminger
2005-06-23[TCP]: Add TCP BIC congestion control module.Stephen Hemminger
2005-06-23[TCP]: Update sysctl and congestion control documentation.Stephen Hemminger
2005-06-23[TCP]: Report congestion control algorithm in tcp_diag.Stephen Hemminger
2005-06-23[TCP]: Change tcp_diag to use the existing __RTA_PUT() macro.Stephen Hemminger
2005-06-23[TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger
2005-06-23[PATCH] Add removal schedule of register_serial/unregister_serial to appropri...Russell King
2005-06-23[PATCH] better USB_MON dependenciesAdrian Bunk
2005-06-23Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/ppc64-2.6Linus Torvalds
2005-06-23[PATCH] sys_open() cleanupTelemaque Ndizihiwe
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan
2005-06-23[PATCH] Introduce tty_unregister_ldisc()Alexey Dobriyan
2005-06-23[PATCH] pwc-uncompress warning fixAndrew Morton
2005-06-23[PATCH] IDE CD reports current speedEric Piel
2005-06-23[PATCH] add note about verify_area removal to feature-removal-schedule.txtJesper Juhl
2005-06-23[PATCH] aio: make wait_queue ->task ->privateBenjamin LaHaise
2005-06-23[PATCH] aio: fix do_sync_(read|write) to properly handle aio retriesBenjamin LaHaise
2005-06-23[PATCH] dpt_i2o: fix waitqueue abuseAndrew Morton
2005-06-23[PATCH] Bug in error recovery in fs/buffer.c::__block_prepare_write()Anton Altaparmakov