| Commit message (Expand) | Author | Age | Files | Lines |
* | When attempting to bind to an ephemeral port, if no such port is | wes | 2001-01-23 | 1 | -2/+2 |
* | Change critical section protection for dummynet from splnet() to | luigi | 2001-01-22 | 1 | -15/+45 |
* | First step towards an MP-safe zone allocator: | des | 2001-01-21 | 1 | -2/+2 |
* | Document data structures and operation on dummynet so next time | luigi | 2001-01-17 | 1 | -42/+117 |
* | Some dummynet patches that I forgot to commit last summer. | luigi | 2001-01-16 | 2 | -34/+75 |
* | Prototype inet_ntoa_r and thereby silence a warning from GCC. The function | bmilekic | 2001-01-12 | 1 | -0/+1 |
* | o Minor style(9)ism to make consistent with -STABLE | rwatson | 2001-01-09 | 1 | -1/+1 |
* | o IPFW incorrectly handled filtering in the presence of previously | rwatson | 2001-01-09 | 3 | -8/+18 |
* | provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow one | alfred | 2001-01-06 | 1 | -0/+7 |
* | Fix incorrect logic wouldn't disconnect incomming connections that had been | alfred | 2001-01-03 | 1 | -1/+1 |
* | include tcp header files to get the prototype for tcp_seq_vs_sess | assar | 2000-12-27 | 1 | -0/+2 |
* | Update the "icmp_admin_prohib_like_rst" code to check the tcp-window and | phk | 2000-12-24 | 6 | -22/+144 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 2 | -2/+2 |
* | Use getmicrotime() instead of microtime() when timestamping ICMP packets, | billf | 2000-12-16 | 1 | -1/+1 |
* | We currently does not react to ICMP administratively prohibited | phk | 2000-12-16 | 4 | -0/+66 |
* | Change the following: | bmilekic | 2000-12-15 | 5 | -11/+43 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 7 | -30/+20 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 4 | -26/+17 |
* | Revert the last commit to the callout interface, and add a flag to | jlemon | 2000-11-25 | 2 | -10/+10 |
* | Fixup (hopefully) bridging + ipfw + dummynet together... | bmilekic | 2000-11-23 | 1 | -5/+5 |
* | mdoc(7) police: use the new feature of the An macro. | ru | 2000-11-22 | 1 | -24/+14 |
* | While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REF | bmilekic | 2000-11-11 | 1 | -6/+2 |
* | Fixed the security breach I introduced in rev 1.145. | ru | 2000-11-07 | 1 | -3/+3 |
* | tp->snd_recover is part of the New Reno recovery algorithm, and should | jlemon | 2000-11-04 | 2 | -2/+12 |
* | Fixed the bug I have introduced in icmp_error() in revision 1.44. | ru | 2000-11-02 | 1 | -1/+1 |
* | Wrong checksum may have been computed for certain UDP packets. | ru | 2000-11-01 | 1 | -1/+1 |
* | Wrong checksum used for certain reassembled IP packets before diverting. | ru | 2000-11-01 | 1 | -1/+4 |
* | It's no longer true that "nobody uses ia beyond here"; it's now | joe | 2000-11-01 | 1 | -1/+1 |
* | Do not waste a time saving a copy of IP header if we are certainly | ru | 2000-10-31 | 1 | -1/+2 |
* | Added boolean argument to link searching functions, indicating | ru | 2000-10-30 | 7 | -107/+42 |
* | A significant rewrite of PPTP aliasing code. | ru | 2000-10-30 | 4 | -151/+265 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 4 | -4/+0 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 2 | -2/+0 |
* | Fix conflicts creted by import. | darrenr | 2000-10-29 | 8 | -41/+51 |
* | Count per-address statistics for IP fragments. | joe | 2000-10-29 | 1 | -2/+6 |
* | Include sys/param.h for `__FreeBSD_version' rather than the non-existent | obrien | 2000-10-27 | 1 | -2/+2 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 6 | -11/+0 |
* | Fetch the protocol header (TCP, UDP, ICMP) only from the first fragment | ru | 2000-10-27 | 1 | -16/+11 |
* | RFC 791 says that IP_RF bit should always be zero, but nothing | ru | 2000-10-26 | 1 | -52/+29 |
* | fix conflicts from rcsids | darrenr | 2000-10-26 | 14 | -178/+599 |
* | Wrong header length used for certain reassembled IP packets. | ru | 2000-10-26 | 1 | -2/+2 |
* | Close PR22152 and PR19511 -- correct the naming of a variable | luigi | 2000-10-26 | 1 | -1/+1 |
* | We now keep the ip_id field in network byte order all the | ru | 2000-10-25 | 1 | -0/+4 |
* | be careful on mbuf overrun on ctlinput. | itojun | 2000-10-23 | 2 | -2/+12 |
* | Save a few CPU cycles in IP fragmentation code. | ru | 2000-10-20 | 1 | -3/+1 |
* | Augment the 'ifaddr' structure with a 'struct if_data' to keep | joe | 2000-10-19 | 2 | -1/+13 |
* | A failure to allocate memory for auxiliary TCP data is now fatal. | ru | 2000-10-19 | 1 | -16/+15 |
* | If we do not byte-swap the ip_id in the first place, don't do it in | ru | 2000-10-18 | 1 | -0/+2 |
* | Backout my wrong attempt to fix the compilation warning in ip_input.c | ru | 2000-10-12 | 1 | -1/+1 |