Age | Commit message (Expand) | Author |
2007-10-10 | [DCCP]: Rate-limit DCCP-Syncs | Gerrit Renker |
2007-10-10 | [DCCP]: Add Support for Data 1 .. 3 fields of Reset packets | Gerrit Renker |
2007-10-10 | [DCCP]: Add FIXME for send_delayed_ack | Gerrit Renker |
2007-10-10 | [DCCP]: Simplify interface of dccp_sample_rtt | Gerrit Renker |
2007-10-10 | [DCCP]: Provide 10s of microsecond timesource | Gerrit Renker |
2007-10-10 | [DCCP]: Nuke the timeval helpers now that we fully converted to ktime_t | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore | Arnaldo Carvalho de Melo |
2007-10-10 | [DCCP]: Convert dccp_sample_rtt to ktime_t | Arnaldo Carvalho de Melo |
2007-07-10 | Fix dccp_sum_coverage | Ian McDonald |
2007-04-25 | [DCCP]: Provide function for RTT sampling | Gerrit Renker |
2007-04-25 | [DCCP]: Always use debug-toggle parameters | Gerrit Renker |
2007-04-25 | [DCCP]: Fix for follows48 | Gerrit Renker |
2007-04-25 | [DCCP]: Make `before' relation unambiguous | Gerrit Renker |
2007-04-25 | [DCCP]: Make dccp_delta_seqno return signed numbers | Gerrit Renker |
2007-04-25 | [DCCP]: 48-bit sequence number arithmetic | Gerrit Renker |
2007-03-25 | [DCCP]: make dccp_write_xmit_timer() static again | Adrian Bunk |
2007-03-09 | [DCCP]: Initialise write_xmit_timer also on passive sockets | Gerrit Renker |
2007-02-10 | [NET] DCCP: Fix whitespace errors. | YOSHIFUJI Hideaki |
2006-12-11 | [DCCP]: Debug timeval operations | Gerrit Renker |
2006-12-11 | [DCCP]: Remove timeo from output.c | Ian McDonald |
2006-12-02 | [DCCP]: Simplified conditions due to use of enum:8 states | Gerrit Renker |
2006-12-02 | [DCCP]: Set TX Queue Length Bounds via Sysctl | Ian McDonald |
2006-12-02 | [DCCP]: enable debug messages also for static builds | Gerrit Renker |
2006-12-02 | [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states | Gerrit Renker |
2006-12-02 | [DCCP]: Introduce a consistent naming scheme for sysctls | Gerrit Renker |
2006-12-02 | [DCCP]: Add sysctls to control retransmission behaviour | Gerrit Renker |
2006-12-02 | [DCCP]: Support for partial checksums (RFC 4340, sec. 9.2) | Gerrit Renker |
2006-12-02 | [DCCP]: tidy up dccp_v{4,6}_conn_request | Gerrit Renker |
2006-12-02 | [DCCP]: Fix logfile overflow | Ian McDonald |
2006-12-02 | [DCCP]: calling dccp_v{4,6}_reqsk_send_ack is a BUG | Gerrit Renker |
2006-12-02 | [DCCP] timewait: Remove leftover extern declarations | Arnaldo Carvalho de Melo |
2006-12-02 | [DCCP]: set safe upper bound for option length | Gerrit Renker |
2006-10-24 | [DCCP]: Update documentation references. | Gerrit Renker |
2006-09-22 | [DCCP]: Introduce tx buffering | Ian McDonald |
2006-08-26 | [DCCP]: Introduces follows48 function | Ian McDonald |
2006-08-26 | [DCCP]: Update contact details and copyright | Ian McDonald |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel |
2006-03-20 | [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock | Arnaldo Carvalho de Melo |
2006-03-20 | [NET]: {get|set}sockopt compatibility layer | Dmitry Mishin |
2006-03-20 | [DCCP] options: Make dccp_insert_options & friends yell on error | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP]: Remove leftover dccp_send_response prototype | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP] ipv6: Add missing ipv6 control socket | 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]: Move dccp_[un]hash from ipv4.c to the core | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP]: Move dccp_v4_{init,destroy}_sock to the core | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP]: Generalize dccp_v4_send_reset | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP] feat: Introduce sysctls for the default features | Arnaldo Carvalho de Melo |
2006-03-20 | [DCCP]: sparse endianness annotations | Andrea Bittau |
2006-01-03 | [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 | Arnaldo Carvalho de Melo |