| Commit message (Expand) | Author | Age | Files | Lines |
* | - Better handle sending large pkt-drops. We were not triming | rrs | 2007-06-16 | 1 | -12/+20 |
* | - Raise max range of sctp_logging sysctl so panda does not disallow | rrs | 2007-06-16 | 1 | -1/+1 |
* | - Matthew's changes to get inlines out, plus a few of my own | rrs | 2007-06-16 | 6 | -23/+20 |
* | Garbage collect some debug code that not only no longer could | mjacob | 2007-06-15 | 1 | -6/+0 |
* | Name change SCTP_KTR_SUBSYS -> KTR_SCTP | rrs | 2007-06-15 | 1 | -21/+21 |
* | Remove extraneous extern (its gotten from sctp_sysctl.h) | rrs | 2007-06-15 | 1 | -5/+0 |
* | When removing a stream from the output-stream-wheel, if its the | rrs | 2007-06-15 | 1 | -0/+10 |
* | - Update the comment lines in sctp_input.c | rrs | 2007-06-15 | 2 | -6/+6 |
* | Stub out imported IGMPv3 definitions which clash with those of | bms | 2007-06-15 | 1 | -0/+2 |
* | - Issue one, new stack reduction left packet_drop handling still | rrs | 2007-06-15 | 3 | -24/+44 |
* | - Add VRF id to sctp_ifa structure, needed mainly in panda but useful | rrs | 2007-06-15 | 3 | -1/+7 |
* | KTR_GEN -> KTR_SUBSYS (for Kris). | rrs | 2007-06-15 | 2 | -3/+3 |
* | - Fix so ifn's are properly deleted when the ref count goes to 0. | rrs | 2007-06-14 | 20 | -1235/+1120 |
* | - fix bindx to check addresses against socket's protocol family | rrs | 2007-06-13 | 1 | -0/+34 |
* | Remove IPX over IP tunneling support, which allows IPX routing over IP | rwatson | 2007-06-13 | 1 | -15/+0 |
* | - Fixed cookie handling to calc an RTO when | rrs | 2007-06-13 | 9 | -58/+57 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 13 | -704/+2181 |
* | - Restructure so bindx functions are not done inline to socket option | rrs | 2007-06-12 | 9 | -239/+296 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 6 | -34/+14 |
* | Fix a case in tcp_do_segment() where tcp_update_sack_list() would | andre | 2007-06-10 | 1 | -2/+1 |
* | Fix style for comments, be more verbose and add some more. | andre | 2007-06-10 | 1 | -23/+34 |
* | Make the handling of the tcp window explicit for the SYN_SENT case | andre | 2007-06-09 | 1 | -4/+10 |
* | Remove some bogosity from the SYN_SENT case in tcp_do_segment | andre | 2007-06-09 | 1 | -6/+8 |
* | Don't send pure window updates when the peer has closed the connection | andre | 2007-06-09 | 1 | -1/+4 |
* | Handle a race condition on >2 core machines in tcp_timer() when | andre | 2007-06-09 | 1 | -2/+8 |
* | - Opps.. takes out debug printfs I accidentally left in :-( | rrs | 2007-06-09 | 2 | -16/+0 |
* | - fix send_failed notification contents | rrs | 2007-06-09 | 6 | -87/+99 |
* | Replace a constant with an already defined symbolic name for it. | yar | 2007-06-08 | 1 | -1/+1 |
* | Add a sysctl for the purge run interval so that it can | yar | 2007-06-08 | 1 | -3/+8 |
* | - RTO was not being initialized to 0, thus the rtt calculation | rrs | 2007-06-08 | 5 | -9/+23 |
* | In tcp_hc_insert() we may have the case where we have hit the global | andre | 2007-06-07 | 1 | -0/+6 |
* | Correctly print SEQ and IRS in the corresponding log message in | andre | 2007-06-06 | 1 | -1/+1 |
* | Do not leak lock in the case of EEXIST error. | glebius | 2007-06-06 | 1 | -2/+6 |
* | - Fixes a case where doing a sysctl would leave locks held | rrs | 2007-06-06 | 2 | -1/+13 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 1 | -1/+1 |
* | - fix initial pcb vrf setting when the initial vrf is not the | rrs | 2007-06-02 | 6 | -39/+32 |
* | - Take out the broken table-id concept. Panda Routers have a M-VRF | rrs | 2007-06-01 | 13 | -148/+160 |
* | - Move rusage from being per-process in struct pstats to per-thread in | jeff | 2007-06-01 | 1 | -1/+1 |
* | (1) In tcp_usrclosed(), tp can never become NULL, so don't test for NULL | rwatson | 2007-05-31 | 1 | -4/+3 |
* | - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.c | rrs | 2007-05-30 | 3 | -104/+108 |
* | - Fix a memory overwrite when the mapping array | rrs | 2007-05-30 | 10 | -131/+140 |
* | Adds gcc attribute to prevent inlining of a function. If | rrs | 2007-05-29 | 1 | -5/+8 |
* | - Fix spelling errors in comments per Ruslan (.. thanks... ) | rrs | 2007-05-29 | 2 | -4/+4 |
* | - Fixes so we won't try to start a timer when we | rrs | 2007-05-29 | 17 | -86/+421 |
* | Make log messages more verbose and simpler to understand for non-experts. | andre | 2007-05-28 | 2 | -58/+85 |
* | Fix indentation of the syncache_expand() section in tcp_input(). | andre | 2007-05-28 | 1 | -52/+52 |
* | - fixed autclose to not allow setting on 1-2-1 model. | rrs | 2007-05-28 | 16 | -358/+787 |
* | Refactor and rewrite in parts the SYN handling code on listen sockets | andre | 2007-05-28 | 3 | -45/+125 |
* | Normalize spelling and grammar in TCP hostcache comments. | rwatson | 2007-05-27 | 1 | -67/+66 |
* | In tcp_timer_2msl(), tp can never become NULL, so don't check it for | rwatson | 2007-05-27 | 1 | -1/+1 |