index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Commit message (
Expand
)
Author
Age
*
[IPV4]: Possible cleanups.
Adrian Bunk
2006-04-14
*
[TCP] mtu probing: move tcp-specific data out of inet_connection_sock
John Heffner
2006-03-21
*
[TCP]: MTU probing
John Heffner
2006-03-20
*
[TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabled
John Heffner
2006-02-09
*
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
Kris Katterjohn
2006-01-09
*
[TCP]: less inline's
Stephen Hemminger
2006-01-03
*
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
2006-01-03
*
[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops
Arnaldo Carvalho de Melo
2006-01-03
*
[TCP]: More spelling fixes.
Stephen Hemminger
2005-11-15
*
[TCP]: speed up SACK processing
Stephen Hemminger
2005-11-10
*
[TCP]: spelling fixes
Stephen Hemminger
2005-11-10
*
[TCP]: receive buffer growth limiting with mixed MTU
John Heffner
2005-11-10
*
[TCP]: Appropriate Byte Count support
Stephen Hemminger
2005-11-10
*
[TCP]: simplify microsecond rtt sampling
Stephen Hemminger
2005-11-10
*
[TCP]: Clear stale pred_flags when snd_wnd changes
Herbert Xu
2005-10-27
*
[TCP]: Don't over-clamp window in tcp_clamp_window()
Alexey Kuznetsov
2005-09-29
*
[TCP]: Compute in_sacked properly when we split up a TSO frame.
Herbert Xu
2005-09-14
*
[TCP]: Keep TSO enabled even during loss events.
David S. Miller
2005-09-02
*
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
2005-08-29
*
[NET]: Store skb->timestamp as offset to a base timestamp
Patrick McHardy
2005-08-29
*
[ICSK]: Move TCP congestion avoidance members to icsk
Arnaldo Carvalho de Melo
2005-08-29
*
[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer
Arnaldo Carvalho de Melo
2005-08-29
*
[NET]: Just move the inet_connection_sock function from tcp sources
Arnaldo Carvalho de Melo
2005-08-29
*
[NET]: Introduce inet_connection_sock
Arnaldo Carvalho de Melo
2005-08-29
*
[NET]: Kill skb->list
David S. Miller
2005-08-29
*
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
David S. Miller
2005-07-08
*
[TCP]: Move to new TSO segmenting scheme.
David S. Miller
2005-07-05
*
[TCP]: Break out send buffer expansion test.
David S. Miller
2005-07-05
*
[TCP]: Do not call tcp_tso_acked() if no work to do.
David S. Miller
2005-07-05
*
[TCP]: Kill bogus comment above tcp_tso_acked().
David S. Miller
2005-07-05
*
[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.
David S. Miller
2005-07-05
*
[TCP]: Move __tcp_data_snd_check into tcp_output.c
David S. Miller
2005-07-05
*
[TCP]: Add pluggable congestion control algorithm infrastructure.
Stephen Hemminger
2005-06-23
*
[TCP]: Fix stretch ACK performance killer when doing ucopy.
David S. Miller
2005-05-23
*
[PATCH] update Ross Biro bouncing email address
Jesper Juhl
2005-05-05
*
[TCP]: Trivial tcp_data_queue() cleanup
James Morris
2005-04-26
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16