summaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* [DCCP]: Use DEFINE_PROTO_INUSE infrastructure.David S. Miller2007-11-071-0/+3
* [DCCP]: One more exemption from full sequence number checksGerrit Renker2007-10-241-1/+1
* [DCCP]: Retrieve packet sequence number for error reportingGerrit Renker2007-10-241-2/+2
* [INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible.Jean Delvare2007-10-221-2/+2
* [DCCP]: Twice the wrong reset code in receiving connection-RequestsGerrit Renker2007-10-111-7/+4Star
* [DCCP]: Factor out common code for generating ResetsGerrit Renker2007-10-111-33/+5Star
* [DCCP]: Sequence number wrap-around when sending resetGerrit Renker2007-10-111-1/+1
* [DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock()Micah Gruber2007-10-111-2/+0Star
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-19/+20
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-3/+3
* [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts.David S. Miller2007-02-081-1/+1
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-111-13/+13
* [DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker2006-12-031-15/+9Star
* [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo2006-12-031-1/+1
* [DCCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in dccp_v4_err()Arnaldo Carvalho de Melo2006-12-031-1/+1
* [NET]: Annotate csum_tcpudp_magic() callers in net/*Al Viro2006-12-031-1/+1
* [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-031-3/+3
* [DCCP]: Miscellaneous code tidy-upsGerrit Renker2006-12-031-20/+19Star
* [TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2006-12-031-3/+2Star
* [DCCPv6]: Choose a genuine initial sequence numberGerrit Renker2006-12-031-7/+2Star
* [DCCP]: Remove redundant statements in init_sequence (ISS)Gerrit Renker2006-12-031-3/+2Star
* [DCCP]: Introduce a consistent naming scheme for sysctlsGerrit Renker2006-12-031-1/+0Star
* [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker2006-12-031-53/+52Star
* [DCCP]: Update code comments for Step 2/3Gerrit Renker2006-12-031-20/+18Star
* [DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker2006-12-031-6/+3Star
* [DCCPv4]: remove forward declarations in ipv4.cGerrit Renker2006-12-031-134/+132Star
* [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker2006-12-031-47/+1Star
* [DCCP]: Simplify jump labels in dccp_v{4,6}_rcvGerrit Renker2006-12-031-11/+4Star
* [DCCP]: Combine allocating & zeroing header space on skbGerrit Renker2006-12-031-7/+2Star
* [DCCP]: Fix typo _read_mostly --> __read_mostly.David S. Miller2006-12-031-1/+1
* [NET]: Size listen hash tables using backlog hintEric Dumazet2006-12-031-1/+1
* [DCCP]: Update documentation references.Gerrit Renker2006-10-251-2/+2
* [DCCP]: Fix Oops in DCCPv6Gerrit Renker2006-10-221-1/+3
* [NET]: Use typesafe inet_twsk() inline function instead of cast.YOSHIFUJI Hideaki2006-10-121-3/+3
* [IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro2006-09-291-1/+1
* [DCCP]: Allow default/fallback service code.Gerrit Renker2006-09-241-3/+0Star
* [IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu2006-09-221-5/+5
* [MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala2006-09-221-0/+3
* [MLSXFRM]: Add flow labelingVenkat Yekkirala2006-09-221-0/+1
* [DCCP]: Fix default sequence window sizeIan McDonald2006-07-241-2/+1Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [DCCP]: Fix leak in net/dccp/ipv4.cEric Sesterhenn2006-04-121-1/+1
* [NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo2006-03-211-36/+36
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-211-0/+12
* [DCCP]: ditch dccp_v[46]_ctl_send_ackArnaldo Carvalho de Melo2006-03-211-7/+2Star
* [DCCP]: Use sk->sk_prot->max_header consistently for non-data packetsArnaldo Carvalho de Melo2006-03-211-5/+6
* [ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo2006-03-211-24/+2Star
* [DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo2006-03-211-36/+29Star
* [DCCP] ipv4: make struct dccp_v4_prot staticAdrian Bunk2006-03-211-1/+1