| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix the compilation warning. | ru | 2000-10-12 | 1 | -1/+1 |
* | Allow for IP_FW_ADD to be used in getsockopt(2) incarnation as | ru | 2000-10-12 | 2 | -1/+4 |
* | Remove headers not needed. | alfred | 2000-10-07 | 2 | -26/+0 |
* | As we now may check the TCP header window field, make sure we pullup | ru | 2000-10-06 | 1 | -4/+4 |
* | Added the missing ntohs() conversion when matching IP packet with | ru | 2000-10-03 | 1 | -1/+1 |
* | If TCPDEBUG is defined, we could dereference a tp which was freed. | jlemon | 2000-10-02 | 1 | -1/+1 |
* | A bit of indentation reformatting. | ru | 2000-10-02 | 1 | -33/+21 |
* | Add new fields for more granularity: | billf | 2000-10-02 | 1 | -4/+48 |
* | Add new fields for more granularity: | billf | 2000-10-02 | 1 | -1/+28 |
* | Document that net.inet.ip.fw.one_pass only affects dummynet(4). | ru | 2000-09-29 | 1 | -1/+1 |
* | Use stronger random number generation for TCP_ISSINCR and tcp_iss. | kris | 2000-09-29 | 3 | -3/+3 |
* | Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp, | bmilekic | 2000-09-25 | 2 | -4/+4 |
* | Fixed the calculations with UDP header length field. | ru | 2000-09-21 | 1 | -2/+2 |
* | change the evaluation order of the rsvp socket in rsvp_input() | kjc | 2000-09-17 | 1 | -31/+19 |
* | Properly jail UDP sockets. This is quite a bit more tricky than TCP. | phk | 2000-09-17 | 1 | -5/+19 |
* | Reverse last commit, a better fix has been found. | phk | 2000-09-17 | 1 | -8/+3 |