index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_ipv4.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-07
[NETFILTER]: Keep conntrack reference until IPsec policy checks are done
Patrick McHardy
1
-0
/
+1
2006-01-04
[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selected
Arnaldo Carvalho de Melo
1
-0
/
+2
2006-01-03
[TCP]: less inline's
Stephen Hemminger
1
-5
/
+4
2006-01-03
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
1
-6
/
+6
2006-01-03
[INET]: Generalise tcp_v4_hash_connect
Arnaldo Carvalho de Melo
1
-172
/
+1
2006-01-03
[TWSK]: Introduce struct timewait_sock_ops
Arnaldo Carvalho de Melo
1
-29
/
+42
2006-01-03
[ICSK]: Move v4_addr2sockaddr from TCP to icsk
Arnaldo Carvalho de Melo
1
-11
/
+1
2006-01-03
[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops
Arnaldo Carvalho de Melo
1
-6
/
+5
2006-01-03
[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
Arnaldo Carvalho de Melo
1
-1
/
+2
2005-11-10
[TCP]: spelling fixes
Stephen Hemminger
1
-2
/
+2
2005-11-10
[NET]: Detect hardware rx checksum faults correctly
Herbert Xu
1
-15
/
+9
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
1
-2
/
+1
2005-11-05
[TCP/DCCP]: Randomize port selection
Stephen Hemminger
1
-2
/
+0
2005-10-03
[INET]: speedup inet (tcp/dccp) lookups
Eric Dumazet
1
-5
/
+6
2005-08-29
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-29
[ICSK]: Move TCP congestion avoidance members to icsk
Arnaldo Carvalho de Melo
1
-4
/
+5
2005-08-29
[NET]: Make NETDEBUG pure printk wrappers
Patrick McHardy
1
-6
/
+5
2005-08-29
[TIMEWAIT]: Introduce inet_timewait_death_row
Arnaldo Carvalho de Melo
1
-5
/
+6
2005-08-29
[ICSK]: Generalise tcp_listen_{start,stop}
Arnaldo Carvalho de Melo
1
-5
/
+1
2005-08-29
[NET]: Just move the inet_connection_sock function from tcp sources
Arnaldo Carvalho de Melo
1
-209
/
+1
2005-08-29
[NET]: Introduce inet_connection_sock
Arnaldo Carvalho de Melo
1
-73
/
+85
2005-08-29
[INET]: Generalise the TCP sock ID lookup routines
Arnaldo Carvalho de Melo
1
-75
/
+8
2005-08-29
[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
Arnaldo Carvalho de Melo
1
-52
/
+55
2005-08-29
[INET]: Generalise tcp_v4_lookup_listener
Arnaldo Carvalho de Melo
1
-76
/
+5
2005-08-29
[INET]: Generalise tcp_v4_hash & tcp_unhash
Arnaldo Carvalho de Melo
1
-27
/
+2
2005-08-29
[INET]: Generalise the tcp_listen_ lock routines
Arnaldo Carvalho de Melo
1
-61
/
+9
2005-08-29
[INET]: Move tcp_port_rover to inet_hashinfo
Arnaldo Carvalho de Melo
1
-51
/
+50
2005-08-29
[INET]: Generalise tcp_bind_hash & tcp_inherit_port
Arnaldo Carvalho de Melo
1
-64
/
+4
2005-08-29
[INET]: Move bind_hash from tcp_sk to inet_sk
Arnaldo Carvalho de Melo
1
-10
/
+11
2005-08-29
[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]
Arnaldo Carvalho de Melo
1
-26
/
+0
2005-08-29
[INET]: Just rename the TCP hashtable functions/structs to inet_
Arnaldo Carvalho de Melo
1
-50
/
+56
2005-08-29
[INET]: Move the TCP ehash functions to include/net/inet_hashtables.h
Arnaldo Carvalho de Melo
1
-23
/
+5
2005-08-29
[INET]: Introduce inet_sk_rebuild_header
Arnaldo Carvalho de Melo
1
-97
/
+1
2005-08-29
[SOCK]: Introduce sk_setup_caps
Arnaldo Carvalho de Melo
1
-8
/
+4
2005-08-29
[SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehash
Arnaldo Carvalho de Melo
1
-10
/
+1
2005-08-23
[TCP]: Document non-trivial locking path in tcp_v{4,6}_get_port().
David S. Miller
1
-2
/
+7
2005-08-08
[IPV4]: Debug cleanup
Heikki Orsila
1
-8
/
+6
2005-07-05
[TCP]: Move to new TSO segmenting scheme.
David S. Miller
1
-1
/
+1
2005-06-23
[TCP]: Allow choosing TCP congestion control via sockopt.
Stephen Hemminger
1
-1
/
+1
2005-06-23
[TCP]: Add pluggable congestion control algorithm infrastructure.
Stephen Hemminger
1
-0
/
+3
2005-06-18
[NET]: Move sysctl_max_syn_backlog into request_sock.c
David S. Miller
1
-16
/
+0
2005-06-18
[NET] rename struct tcp_listen_opt to struct listen_sock
Arnaldo Carvalho de Melo
1
-2
/
+2
2005-06-18
[NET] Generalise tcp_listen_opt
Arnaldo Carvalho de Melo
1
-20
/
+12
2005-06-18
[NET] Rename open_request to request_sock
Arnaldo Carvalho de Melo
1
-28
/
+28
2005-06-18
[NET] Generalise TCP's struct open_request minisock infrastructure
Arnaldo Carvalho de Melo
1
-31
/
+41
2005-05-03
[TCP]: Optimize check in port-allocation code.
Folkert van Heusden
1
-2
/
+5
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2663