aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv6.c
Commit message (Expand)AuthorAgeFilesLines
...
* [NETNS]: Inet control socket should not hold a namespace.Denis V. Lunev2008-04-031-2/+2
* [INET]: Let inet_ctl_sock_create return sock rather than socket.Denis V. Lunev2008-04-031-3/+1
* [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev2008-04-031-2/+2
* [DCCP]: dccp_v(4|6)_ctl_socket is leaked.Denis V. Lunev2008-04-031-0/+1
* [DCCP]: Replace socket with sock for reset sending.Denis V. Lunev2008-04-031-4/+6
* [SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov2008-03-281-3/+0
* [SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov2008-03-221-1/+1
* [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev2008-02-291-20/+18
* [SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo2008-02-031-12/+8
* [NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov2008-01-311-4/+4
* [DCCP]: Allow to parse options on Request SocketsGerrit Renker2008-01-281-4/+4
* [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAITHerbert Xu2008-01-281-1/+1
* [DCCP]: Use DEFINE_PROTO_INUSE infrastructure.David S. Miller2007-11-071-0/+3
* [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
* [IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu2007-10-151-2/+1
* [DCCP]: Twice the wrong reset code in receiving connection-RequestsGerrit Renker2007-10-101-4/+3
* [DCCP]: Factor out common code for generating ResetsGerrit Renker2007-10-101-33/+6
* [DCCP]: Sequence number wrap-around when sending resetGerrit Renker2007-10-101-1/+1
* [IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki2007-07-101-20/+0
* [XFRM]: Allow packet drops during larval state resolution.David S. Miller2007-05-241-3/+7
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-15/+17
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-4/+4
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* [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-12/+12
* [DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker2006-12-021-3/+1
* [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo2006-12-021-1/+1
* [NET]: More dccp endianness annotations.Al Viro2006-12-021-2/+2
* [NET]: annotate csum_ipv6_magic() callers in net/*Al Viro2006-12-021-1/+1
* [TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki2006-12-021-3/+3
* [DCCP]: Miscellaneous code tidy-upsGerrit Renker2006-12-021-4/+2
* [TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2006-12-021-2/+1
* [DCCPv6]: Choose a genuine initial sequence numberGerrit Renker2006-12-021-12/+16
* [DCCP]: Remove redundant statements in init_sequence (ISS)Gerrit Renker2006-12-021-14/+6
* [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker2006-12-021-27/+47
* [DCCP]: Update code comments for Step 2/3Gerrit Renker2006-12-021-5/+28
* [DCCP]: tidy up dccp_v{4,6}_conn_requestGerrit Renker2006-12-021-4/+3
* [DCCPv6]: remove forward declarations in ipv6.cGerrit Renker2006-12-021-195/+190
* [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUGGerrit Renker2006-12-021-56/+1
* [DCCP]: Simplify jump labels in dccp_v{4,6}_rcvGerrit Renker2006-12-021-12/+10
* [DCCP]: Combine allocating & zeroing header space on skbGerrit Renker2006-12-021-6/+2
* [DCCPv6]: Add a FIXME for missing IPV6_PKTOPTIONSGerrit Renker2006-12-021-2/+6
* [IPV6]: Fix address/interface handling in UDP and DCCP, according to the scop...YOSHIFUJI Hideaki2006-11-211-1/+1
* [DCCP]: Update documentation references.Gerrit Renker2006-10-241-1/+1
* [DCCP] ipv6: Fix opt_skb leak.David S. Miller2006-10-211-0/+8
* [DCCP]: Fix Oops in DCCPv6Gerrit Renker2006-10-211-3/+1
* [NET]: Use typesafe inet_twsk() inline function instead of cast.YOSHIFUJI Hideaki2006-10-111-3/+3
* [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-221-1/+1
* [IPV6]: Cache source address as well in ipv6_pinfo{}.YOSHIFUJI Hideaki2006-09-221-2/+2