Age | Commit message (Expand) | Author |
2005-06-23 | [PKT_SCHED]: Make NET_EMATCH_TEXT select TEXTSEARCh | David 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.h | David 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 data | Thomas Graf |
2005-06-23 | [NET]: Zerocopy sequential reading of skb data | Thomas Graf |
2005-06-23 | [LIB]: Naive finite state machine based textsearch | Thomas Graf |
2005-06-23 | [LIB]: Knuth-Morris-Pratt textsearch algorithm | Thomas 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-23 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 | Linus Torvalds |
2005-06-23 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2005-06-23 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds |
2005-06-23 | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus 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 capabilities | Russell King |
2005-06-23 | [PATCH] ARM: 2730/1: S3C2410 default configuration update | Ben 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 name | Ben Dooks |
2005-06-23 | [PATCH] ARM: 2722/1: remove reliance on udivdi3 for nwfpe | Nicolas Pitre |
2005-06-23 | [PATCH] ARM: 2721/1: remove reliance on udivdi3 for pxafb driver | Nicolas 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 dependencies | Adrian Bunk |
2005-06-23 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/ppc64-2.6 | Linus Torvalds |
2005-06-23 | [PATCH] sys_open() cleanup | Telemaque 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 fix | Andrew Morton |
2005-06-23 | [PATCH] IDE CD reports current speed | Eric Piel |
2005-06-23 | [PATCH] add note about verify_area removal to feature-removal-schedule.txt | Jesper Juhl |
2005-06-23 | [PATCH] aio: make wait_queue ->task ->private | Benjamin LaHaise |
2005-06-23 | [PATCH] aio: fix do_sync_(read|write) to properly handle aio retries | Benjamin LaHaise |
2005-06-23 | [PATCH] dpt_i2o: fix waitqueue abuse | Andrew Morton |
2005-06-23 | [PATCH] Bug in error recovery in fs/buffer.c::__block_prepare_write() | Anton Altaparmakov |