[TCP]: MD5 Signature Option (RFC2385) support.
[safe/jmp/linux-2.6] / net / dccp / ipv4.c
2006-12-03 YOSHIFUJI Hideaki[TCP]: MD5 Signature Option (RFC2385) support.
2006-12-03 Gerrit Renker[DCCP]: Miscellaneous code tidy-ups
2006-12-03 Gerrit Renker[TCP/DCCP]: Introduce net_xmit_eval
2006-12-03 Gerrit Renker[DCCPv6]: Choose a genuine initial sequence number
2006-12-03 Gerrit Renker[DCCP]: Remove redundant statements in init_sequence...
2006-12-03 Gerrit Renker[DCCP]: Introduce a consistent naming scheme for sysctls
2006-12-03 Gerrit Renker[DCCP]: Support for partial checksums (RFC 4340, sec...
2006-12-03 Gerrit Renker[DCCP]: Update code comments for Step 2/3
2006-12-03 Gerrit Renker[DCCP]: tidy up dccp_v{4,6}_conn_request
2006-12-03 Gerrit Renker[DCCPv4]: remove forward declarations in ipv4.c
2006-12-03 Gerrit Renker[DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG
2006-12-03 Gerrit Renker[DCCP]: Simplify jump labels in dccp_v{4,6}_rcv
2006-12-03 Gerrit Renker[DCCP]: Combine allocating & zeroing header space on skb
2006-12-03 David S. Miller[DCCP]: Fix typo _read_mostly --> __read_mostly.
2006-12-03 Eric Dumazet[NET]: Size listen hash tables using backlog hint
2006-10-24 Gerrit Renker[DCCP]: Update documentation references.
2006-10-22 Gerrit Renker[DCCP]: Fix Oops in DCCPv6
2006-10-12 YOSHIFUJI Hideaki[NET]: Use typesafe inet_twsk() inline function instead...
2006-09-29 Al Viro[IPV4]: ip_route_connect() ipv4 address arguments annotated
2006-09-24 Gerrit Renker[DCCP]: Allow default/fallback service code.
2006-09-22 Herbert Xu[IPV4]: Use network-order dport for all visible inet_lo...
2006-09-22 Venkat Yekkirala[MLSXFRM]: Auto-labeling of child sockets
2006-09-22 Venkat Yekkirala[MLSXFRM]: Add flow labeling
2006-07-24 Ian McDonald[DCCP]: Fix default sequence window size
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-04-12 Eric Sesterhenn[DCCP]: Fix leak in net/dccp/ipv4.c
2006-03-21 Arnaldo Carvalho... [NET]: Identation & other cleanups related to compat_...
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-03-21 Arnaldo Carvalho... [DCCP]: ditch dccp_v[46]_ctl_send_ack
2006-03-21 Arnaldo Carvalho... [DCCP]: Use sk->sk_prot->max_header consistently for...
2006-03-21 Arnaldo Carvalho... [ICSK]: Introduce inet_csk_ctl_sock_create
2006-03-21 Arnaldo Carvalho... [DCCP] ipv6: Add missing ipv6 control socket
2006-03-21 Adrian Bunk[DCCP] ipv4: make struct dccp_v4_prot static
2006-03-21 Arnaldo Carvalho... [DCCP]: Move the IPv4 specific bits from proto.c to...
2006-03-21 Arnaldo Carvalho... [DCCP]: Move dccp_hashinfo from ipv4.c to the core
2006-03-21 Arnaldo Carvalho... [DCCP]: Dont use dccp_v4_checksum in dccp_make_response
2006-03-21 Arnaldo Carvalho... [DCCP]: Move dccp_[un]hash from ipv4.c to the core
2006-03-21 Arnaldo Carvalho... [DCCP]: Move dccp_v4_{init,destroy}_sock to the core
2006-03-21 Arnaldo Carvalho... [DCCP]: Generalize dccp_v4_send_reset
2006-03-21 Arnaldo Carvalho... [DCCP]: Call dccp_feat_init more early in dccp_v4_init_sock
2006-03-21 Andrea Bittau[DCCP]: sparse endianness annotations
2006-03-21 Arnaldo Carvalho... [DCCP] CCID: Improve CCID infrastructure
2006-03-21 Andrea Bittau[DCCP]: Initial feature negotiation implementation
2006-03-21 Andrea Bittau[DCCP] CCID2: Initial CCID2 (TCP-Like) implementation
2006-03-21 Arnaldo Carvalho... [DCCP]: Don't alloc ack vector for the control sock
2006-03-21 Arnaldo Carvalho... [DCCP] ackvec: Ditch dccpav_buf_len
2006-02-01 Patrick McHardy[IPV4]: Always set fl.proto in ip_route_newports
2006-01-07 Patrick McHardy[NETFILTER]: Handle NAT in IPsec policy checks
2006-01-07 Patrick McHardy[NETFILTER]: Keep conntrack reference until IPsec polic...
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2006-01-03 Arnaldo Carvalho... [SOCK]: Introduce sk_receive_skb
2006-01-03 Arnaldo Carvalho... [IP_SOCKGLUE]: Remove most of the tcp specific calls
2006-01-03 Arnaldo Carvalho... [INET]: Generalise tcp_v4_hash_connect
2006-01-03 Arnaldo Carvalho... [TWSK]: Introduce struct timewait_sock_ops
2006-01-03 Arnaldo Carvalho... [DCCP]: Use reqsk_free in dccp_v4_conn_request
2006-01-03 Arnaldo Carvalho... [DCCP]: Prepare the AF agnostic core for the introducti...
2006-01-03 Arnaldo Carvalho... [DCCP]: Just rename dccp_v4_prot to dccp_prot
2006-01-03 Arnaldo Carvalho... [DCCP]: Introduce dccp_ipv4_af_ops
2006-01-03 Arnaldo Carvalho... [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
2005-12-22 Ian McDonald[DCCP]: Comment typo
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-11-05 Stephen Hemminger[TCP/DCCP]: Randomize port selection
2005-10-20 Herbert Xu[DCCP]: Clear the IPCB area
2005-10-03 Eric Dumazet[INET]: speedup inet (tcp/dccp) lookups
2005-09-18 Arnaldo Carvalho... [DCCP]: Don't use necessarily the same CCID for tx...
2005-09-18 Arnaldo Carvalho... [DCCP]: Move the ack vector code to net/dccp/ackvec...
2005-09-16 Arnaldo Carvalho... [DCCP]: Introduce DCCP_SOCKOPT_SERVICE
2005-09-16 Arnaldo Carvalho... [DCCP]: More precisely set reset_code when sending...
2005-09-09 Arnaldo Carvalho... [DCCP] Only call the HC _exit() routines in dccp_v4_des...
2005-09-09 Arnaldo Carvalho... [DCCP] Introduce dccp_timestamp
2005-08-29 Arnaldo Carvalho... [CCID3]: Call sk->sk_write_space(sk) when receiving...
2005-08-29 Arnaldo Carvalho... [DCCP]: Call the HC exit routines at dccp_v4_destroy_sock
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix the ACK and SEQ window variables settings
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix seqno setting in dccp_v4_ctl_send_reset
2005-08-29 Arnaldo Carvalho... [DCCP]: Use LIMIT_NETDEBUG in some debugging printks
2005-08-29 Arnaldo Carvalho... [DCCP]: Send SYNCACK packets in response to SYNC packets
2005-08-29 Arnaldo Carvalho... [DCCP]: Fix sparse warnings
2005-08-29 Arnaldo Carvalho... [DCCP]: Just reflow the source code to fit in 80 columns
2005-08-29 Arnaldo Carvalho... [TCPDIAG]: Implement cheapest way of supporting DCCPDIA...
2005-08-29 Arnaldo Carvalho... [DCCP]: Finish the TIMEWAIT minisock support
2005-08-29 Arnaldo Carvalho... [DCCP]: Initialize icsk_rto in dccp_v4_init_sock
2005-08-29 David S. Miller[DCCP]: Fix u64 printf format warnings.
2005-08-29 Yoshifumi Nishida[DCCP]: Fix checksum routines
2005-08-29 Arnaldo Carvalho... [DCCP]: Initial implementation