Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6

+1
+1
net/ipv4/tcp_input.c
··· 2239 2239 /* Note, it is the only place, where 2240 2240 * fast path is recovered for sending TCP. 2241 2241 */ 2242 + tp->pred_flags = 0; 2242 2243 tcp_fast_path_check(sk, tp); 2243 2244 2244 2245 if (nwin > tp->max_window) {