| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a bug with transmitter restart after receiving a 0 window. The | Matthew Dillon | 2001-12-02 | 5 | -19/+56 |
| * | Allow for ip_output() to be called with a NULL route pointer. | Ruslan Ermilov | 2001-12-01 | 2 | -6/+7 |
| * | o Stop abusing MD headers with non-MD types. | Mike Barcroft | 2001-12-01 | 1 | -0/+15 |
| * | The transmit burst limit for newreno completely breaks TCP's performance | Matthew Dillon | 2001-11-30 | 1 | -0/+10 |
| * | During SIOCAIFADDR, if in_ifinit() fails and we've already added an | Brian Somers | 2001-11-30 | 1 | -24/+39 |
| * | - Make ip_rtaddr() global, and use it to look up the correct source | Ruslan Ermilov | 2001-11-30 | 4 | -42/+35 |
| * | ipfw_modevent(): Don't use an unnatural block to define a variable | Dima Dorfman | 2001-11-27 | 1 | -3/+0 |
| * | Remove debugging printfs that weren't conditional on any debugging | Dima Dorfman | 2001-11-27 | 1 | -2/+0 |
| * | In icmp_reflect(): If the packet was not addressed to us and was | Dima Dorfman | 2001-11-27 | 1 | -2/+15 |
| * | Add include of net/route.h, as structures moved around due to the | Robert Watson | 2001-11-27 | 1 | -0/+1 |
| * | Clear a new syncache entry first, followed by filling in values. This | Seigo Tanimura | 2001-11-27 | 1 | -4/+4 |
| * | When servicing an internal FTP server, punch ipfirewall(4) holes | Ruslan Ermilov | 2001-11-27 | 1 | -5/+2 |
| * | Restore the ability to use IP_FW_ADD with setsockopt(2) that got | Ruslan Ermilov | 2001-11-26 | 1 | -0/+1 |
| * | Fixed a buffer overrun. In my kernel configuration, tcp_syncache happens | Bruce Evans | 2001-11-23 | 1 | -1/+1 |
| * | Introduce a syncache, which enables FreeBSD to withstand a SYN flood | Jonathan Lemon | 2001-11-22 | 10 | -1062/+1905 |
| * | Move initialization of snd_recover into tcp_sendseqinit(). | Jonathan Lemon | 2001-11-21 | 3 | -3/+1 |
| * | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 1 | -1/+1 |
| * | o Replace reference to 'struct proc' with 'struct thread' in 'struct | Robert Watson | 2001-11-08 | 5 | -15/+17 |
| * | - Fixes non-zero'd out sin_zero field problem so that the padding | Andrew R. Reiter | 2001-11-06 | 1 | -0/+1 |
| * | 3.5 years ago Wollman wrote: | Poul-Henning Kamp | 2001-11-05 | 2 | -240/+0 |
| * | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | Luigi Rizzo | 2001-11-04 | 7 | -126/+157 |
| * | s/FREE/free/ | Luigi Rizzo | 2001-11-04 | 1 | -1/+1 |
| * | cmott@scientech.com -> cm@linktel.net | Brian Somers | 2001-11-03 | 9 | -10/+10 |
| * | Fix a (long standing?) bug in ip_output(): if ip_insertoptions() is | Bill Paul | 2001-10-30 | 1 | -1/+1 |
| * | Make sure the netmask always has an address family. This fixes Linux | Dag-Erling Smørgrav | 2001-10-30 | 1 | -3/+4 |
| * | When dropping a packet because there is no room in the queue (which itself | Jonathan Lemon | 2001-10-30 | 1 | -0/+1 |
| * | A few more style changes picked up whilst working on an MFC to -stable. | Josef Karthauser | 2001-10-29 | 1 | -2/+2 |
| * | Fix some whitespace, and a comment that I missed in the last commit. | Josef Karthauser | 2001-10-29 | 1 | -3/+4 |
| * | Clean up the style of this header file. | Josef Karthauser | 2001-10-29 | 1 | -184/+188 |
| * | fix int argument used in printf w/ %ld (cast to long) | Matthew Dillon | 2001-10-29 | 1 | -2/+3 |
| * | Don't use the ip_timestamp structure to access timestamp options, as the | Jonathan Lemon | 2001-10-25 | 1 | -29/+22 |
| * | If we are bridging, fall back to using any inet address in the system, | Jonathan Lemon | 2001-10-25 | 1 | -4/+9 |
| * | Relocate the KASSERT for a null recvif to a location where it will | Jonathan Lemon | 2001-10-25 | 1 | -1/+1 |
| * | restore the data of the ip header when extended udp header and data checksum | Hajimu UMEMOTO | 2001-10-22 | 1 | -0/+3 |
| * | Only examine inet addresses of the interface. This was broken in r1.83, | Jonathan Lemon | 2001-10-20 | 1 | -2/+4 |
| * | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | Ruslan Ermilov | 2001-10-17 | 4 | -13/+11 |
| * | bring in ARP support for variable length link level addresses | Max Khon | 2001-10-14 | 2 | -101/+157 |
| * | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | Robert Watson | 2001-10-09 | 4 | -11/+11 |
| * | Add a flag TF_LASTIDLE, that forces a previously idle connection | Jayanth Vijayaraghavan | 2001-10-05 | 2 | -1/+9 |
| * | Only allow users to see their own socket connections if | Paul Saab | 2001-10-05 | 5 | -8/+23 |
| * | Make it so dummynet and bridge can be loaded as modules. | Paul Saab | 2001-10-05 | 6 | -119/+102 |
| * | in_ifinit apparently can be used to rewrite an ip address; recalculate | Jonathan Lemon | 2001-10-01 | 1 | -1/+5 |
| * | Fix a problem with unnumbered rules introduced in latest commit. | Luigi Rizzo | 2001-10-01 | 1 | -3/+3 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -3/+3 |
| * | Add __FBSDID's to libalias | Matthew Dillon | 2001-09-30 | 10 | -21/+32 |
| * | Nuke unused (and incorrect) #define of INADDR_HMASK. | Jonathan Lemon | 2001-09-29 | 1 | -1/+0 |
| * | Make the INADDR_TO_IFP macro use the IP address hash lookup instead of | Jonathan Lemon | 2001-09-29 | 1 | -1/+1 |
| * | Add a hash table that contains the list of internet addresses, and use | Jonathan Lemon | 2001-09-29 | 6 | -63/+113 |
| * | Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h> | Jonathan Lemon | 2001-09-29 | 5 | -11/+6 |
| * | Two main changes here: | Luigi Rizzo | 2001-09-27 | 6 | -252/+333 |