| Commit message (Expand) | Author | Age | Files | Lines |
* | Assert the inpcb lock in tcp_xmit_timer() as it performs read-modify- | rwatson | 2004-11-28 | 2 | -0/+4 |
* | Expand coverage of the receive socket buffer lock when handling urgent | rwatson | 2004-11-28 | 2 | -4/+6 |
* | Do export the advertised receive window via the tcpi_rcv_space field of | rwatson | 2004-11-27 | 2 | -1/+2 |
* | Implement parts of the TCP_INFO socket option as found in Linux 2.6. | rwatson | 2004-11-26 | 2 | -2/+120 |
* | Fix a problem where our TCP stack would ignore RST packets if the receive | silby | 2004-11-25 | 2 | -4/+6 |
* | In tcp_reass(), assert the inpcb lock on the passed tcpcb, since the | rwatson | 2004-11-23 | 2 | -24/+38 |
* | tcp_timewait() performs multiple non-atomic reads on the tcptw | rwatson | 2004-11-23 | 5 | -0/+21 |
* | De-spl tcp_slowtimo; tcp_maxidle assignment is subject to possible | rwatson | 2004-11-23 | 1 | -15/+11 |
* | Assert the inpcb lock in tcp_twstart(), which does both read-modify-write | rwatson | 2004-11-23 | 2 | -0/+20 |
* | Assert inpcb lock in tcp_quench(), tcp_drop_syn_sent(), tcp_mtudisc(), | rwatson | 2004-11-23 | 2 | -0/+8 |
* | Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lock | rwatson | 2004-11-23 | 2 | -8/+22 |
* | Remove "Unlocked read" annotations associated with previously unlocked | rwatson | 2004-11-22 | 2 | -6/+0 |
* | s/send/sent/ in comment describing TCPS_SYN_RECEIVED. | rwatson | 2004-11-21 | 1 | -1/+1 |
* | - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flag | glebius | 2004-11-18 | 1 | -33/+0 |
* | Fix host route addition for more than one address to a loopback interface | mlaier | 2004-11-17 | 1 | -1/+1 |
* | Merge copyright notices. | mlaier | 2004-11-13 | 1 | -28/+1 |
* | Fix ng_ksocket(4) operation as a divert socket, which is pretty useful | glebius | 2004-11-12 | 1 | -11/+12 |
* | Change the way we automatically add prefix routes when adding a new address. | mlaier | 2004-11-12 | 1 | -27/+147 |
* | Add missing '=' | phk | 2004-11-11 | 1 | -1/+1 |
* | Fix a double-free in the 'hlen > m->m_len' sanity check. | andre | 2004-11-09 | 1 | -1/+1 |
* | support TCP-MD5(IPv4) in KAME-IPSEC, too. | suz | 2004-11-08 | 2 | -0/+2 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 4 | -26/+67 |
* | Do some re-sorting of TCP pcbinfo locking and assertions: make sure to | rwatson | 2004-11-07 | 2 | -12/+10 |
* | Fix a double-free in the 'm->m_len < sizeof (struct ip)' sanity check. | andre | 2004-11-06 | 1 | -2/+2 |
* | Hide udp_in6 behind #ifdef INET6 | phk | 2004-11-04 | 1 | -0/+2 |
* | When performing IP fast forwarding, immediately drop traffic which is | bms | 2004-11-04 | 1 | -0/+6 |
* | Until this change, the UDP input code used global variables udp_in, | rwatson | 2004-11-04 | 1 | -57/+24 |
* | Remove RFC1644 T/TCP support from the TCP side of the network stack. | andre | 2004-11-02 | 13 | -841/+34 |
* | Correct a bug in TCP SACK that could result in wedging of the TCP stack | rwatson | 2004-10-30 | 1 | -2/+2 |
* | Add a matching tunable for net.inet.tcp.sack.enable sysctl. | rwatson | 2004-10-26 | 1 | -0/+1 |
* | Check that rt_mask(rt) is non-NULL before dereferencing it, in the | bms | 2004-10-26 | 1 | -0/+1 |
* | IPDIVERT is a module now and tell the other parts of the kernel about it. | andre | 2004-10-25 | 1 | -0/+4 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Shave 40 unused bytes from struct tcpcb. | andre | 2004-10-22 | 1 | -1/+0 |
* | When printing the initialization string and IPDIVERT is not compiled into the | andre | 2004-10-22 | 1 | -1/+1 |
* | Refuse to unload the ipdivert module unless the 'force' flag is given to kldu... | andre | 2004-10-22 | 1 | -1/+11 |
* | Destroy the UMA zone on unload. | andre | 2004-10-19 | 1 | -0/+1 |
* | Slightly extend the locking during unload to fully cover the protocol | andre | 2004-10-19 | 1 | -5/+6 |
* | Annotate a newly introduced race present due to the unloading of | rwatson | 2004-10-19 | 1 | -0/+4 |
* | Convert IPDIVERT into a loadable module. This makes use of the dynamic loada... | andre | 2004-10-19 | 5 | -37/+92 |
* | Properly declare the "net.inet" sysctl subtree. | andre | 2004-10-19 | 1 | -0/+1 |
* | Pre-emptively define IPPROTO_SPACER to 32767, the same value as PROTO_SPACER | andre | 2004-10-19 | 1 | -0/+6 |
* | Make use of the PROTO_SPACER functionality for dynamically loadable | andre | 2004-10-19 | 1 | -2/+19 |
* | Support for dynamically loadable and unloadable IP protocols in the ipmux. | andre | 2004-10-19 | 2 | -1/+64 |
* | Add a macro for the destruction of INP_INFO_LOCK's used by loadable modules. | andre | 2004-10-19 | 1 | -0/+1 |
* | Make comments more clear. Change the order of one if() statement to check the | andre | 2004-10-19 | 1 | -3/+8 |
* | Push acquisition of the accept mutex out of sofree() into the caller | rwatson | 2004-10-18 | 3 | -0/+3 |
* | Don't release the udbinfo lock until after the last use of UDP inpcb | rwatson | 2004-10-12 | 1 | -3/+3 |
* | Modify the thrilling "%D is using my IP address %s!" message so that | rwatson | 2004-10-12 | 1 | -1/+7 |
* | When the access control on creating raw sockets was modified so that | rwatson | 2004-10-12 | 1 | -20/+41 |