index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_ipv4.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
Arnaldo Carvalho de Melo
2006-03-20
1
-17
/
+17
*
[NET]: {get|set}sockopt compatibility layer
Dmitry Mishin
2006-03-20
1
-0
/
+8
*
[ICSK]: Introduce inet_csk_ctl_sock_create
Arnaldo Carvalho de Melo
2006-03-20
1
-12
/
+1
*
[TCP]: MTU probing
John Heffner
2006-03-20
1
-0
/
+1
*
[NET]: Do not export inet_bind_bucket_create twice.
Sam Ravnborg
2006-01-31
1
-1
/
+0
*
[IPV4]: Always set fl.proto in ip_route_newports
Patrick McHardy
2006-01-31
1
-1
/
+1
*
[NETFILTER]: Keep conntrack reference until IPsec policy checks are done
Patrick McHardy
2006-01-07
1
-0
/
+1
*
[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selected
Arnaldo Carvalho de Melo
2006-01-04
1
-0
/
+2
*
[TCP]: less inline's
Stephen Hemminger
2006-01-03
1
-5
/
+4
*
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
2006-01-03
1
-6
/
+6
*
[INET]: Generalise tcp_v4_hash_connect
Arnaldo Carvalho de Melo
2006-01-03
1
-172
/
+1
*
[TWSK]: Introduce struct timewait_sock_ops
Arnaldo Carvalho de Melo
2006-01-03
1
-29
/
+42
*
[ICSK]: Move v4_addr2sockaddr from TCP to icsk
Arnaldo Carvalho de Melo
2006-01-03
1
-11
/
+1
*
[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops
Arnaldo Carvalho de Melo
2006-01-03
1
-6
/
+5
*
[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
Arnaldo Carvalho de Melo
2006-01-03
1
-1
/
+2
*
[TCP]: spelling fixes
Stephen Hemminger
2005-11-10
1
-2
/
+2
*
[NET]: Detect hardware rx checksum faults correctly
Herbert Xu
2005-11-10
1
-15
/
+9
*
[NET]: kfree cleanup
Jesper Juhl
2005-11-08
1
-2
/
+1
*
[TCP/DCCP]: Randomize port selection
Stephen Hemminger
2005-11-05
1
-2
/
+0
*
[INET]: speedup inet (tcp/dccp) lookups
Eric Dumazet
2005-10-03
1
-5
/
+6
*
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
2005-08-29
1
-1
/
+1
*
[ICSK]: Move TCP congestion avoidance members to icsk
Arnaldo Carvalho de Melo
2005-08-29
1
-4
/
+5
*
[NET]: Make NETDEBUG pure printk wrappers
Patrick McHardy
2005-08-29
1
-6
/
+5
*
[TIMEWAIT]: Introduce inet_timewait_death_row
Arnaldo Carvalho de Melo
2005-08-29
1
-5
/
+6
*
[ICSK]: Generalise tcp_listen_{start,stop}
Arnaldo Carvalho de Melo
2005-08-29
1
-5
/
+1
*
[NET]: Just move the inet_connection_sock function from tcp sources
Arnaldo Carvalho de Melo
2005-08-29
1
-209
/
+1
*
[NET]: Introduce inet_connection_sock
Arnaldo Carvalho de Melo
2005-08-29
1
-73
/
+85
*
[INET]: Generalise the TCP sock ID lookup routines
Arnaldo Carvalho de Melo
2005-08-29
1
-75
/
+8
*
[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
Arnaldo Carvalho de Melo
2005-08-29
1
-52
/
+55
*
[INET]: Generalise tcp_v4_lookup_listener
Arnaldo Carvalho de Melo
2005-08-29
1
-76
/
+5
*
[INET]: Generalise tcp_v4_hash & tcp_unhash
Arnaldo Carvalho de Melo
2005-08-29
1
-27
/
+2
*
[INET]: Generalise the tcp_listen_ lock routines
Arnaldo Carvalho de Melo
2005-08-29
1
-61
/
+9
*
[INET]: Move tcp_port_rover to inet_hashinfo
Arnaldo Carvalho de Melo
2005-08-29
1
-51
/
+50
*
[INET]: Generalise tcp_bind_hash & tcp_inherit_port
Arnaldo Carvalho de Melo
2005-08-29
1
-64
/
+4
*
[INET]: Move bind_hash from tcp_sk to inet_sk
Arnaldo Carvalho de Melo
2005-08-29
1
-10
/
+11
*
[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]
Arnaldo Carvalho de Melo
2005-08-29
1
-26
/
+0
*
[INET]: Just rename the TCP hashtable functions/structs to inet_
Arnaldo Carvalho de Melo
2005-08-29
1
-50
/
+56
*
[INET]: Move the TCP ehash functions to include/net/inet_hashtables.h
Arnaldo Carvalho de Melo
2005-08-29
1
-23
/
+5
*
[INET]: Introduce inet_sk_rebuild_header
Arnaldo Carvalho de Melo
2005-08-29
1
-97
/
+1
*
[SOCK]: Introduce sk_setup_caps
Arnaldo Carvalho de Melo
2005-08-29
1
-8
/
+4
*
[SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehash
Arnaldo Carvalho de Melo
2005-08-29
1
-10
/
+1
*
[TCP]: Document non-trivial locking path in tcp_v{4,6}_get_port().
David S. Miller
2005-08-23
1
-2
/
+7
*
[IPV4]: Debug cleanup
Heikki Orsila
2005-08-08
1
-8
/
+6
*
[TCP]: Move to new TSO segmenting scheme.
David S. Miller
2005-07-05
1
-1
/
+1
*
[TCP]: Allow choosing TCP congestion control via sockopt.
Stephen Hemminger
2005-06-23
1
-1
/
+1
*
[TCP]: Add pluggable congestion control algorithm infrastructure.
Stephen Hemminger
2005-06-23
1
-0
/
+3
*
[NET]: Move sysctl_max_syn_backlog into request_sock.c
David S. Miller
2005-06-18
1
-16
/
+0
*
[NET] rename struct tcp_listen_opt to struct listen_sock
Arnaldo Carvalho de Melo
2005-06-18
1
-2
/
+2
*
[NET] Generalise tcp_listen_opt
Arnaldo Carvalho de Melo
2005-06-18
1
-20
/
+12
*
[NET] Rename open_request to request_sock
Arnaldo Carvalho de Melo
2005-06-18
1
-28
/
+28
[next]