| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 2 | -3/+3 |
* | o Our currenty userland boot code (due to rc.conf and rc.network) always | rwatson | 2001-12-07 | 1 | -1/+1 |
* | Fixed remotely exploitable DoS in arpresolve(). | ru | 2001-12-05 | 1 | -1/+3 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 1 | -2/+2 |
* | Fix a bug with transmitter restart after receiving a 0 window. The | dillon | 2001-12-02 | 5 | -19/+56 |
* | Allow for ip_output() to be called with a NULL route pointer. | ru | 2001-12-01 | 2 | -6/+7 |
* | o Stop abusing MD headers with non-MD types. | mike | 2001-12-01 | 1 | -0/+15 |
* | The transmit burst limit for newreno completely breaks TCP's performance | dillon | 2001-11-30 | 1 | -0/+10 |
* | During SIOCAIFADDR, if in_ifinit() fails and we've already added an | brian | 2001-11-30 | 1 | -24/+39 |
* | - Make ip_rtaddr() global, and use it to look up the correct source | ru | 2001-11-30 | 4 | -42/+35 |
* | ipfw_modevent(): Don't use an unnatural block to define a variable | dd | 2001-11-27 | 1 | -3/+0 |
* | Remove debugging printfs that weren't conditional on any debugging | dd | 2001-11-27 | 1 | -2/+0 |
* | In icmp_reflect(): If the packet was not addressed to us and was | dd | 2001-11-27 | 1 | -2/+15 |
* | Add include of net/route.h, as structures moved around due to the | rwatson | 2001-11-27 | 1 | -0/+1 |
* | Clear a new syncache entry first, followed by filling in values. This | tanimura | 2001-11-27 | 1 | -4/+4 |
* | When servicing an internal FTP server, punch ipfirewall(4) holes | ru | 2001-11-27 | 1 | -5/+2 |
* | Restore the ability to use IP_FW_ADD with setsockopt(2) that got | ru | 2001-11-26 | 1 | -0/+1 |
* | Fixed a buffer overrun. In my kernel configuration, tcp_syncache happens | bde | 2001-11-23 | 1 | -1/+1 |
* | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | jlemon | 2001-11-22 | 10 | -1066/+1909 |
* | Move initialization of snd_recover into tcp_sendseqinit(). | jlemon | 2001-11-21 | 3 | -3/+1 |
* | Give struct socket structures a ref counting interface similar to | dillon | 2001-11-17 | 1 | -1/+1 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 5 | -15/+17 |
* | - Fixes non-zero'd out sin_zero field problem so that the padding | arr | 2001-11-06 | 1 | -0/+1 |
* | 3.5 years ago Wollman wrote: | phk | 2001-11-05 | 2 | -240/+0 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | luigi | 2001-11-04 | 7 | -126/+157 |
* | s/FREE/free/ | luigi | 2001-11-04 | 1 | -1/+1 |
* | cmott@scientech.com -> cm@linktel.net | brian | 2001-11-03 | 9 | -10/+10 |
* | Fix a (long standing?) bug in ip_output(): if ip_insertoptions() is | wpaul | 2001-10-30 | 1 | -1/+1 |
* | Make sure the netmask always has an address family. This fixes Linux | des | 2001-10-30 | 1 | -3/+4 |
* | When dropping a packet because there is no room in the queue (which itself | jlemon | 2001-10-30 | 1 | -0/+1 |
* | A few more style changes picked up whilst working on an MFC to -stable. | joe | 2001-10-29 | 1 | -2/+2 |
* | Fix some whitespace, and a comment that I missed in the last commit. | joe | 2001-10-29 | 1 | -3/+4 |
* | Clean up the style of this header file. | joe | 2001-10-29 | 1 | -186/+190 |
* | fix int argument used in printf w/ %ld (cast to long) | dillon | 2001-10-29 | 1 | -2/+3 |
* | Don't use the ip_timestamp structure to access timestamp options, as the | jlemon | 2001-10-25 | 1 | -29/+22 |
* | If we are bridging, fall back to using any inet address in the system, | jlemon | 2001-10-25 | 1 | -4/+9 |
* | Relocate the KASSERT for a null recvif to a location where it will | jlemon | 2001-10-25 | 1 | -1/+1 |
* | restore the data of the ip header when extended udp header and data checksum | ume | 2001-10-22 | 1 | -0/+3 |
* | Only examine inet addresses of the interface. This was broken in r1.83, | jlemon | 2001-10-20 | 1 | -2/+4 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | ru | 2001-10-17 | 4 | -13/+11 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 2 | -101/+157 |
* | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | rwatson | 2001-10-09 | 4 | -11/+11 |
* | Add a flag TF_LASTIDLE, that forces a previously idle connection | jayanth | 2001-10-05 | 2 | -1/+9 |
* | Only allow users to see their own socket connections if | ps | 2001-10-05 | 5 | -8/+23 |
* | Make it so dummynet and bridge can be loaded as modules. | ps | 2001-10-05 | 6 | -119/+102 |
* | in_ifinit apparently can be used to rewrite an ip address; recalculate | jlemon | 2001-10-01 | 1 | -1/+5 |
* | Fix a problem with unnumbered rules introduced in latest commit. | luigi | 2001-10-01 | 1 | -3/+3 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -3/+3 |
* | Add __FBSDID's to libalias | dillon | 2001-09-30 | 10 | -21/+32 |
* | Nuke unused (and incorrect) #define of INADDR_HMASK. | jlemon | 2001-09-29 | 1 | -1/+0 |