aboutsummaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2008-04-12[DCCP]: Fix skb->cb conflicts with IPPatrick McHardy
2008-04-10[DCCP]: Use snmp_mib_{init,free}().YOSHIFUJI Hideaki
2008-04-03[NETNS]: Inet control socket should not hold a namespace.Denis V. Lunev
2008-04-03[INET]: Let inet_ctl_sock_create return sock rather than socket.Denis V. Lunev
2008-04-03[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create.Denis V. Lunev
2008-04-03[DCCP]: dccp_v(4|6)_ctl_socket is leaked.Denis V. Lunev
2008-04-03[DCCP]: Replace socket with sock for reset sending.Denis V. Lunev
2008-03-28[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov
2008-03-22[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet
2008-02-29[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.Denis V. Lunev
2008-02-03[SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo
2008-01-31[NETNS]: Tcp-v6 sockets per-net lookup.Pavel Emelyanov
2008-01-31[NETNS]: Tcp-v4 sockets per-net lookup.Pavel Emelyanov
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev
2008-01-28[NET]: Simple ctl_table to ctl_path conversions.Pavel Emelyanov
2008-01-28[CCID3]: Kill some bloatIlpo Järvinen
2008-01-28[INET]: Uninline the __inet_hash function.Pavel Emelyanov
2008-01-28[DCCP]: Remove unused inline functionGerrit Renker
2008-01-28[CCID3]: Nofeedback timer according to rfc3448bisGerrit Renker
2008-01-28[CCID3]: Implement rfc3448bis changes to feedback receptionGerrit Renker
2008-01-28[CCID3]: Remove two irrelevant states in TX feedback handlingGerrit Renker
2008-01-28[CCID3]: Use a function to update p_inv, and p is never usedGerrit Renker
2008-01-28[DCCP]: Introducing CCMPSGerrit Renker
2008-01-28[CCID]: More informative registrationGerrit Renker
2008-01-28[DCCP]: Documentation for CCID operationsGerrit Renker
2008-01-28[DCCP]: Ignore feature negotiation on Data packetsGerrit Renker
2008-01-28[DCCP]: Make code assumptions explicitGerrit Renker
2008-01-28[DCCP]: Remove unused and redundant validation functionsGerrit Renker
2008-01-28[DCCP]: Support inserting options during the 3-way handshakeGerrit Renker
2008-01-28[DCCP]: Handle timestamps on Request/Response exchange separatelyGerrit Renker
2008-01-28[DCCP]: Add (missing) option parsing to request_sock processingGerrit Renker
2008-01-28[DCCP]: Allow to parse options on Request SocketsGerrit Renker
2008-01-28[DCCP]: Collapse repeated `len' statements into oneGerrit Renker
2008-01-28[DCCP]: Support for server holding timewait stateGerrit Renker
2008-01-28[DCCP]: Use maximum-RTO backoff from DCCP specGerrit Renker
2008-01-28[DCCP]: Shift the retransmit timer for active-close into output.cGerrit Renker
2008-01-28[DCCP]: Perform SHUT_RD and SHUT_WR on receiving closeGerrit Renker
2008-01-28[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAITHerbert Xu
2008-01-28[TFRC]: Remove previous loss intervals implementationGerrit Renker
2008-01-28[CCID3]: Interface CCID3 code with newer Loss Intervals DatabaseGerrit Renker
2008-01-28[TFRC]: CCID3 (and CCID4) needs to access these inlinesGerrit Renker
2008-01-28[CCID3]: Redundant debugging output / documentationGerrit Renker
2008-01-28[TFRC]: Ringbuffer to track loss interval historyGerrit Renker
2008-01-28[TFRC]: Loss interval code needs the macros/inlines that were movedGerrit Renker
2008-01-28[TFRC]: Put RX/TX initialisation into tfrc.cGerrit Renker
2008-01-28[CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses itGerrit Renker
2008-01-28[TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymoreGerrit Renker
2008-01-28[TFRC]: Move comment.Gerrit Renker