| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed cookie handling to calc an RTO when | Randall Stewart | 2007-06-13 | 9 | -58/+57 |
| * | Import rewrite of IPv4 socket multicast layer to support source-specific | Bruce M Simpson | 2007-06-12 | 13 | -703/+2180 |
| * | - Restructure so bindx functions are not done inline to socket option | Randall Stewart | 2007-06-12 | 9 | -232/+289 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 6 | -34/+14 |
| * | Fix a case in tcp_do_segment() where tcp_update_sack_list() would | Andre Oppermann | 2007-06-10 | 1 | -2/+1 |
| * | Fix style for comments, be more verbose and add some more. | Andre Oppermann | 2007-06-10 | 1 | -23/+34 |
| * | Make the handling of the tcp window explicit for the SYN_SENT case | Andre Oppermann | 2007-06-09 | 1 | -4/+10 |
| * | Remove some bogosity from the SYN_SENT case in tcp_do_segment | Andre Oppermann | 2007-06-09 | 1 | -6/+8 |
| * | Don't send pure window updates when the peer has closed the connection | Andre Oppermann | 2007-06-09 | 1 | -1/+4 |
| * | Handle a race condition on >2 core machines in tcp_timer() when | Andre Oppermann | 2007-06-09 | 1 | -2/+8 |
| * | - Opps.. takes out debug printfs I accidentally left in :-( | Randall Stewart | 2007-06-09 | 2 | -16/+0 |
| * | - fix send_failed notification contents | Randall Stewart | 2007-06-09 | 6 | -87/+99 |
| * | Replace a constant with an already defined symbolic name for it. | Yaroslav Tykhiy | 2007-06-08 | 1 | -1/+1 |
| * | Add a sysctl for the purge run interval so that it can | Yaroslav Tykhiy | 2007-06-08 | 1 | -3/+8 |
| * | - RTO was not being initialized to 0, thus the rtt calculation | Randall Stewart | 2007-06-08 | 5 | -9/+23 |
| * | In tcp_hc_insert() we may have the case where we have hit the global | Andre Oppermann | 2007-06-07 | 1 | -0/+6 |
| * | Correctly print SEQ and IRS in the corresponding log message in | Andre Oppermann | 2007-06-06 | 1 | -1/+1 |
| * | Do not leak lock in the case of EEXIST error. | Gleb Smirnoff | 2007-06-06 | 1 | -2/+6 |
| * | - Fixes a case where doing a sysctl would leave locks held | Randall Stewart | 2007-06-06 | 2 | -1/+13 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -1/+1 |
| * | - fix initial pcb vrf setting when the initial vrf is not the | Randall Stewart | 2007-06-02 | 6 | -39/+32 |
| * | - Take out the broken table-id concept. Panda Routers have a M-VRF | Randall Stewart | 2007-06-01 | 13 | -148/+160 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -1/+1 |
| * | (1) In tcp_usrclosed(), tp can never become NULL, so don't test for NULL | Robert Watson | 2007-05-31 | 1 | -4/+3 |
| * | - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.c | Randall Stewart | 2007-05-30 | 3 | -103/+107 |
| * | - Fix a memory overwrite when the mapping array | Randall Stewart | 2007-05-30 | 10 | -131/+140 |
| * | Adds gcc attribute to prevent inlining of a function. If | Randall Stewart | 2007-05-29 | 1 | -5/+8 |
| * | - Fix spelling errors in comments per Ruslan (.. thanks... ) | Randall Stewart | 2007-05-29 | 2 | -4/+4 |
| * | - Fixes so we won't try to start a timer when we | Randall Stewart | 2007-05-29 | 17 | -86/+421 |
| * | Make log messages more verbose and simpler to understand for non-experts. | Andre Oppermann | 2007-05-28 | 2 | -58/+85 |
| * | Fix indentation of the syncache_expand() section in tcp_input(). | Andre Oppermann | 2007-05-28 | 1 | -52/+52 |
| * | - fixed autclose to not allow setting on 1-2-1 model. | Randall Stewart | 2007-05-28 | 16 | -356/+785 |
| * | Refactor and rewrite in parts the SYN handling code on listen sockets | Andre Oppermann | 2007-05-28 | 3 | -45/+125 |
| * | Normalize spelling and grammar in TCP hostcache comments. | Robert Watson | 2007-05-27 | 1 | -67/+66 |
| * | In tcp_timer_2msl(), tp can never become NULL, so don't check it for | Robert Watson | 2007-05-27 | 1 | -1/+1 |
| * | Don't assign sp to the value of s when we're about to assign it instead to | Robert Watson | 2007-05-27 | 1 | -1/+1 |
| * | The printf %b list in PRINT_TH_FLAGS has to be in octal numbering. | Andre Oppermann | 2007-05-25 | 1 | -1/+1 |
| * | Add CWR back into the PRINT_TH_FLAGS list as gcc42 doesn't complain | Andre Oppermann | 2007-05-23 | 1 | -1/+1 |
| * | In tcp_log_addrs(): | Andre Oppermann | 2007-05-23 | 1 | -5/+7 |
| * | Be more restrictive with segment validity checks in syncache_expand() | Andre Oppermann | 2007-05-18 | 1 | -3/+42 |
| * | o Add syslog logging under LOG_DEBUG to various failures caused by | Andre Oppermann | 2007-05-18 | 1 | -5/+38 |
| * | Add tcp_log_addrs() function to generate and standardized TCP log line | Andre Oppermann | 2007-05-18 | 4 | -22/+101 |
| * | Fix statistical accounting for bytes and packets during sack retransmits. | John Baldwin | 2007-05-18 | 1 | -1/+1 |
| * | - Disabled responding to NI queries from a global address by default as | JINMEI Tatuya | 2007-05-17 | 1 | -0/+5 |
| * | - Fixed 1-2-1 model to not worry about associd in sockopts | Randall Stewart | 2007-05-17 | 13 | -103/+174 |
| * | Unbreak IPv4 kernel build. | Oleg Bulyzhin | 2007-05-17 | 1 | -0/+2 |
| * | Remove leading spaces before tabs spotted thanks to silby using | Robert Watson | 2007-05-16 | 1 | -3/+3 |
| * | Remove now unused stuff forgotten in the previous commit. | Andre Oppermann | 2007-05-16 | 1 | -4/+0 |
| * | Move TIME_WAIT related functions and timer handling from files | Andre Oppermann | 2007-05-16 | 6 | -205/+201 |
| * | When verifying the IPv4 UDP checksum, don't overwrite the checksum | David Malone | 2007-05-16 | 1 | -5/+7 |