| Commit message (Expand) | Author | Age | Files | Lines |
* | Move soisdisconnected() in tcp_discardcb() to one of its calling contexts, | rwatson | 2006-08-02 | 2 | -24/+14 |
* | Do not leak memory while flushing rules. | oleg | 2006-08-02 | 1 | -2/+3 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 5 | -148/+178 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | ups | 2006-07-18 | 8 | -24/+90 |
* | Revise network interface cloning to take an optional opaque | sam | 2006-07-09 | 1 | -2/+2 |
* | Make in-kernel multicast protocols for pfsync and carp work after enabling | mlaier | 2006-07-08 | 1 | -0/+5 |
* | Remove unneeded mac.h include. | rwatson | 2006-07-06 | 1 | -1/+0 |
* | Complete timebase (time_second -> time_uptime) conversion. | oleg | 2006-07-05 | 1 | -4/+4 |
* | o Kill BUGS section as it is not valid since rev. 1.4 alias_pptp.c. | maxim | 2006-07-04 | 1 | -6/+1 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 3 | -7/+1 |
* | Use TAILQ_FOREACH consistently. | yar | 2006-06-29 | 1 | -2/+1 |
* | Fix URL to Bellovin's paper. | glebius | 2006-06-29 | 1 | -1/+1 |
* | Eliminate the offset argument from send_reject. It's not been | bz | 2006-06-29 | 1 | -9/+7 |
* | Use INPLOOKUP_WILDCARD instead of just 1 more consistently. | bz | 2006-06-29 | 4 | -8/+14 |
* | - Use suser_cred(9) instead of directly checking cr_uid. | pjd | 2006-06-27 | 1 | -2/+2 |
* | In syncache_respond() do not reply with a MSS that is larger than what | andre | 2006-06-26 | 1 | -0/+2 |
* | Some cleanups and janitorial work to tcp_syncache: | andre | 2006-06-26 | 3 | -45/+35 |
* | Some cleanups and janitorial work to tcp_dooptions(): | andre | 2006-06-26 | 3 | -41/+58 |
* | Reverse the source/destination parameters to in[6]_pcblookup_hash() in | andre | 2006-06-26 | 1 | -2/+2 |
* | In tcp6_usr_attach(), return immediately if SS_ISDISCONNECTED, to | rwatson | 2006-06-26 | 1 | -4/+2 |
* | Decrement the global syncache counter in syncache_expand() when the entry | andre | 2006-06-25 | 1 | -0/+1 |
* | Move the syncookie MD5 context from globals to the stack to make it MP safe. | andre | 2006-06-22 | 1 | -2/+2 |
* | - Pullup even when the extention header is unknown, to prevent | ume | 2006-06-22 | 1 | -1/+13 |
* | Allocate a zero'ed syncache hashtable. mtx_init() tests the supplied | andre | 2006-06-20 | 1 | -1/+1 |
* | When we receive an out-of-window SYN for an "ESTABLISHED" connection, | dwmalone | 2006-06-19 | 2 | -0/+4 |
* | Remove T/TCP RFC1644 Connection Count comparison macros. They are no longer | andre | 2006-06-18 | 1 | -13/+0 |
* | Do not access syncache entry before it was allocated for the TF_NOOPT case | andre | 2006-06-18 | 1 | -3/+4 |
* | Move all syncache related structures to tcp_syncache.c. They are only used | andre | 2006-06-18 | 2 | -39/+39 |
* | Remove double lock acquisition in syncookie_lookup() which came from last | andre | 2006-06-18 | 1 | -1/+0 |
* | Fix the !INET6 compile. | andre | 2006-06-17 | 1 | -2/+4 |
* | Rearrange fields in struct syncache and syncache_head to make them more | andre | 2006-06-17 | 1 | -5/+6 |
* | ANSIfy and tidy up comments. | andre | 2006-06-17 | 1 | -52/+23 |
* | Add locking to TCP syncache and drop the global tcpinfo lock as early | andre | 2006-06-17 | 4 | -272/+312 |
* | Add support of 'tablearg' feature for: | oleg | 2006-06-15 | 1 | -15/+30 |
* | install_state(): style(9) cleanup | oleg | 2006-06-15 | 1 | -33/+36 |
* | Enable proxy ARP answers on any of the bridged interfaces if proxy record | thompsa | 2006-06-09 | 1 | -3/+6 |
* | install_state() should properly initialize 'addr_type' field of newly created | oleg | 2006-06-08 | 1 | -0/+1 |
* | Fix following rules: pipe X (tag|altq) Y ... | oleg | 2006-06-08 | 1 | -0/+4 |
* | Push acquisition of pcbinfo lock out of tcp_usr_attach() into | rwatson | 2006-06-04 | 1 | -6/+8 |
* | When entering a timer on a tcpcb, don't continue processing if it has been | rwatson | 2006-06-03 | 1 | -9/+14 |
* | Acquire udbinfo lock after call to soreserve() rather than before, as it | rwatson | 2006-06-03 | 1 | -4/+2 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 2 | -3/+3 |
* | Minor restyling and cleanup around ipport_tick(). | rwatson | 2006-06-02 | 1 | -11/+9 |
* | Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9). | oleg | 2006-05-24 | 2 | -1/+63 |
* | o In udp|rip_disconnect() acquire a socket lock before the socket | maxim | 2006-05-21 | 2 | -2/+6 |
* | o Add missed error check: in ip_ctloutput() sooptcopyin() returns a | maxim | 2006-05-21 | 1 | -0/+4 |
* | Initialize the new members of struct ip_moptions as | bms | 2006-05-18 | 1 | -0/+4 |
* | Since m_pullup() can return a new mbuf, change gre_input2() to | glebius | 2006-05-16 | 1 | -23/+23 |
* | - Backout one line from 1.78. The tp can be freed by tcp_drop(). | glebius | 2006-05-16 | 1 | -3/+2 |
* | o In rip_disconnect() do not call rip_abort(), just mark a socket | maxim | 2006-05-15 | 1 | -1/+11 |