aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-01-26[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller1-2/+2
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-4/+3
2006-12-11[DCCP]: Warn when discarding packet due to internal errorsGerrit Renker1-2/+4
2006-12-11[DCCP]: Remove timeo from output.cIan McDonald1-20/+6
2006-12-02[DCCP]: Use `unsigned' for packet lengthsGerrit Renker1-4/+2
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-11/+5
2006-12-02[DCCP]: Miscellaneous code tidy-upsGerrit Renker1-0/+1
2006-12-02[TCP/DCCP]: Introduce net_xmit_evalGerrit Renker1-12/+2
2006-12-02[DCCPv6]: Choose a genuine initial sequence numberGerrit Renker1-1/+5
2006-12-02[DCCP]: Increment sequence numbers on retransmitted Response packetsGerrit Renker1-0/+4
2006-12-02[DCCP]: Support for partial checksums (RFC 4340, sec. 9.2)Gerrit Renker1-8/+5
2006-12-02[DCCP]: Fix logfile overflowIan McDonald1-3/+5
2006-12-02[DCCP]: Combine allocating & zeroing header space on skbGerrit Renker1-11/+3
2006-12-02[TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller1-2/+2
2006-09-22[DCCP]: Introduce tx bufferingIan McDonald1-25/+65
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo1-3/+15
2006-03-20[DCCP]: Use sk->sk_prot->max_header consistently for non-data packetsArnaldo Carvalho de Melo1-15/+14
2006-03-20[DCCP]: Uninline some functionsArnaldo Carvalho de Melo1-1/+1
2006-03-20[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo1-0/+2
2006-03-20[DCCP]: Dont use dccp_v4_checksum in dccp_make_responseArnaldo Carvalho de Melo1-3/+0
2006-03-20[DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo1-5/+25
2006-03-20[DCCP]: Initial feature negotiation implementationAndrea Bittau1-0/+4
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+1
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo1-3/+4
2006-01-03[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6Arnaldo Carvalho de Melo1-10/+17
2006-01-03[DCCP]: Introduce dccp_ipv4_af_opsArnaldo Carvalho de Melo1-8/+6
2005-10-31[DCCP]: Set socket owner iff packet is not dataHerbert Xu1-6/+11
2005-10-31[DCCP]: Simplify skb_set_owner_w semanticsHerbert Xu1-9/+14
2005-10-28[PATCH] gfp_t: net/*Al Viro1-1/+1
2005-10-20[DCCP]: Clear the IPCB areaHerbert Xu1-0/+1
2005-10-20[DCCP]: Make dccp_write_xmit always free the packetHerbert Xu1-1/+2
2005-10-20[DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULLHerbert Xu1-4/+2
2005-09-18[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]Arnaldo Carvalho de Melo1-10/+2
2005-09-16[DCCP]: Introduce DCCP_SOCKOPT_SERVICEArnaldo Carvalho de Melo1-7/+7
2005-09-09[DCCP] Only call the HC _exit() routines in dccp_v4_destroy_sockArnaldo Carvalho de Melo1-3/+0
2005-08-29[CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packetArnaldo Carvalho de Melo1-0/+13
2005-08-29[DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmitArnaldo Carvalho de Melo1-2/+59
2005-08-29[DCCP]: Send a DATAACK packet when we have a TIMESTAMP_ECHO pendingArnaldo Carvalho de Melo1-0/+1
2005-08-29[DCCP]: Implement the CLOSING timerArnaldo Carvalho de Melo1-11/+12
2005-08-29[DCCP]: Fix ackno setting in SYNC/SYNCACK packetsArnaldo Carvalho de Melo1-7/+3
2005-08-29[DCCP]: Send SYNCACK packets in response to SYNC packetsArnaldo Carvalho de Melo1-2/+3
2005-08-29[DCCP]: Just reflow the source code to fit in 80 columnsArnaldo Carvalho de Melo1-15/+29
2005-08-29[DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsgArnaldo Carvalho de Melo1-1/+37
2005-08-29[DCCP]: Fix checksum routinesYoshifumi Nishida1-3/+6
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo1-0/+406