Age | Commit message (Expand) | Author |
2008-07-26 | dccp: Bug-Fix - AWL was never updated | Gerrit Renker |
2008-07-26 | dccp: Allow to distinguish original and retransmitted packets | Gerrit Renker |
2008-06-11 | dccp: Fix sparse warnings | Gerrit Renker |
2008-04-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-04-12 | [DCCP]: Fix skb->cb conflicts with IP | Patrick McHardy |
2008-04-03 | [DCCP]: Replace socket with sock for reset sending. | Denis V. Lunev |
2008-01-28 | [DCCP]: Introducing CCMPS | Gerrit Renker |
2008-01-28 | [DCCP]: Support inserting options during the 3-way handshake | Gerrit Renker |
2008-01-28 | [DCCP]: Support for server holding timewait state | Gerrit Renker |
2008-01-28 | [DCCP]: Shift the retransmit timer for active-close into output.c | Gerrit Renker |
2008-01-28 | [DCCP]: Use AF-independent rebuild_header routine | Gerrit Renker |
2008-01-28 | [NET]: Name magic constants in sock_wake_async() | Pavel Emelyanov |
2007-10-10 | [DCCP]: Wait for CCID | Gerrit Renker |
2007-10-10 | [DCCP]: Factor out common code for generating Resets | Gerrit Renker |
2007-10-10 | [DCCP]: Remove duplicate code for Reset from connected socket | Gerrit Renker |
2007-10-10 | [DCCP]: Add FIXME for send_delayed_ack | Gerrit Renker |
2007-10-10 | [DCCP]: Parameter renaming | Gerrit Renker |
2007-04-25 | [DCCP]: More debug information for dccp_wait_for_ccid | Gerrit Renker |
2007-03-09 | [DCCP]: Initialise write_xmit_timer also on passive sockets | Gerrit Renker |
2007-02-28 | [NET]: Fix kfree(skb) | Patrick McHardy |
2007-02-10 | [NET] DCCP: Fix whitespace errors. | YOSHIFUJI Hideaki |
2007-01-26 | [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). | David S. Miller |
2006-12-11 | [DCCP]: Whitespace cleanups | Arnaldo Carvalho de Melo |
2006-12-11 | [DCCP]: Warn when discarding packet due to internal errors | Gerrit Renker |
2006-12-11 | [DCCP]: Remove timeo from output.c | Ian McDonald |
2006-12-02 | [DCCP]: Use `unsigned' for packet lengths | Gerrit Renker |
2006-12-02 | [DCCP]: Simplified conditions due to use of enum:8 states | Gerrit Renker |
2006-12-02 | [DCCP]: Miscellaneous code tidy-ups | Gerrit Renker |
2006-12-02 | [TCP/DCCP]: Introduce net_xmit_eval | Gerrit Renker |
2006-12-02 | [DCCPv6]: Choose a genuine initial sequence number | Gerrit Renker |
2006-12-02 | [DCCP]: Increment sequence numbers on retransmitted Response packets | Gerrit Renker |
2006-12-02 | [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) | Gerrit Renker |
2006-12-02 | [DCCP]: Fix logfile overflow | Ian McDonald |
2006-12-02 | [DCCP]: Combine allocating & zeroing header space on skb | Gerrit Renker |
2006-12-02 | [TCP]: Don't set SKB owner in tcp_transmit_skb(). | David S. Miller |
2006-09-22 | [DCCP]: Introduce tx buffering | Ian McDonald |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel |
2006-03-20 | [DCCP] options: Make dccp_insert_options & friends yell on error | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP]: Use sk->sk_prot->max_header consistently for non-data packets | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP]: Uninline some functions | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP]: Dont use dccp_v4_checksum in dccp_make_response | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP]: Generalize dccp_v4_send_reset | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP]: Initial feature negotiation implementation | Andrea Bittau |
2006-01-03 | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo |
2006-01-03 | [IP_SOCKGLUE]: Remove most of the tcp specific calls | Arnaldo Carvalho de Melo |
2006-01-03 | [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 | Arnaldo Carvalho de Melo |
2006-01-03 | [DCCP]: Introduce dccp_ipv4_af_ops | Arnaldo Carvalho de Melo |
2005-10-31 | [DCCP]: Set socket owner iff packet is not data | Herbert Xu |
2005-10-31 | [DCCP]: Simplify skb_set_owner_w semantics | Herbert Xu |