aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-24[DCCP]: Update documentation references.Gerrit Renker1-2/+2
2006-10-21[DCCP]: Fix Oops in DCCPv6Gerrit Renker1-1/+3
2006-10-11[NET]: Use typesafe inet_twsk() inline function instead of cast.YOSHIFUJI Hideaki1-3/+3
2006-09-28[IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro1-1/+1
2006-09-24[DCCP]: Allow default/fallback service code.Gerrit Renker1-3/+0
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu1-5/+5
2006-09-22[MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala1-0/+3
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala1-0/+1
2006-07-24[DCCP]: Fix default sequence window sizeIan McDonald1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-11[DCCP]: Fix leak in net/dccp/ipv4.cEric Sesterhenn1-1/+1
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo1-36/+36
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-0/+12
2006-03-20[DCCP]: ditch dccp_v[46]_ctl_send_ackArnaldo Carvalho de Melo1-7/+2
2006-03-20[DCCP]: Use sk->sk_prot->max_header consistently for non-data packetsArnaldo Carvalho de Melo1-5/+6
2006-03-20[ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo1-24/+2
2006-03-20[DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo1-36/+29
2006-03-20[DCCP] ipv4: make struct dccp_v4_prot staticAdrian Bunk1-1/+1
2006-03-20[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo1-5/+135
2006-03-20[DCCP]: Move dccp_hashinfo from ipv4.c to the coreArnaldo Carvalho de Melo1-8/+0
2006-03-20[DCCP]: Dont use dccp_v4_checksum in dccp_make_responseArnaldo Carvalho de Melo1-0/+3
2006-03-20[DCCP]: Move dccp_[un]hash from ipv4.c to the coreArnaldo Carvalho de Melo1-13/+1
2006-03-20[DCCP]: Move dccp_v4_{init,destroy}_sock to the coreArnaldo Carvalho de Melo1-100/+6
2006-03-20[DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo1-26/+0
2006-03-20[DCCP]: Call dccp_feat_init more early in dccp_v4_init_sockArnaldo Carvalho de Melo1-5/+4
2006-03-20[DCCP]: sparse endianness annotationsAndrea Bittau1-6/+6
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo1-12/+12
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau1-2/+17
2006-03-20[DCCP] CCID2: Initial CCID2 (TCP-Like) implementationAndrea Bittau1-0/+1
2006-03-20[DCCP]: Don't alloc ack vector for the control sockArnaldo Carvalho de Melo1-6/+5
2006-03-20[DCCP] ackvec: Ditch dccpav_buf_lenArnaldo Carvalho de Melo1-2/+1
2006-01-31[IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy1-1/+2
2006-01-07[NETFILTER]: Handle NAT in IPsec policy checksPatrick McHardy1-1/+1
2006-01-07[NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy1-0/+1
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+1
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo1-21/+2
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo1-5/+7
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo1-159/+1
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo1-1/+8
2006-01-03[DCCP]: Use reqsk_free in dccp_v4_conn_requestArnaldo Carvalho de Melo1-4/+1
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo1-39/+34
2006-01-03[DCCP]: Just rename dccp_v4_prot to dccp_protArnaldo Carvalho de Melo1-1/+1
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo1-0/+23
2006-01-03[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_portArnaldo Carvalho de Melo1-1/+2
2005-12-21[DCCP]: Comment typoIan McDonald1-1/+1
2005-11-08[NET]: kfree cleanupJesper Juhl1-4/+2
2005-11-05[TCP/DCCP]: Randomize port selectionStephen Hemminger1-29/+3
2005-10-20[DCCP]: Clear the IPCB areaHerbert Xu1-0/+2
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet1-6/+6
2005-09-18[DCCP]: Don't use necessarily the same CCID for tx and rxArnaldo Carvalho de Melo1-2/+2