| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround p->numbytes overflow, which can result in infinite loop inside | oleg | 2007-12-25 | 1 | -7/+22 |
* | When IPSEC fails to allocate policy state for an inpcb, and MAC is in use, | rwatson | 2007-12-22 | 1 | -1/+5 |
* | Fix bugs in the TCP syncache timeout code. including: | ru | 2007-12-19 | 1 | -8/+18 |
* | Remove extraneous debug statements. | kmacy | 2007-12-19 | 1 | -6/+0 |
* | Incorporate TCP offload hooks in to core TCP code. | kmacy | 2007-12-18 | 3 | -21/+34 |
* | - sctp-iterator should run at PI_NET priority ...not 0. | rrs | 2007-12-18 | 1 | -1/+1 |
* | incorporate feedback since initial commit | kmacy | 2007-12-17 | 4 | -281/+386 |
* | widen the routing event interface (arp update, redirect, and eventually pmtu ... | kmacy | 2007-12-17 | 2 | -16/+123 |
* | Don't panic in arpresolve if we're given a null mbuf. We could | kmacy | 2007-12-17 | 1 | -11/+15 |
* | Update tod_connect call to reflect updated interface | kmacy | 2007-12-16 | 1 | -1/+1 |
* | Move arp update upcall to always be called for ARP replies - previous invocation | kmacy | 2007-12-16 | 1 | -4/+4 |
* | Update the toedev's connect interface to reflect the fact that the inpcb | kmacy | 2007-12-16 | 1 | -1/+1 |
* | Add socket option for setting and retrieving the congestion control algorithm. | kmacy | 2007-12-16 | 1 | -0/+3 |
* | make naming prefixes consistent across tom_info | kmacy | 2007-12-15 | 1 | -2/+2 |
* | Fix error in previous commit - the style fix changed flag name without | kmacy | 2007-12-13 | 1 | -1/+1 |
* | Fix style issues with initial TCP offload commit | kmacy | 2007-12-12 | 4 | -200/+215 |
* | add interface for allowing consumers to register for ARP updates, | kmacy | 2007-12-12 | 1 | -1/+8 |
* | Add interface for tcp offload to syncache: | kmacy | 2007-12-12 | 2 | -15/+50 |
* | Add driver independent interface to offload active established TCP connections | kmacy | 2007-12-12 | 4 | -1/+460 |
* | Remove spurious timestamp check. RFC 1323 explicitly states that timestamps MAY | kmacy | 2007-12-12 | 1 | -17/+1 |
* | If we are walking the IPv6 header chain and we hit an IPPROTO_NONE | dwmalone | 2007-12-09 | 1 | -3/+6 |
* | Add padding for anticipated functionality | kmacy | 2007-12-07 | 3 | -8/+21 |
* | - More fixes for lock misses on the transfer of data to | rrs | 2007-12-07 | 3 | -105/+126 |
* | Simpler version of the previous commit. | des | 2007-12-06 | 1 | -5/+2 |
* | - optimize the initialization of the SB max variables. | rrs | 2007-12-06 | 2 | -9/+20 |
* | - More fixes for the non-blocking msg send, had the skip of the pre-block | rrs | 2007-12-04 | 2 | -4/+5 |
* | - Opps, signedness issue with one of the new var's (this is an issue | rrs | 2007-12-04 | 1 | -1/+1 |
* | - Found a problem in non-blocking sends. When | rrs | 2007-12-04 | 4 | -86/+115 |
* | For the sake of convenience, print the name of the network interface | yar | 2007-12-04 | 1 | -2/+2 |
* | Fix SACK negotiation that was broken in rev 1.105. | silby | 2007-12-04 | 1 | -1/+1 |
* | Consider the following situation: | guido | 2007-12-02 | 1 | -1/+2 |
* | Centralize and correct computation of TCP-MD5 signature offset within | bz | 2007-11-30 | 1 | -8/+3 |
* | Move call to tcp_signature_compute() after we adjusted the payload offset | bz | 2007-11-30 | 1 | -5/+6 |
* | Let opt be an array. Though &opt[0] == opt == &opt, &opt is highly | bz | 2007-11-28 | 1 | -1/+1 |
* | Correctly get the authentication key for TCP-MD5 from the SA. | bz | 2007-11-28 | 1 | -1/+1 |
* | More carefully handle various cases in sysctl_drop(), such as unlocking | rwatson | 2007-11-24 | 1 | -3/+7 |
* | Fix strict alias warnings. | jb | 2007-11-23 | 1 | -2/+5 |
* | Make TSO work with IPSEC compiled into the kernel. | bz | 2007-11-21 | 1 | -3/+16 |
* | Comment out the syncache's test which ensures that hosts which negotiate TCP | silby | 2007-11-20 | 1 | -0/+6 |
* | - New sysctl variable: net.inet.ip.dummynet.io_fast | oleg | 2007-11-17 | 1 | -3/+6 |
* | - Fix a bug in sctp_calc_rwnd() which resulted in wrong rwnd predictions. | rrs | 2007-11-10 | 2 | -3/+3 |
* | 1) dummynet_io() declaration has changed. | oleg | 2007-11-06 | 3 | -34/+66 |
* | style(9) cleanup. | oleg | 2007-11-06 | 1 | -340/+350 |
* | - Change the Time Wait of vtags value to match the cookie-life | rrs | 2007-10-30 | 7 | -22/+78 |
* | Continue to move from generic network entry points in the TrustedBSD MAC | rwatson | 2007-10-28 | 2 | -3/+3 |
* | Move towards more explicit support for various network protocol stacks | rwatson | 2007-10-28 | 2 | -2/+2 |
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | rwatson | 2007-10-26 | 3 | -3/+3 |
* | Normalize TCP syncache-related MAC Framework entry points to match most | rwatson | 2007-10-25 | 1 | -6/+6 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 14 | -28/+28 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |