| Commit message (Expand) | Author | Age | Files | Lines |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 4 | -26/+17 |
| * | Revert the last commit to the callout interface, and add a flag to | Jonathan Lemon | 2000-11-25 | 2 | -10/+10 |
| * | Fixup (hopefully) bridging + ipfw + dummynet together... | Bosko Milekic | 2000-11-23 | 1 | -5/+5 |
| * | mdoc(7) police: use the new feature of the An macro. | Ruslan Ermilov | 2000-11-22 | 1 | -24/+14 |
| * | While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REF | Bosko Milekic | 2000-11-11 | 1 | -6/+2 |
| * | Fixed the security breach I introduced in rev 1.145. | Ruslan Ermilov | 2000-11-07 | 1 | -3/+3 |
| * | tp->snd_recover is part of the New Reno recovery algorithm, and should | Jonathan Lemon | 2000-11-04 | 2 | -2/+12 |
| * | Fixed the bug I have introduced in icmp_error() in revision 1.44. | Ruslan Ermilov | 2000-11-02 | 1 | -1/+1 |
| * | Wrong checksum may have been computed for certain UDP packets. | Ruslan Ermilov | 2000-11-01 | 1 | -1/+1 |
| * | Wrong checksum used for certain reassembled IP packets before diverting. | Ruslan Ermilov | 2000-11-01 | 1 | -1/+4 |
| * | It's no longer true that "nobody uses ia beyond here"; it's now | Josef Karthauser | 2000-11-01 | 1 | -1/+1 |
| * | Do not waste a time saving a copy of IP header if we are certainly | Ruslan Ermilov | 2000-10-31 | 1 | -1/+2 |
| * | Added boolean argument to link searching functions, indicating | Ruslan Ermilov | 2000-10-30 | 7 | -107/+42 |
| * | A significant rewrite of PPTP aliasing code. | Ruslan Ermilov | 2000-10-30 | 4 | -151/+265 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 4 | -4/+0 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 2 | -2/+0 |
| * | Fix conflicts creted by import. | Darren Reed | 2000-10-29 | 8 | -41/+51 |
| * | Count per-address statistics for IP fragments. | Josef Karthauser | 2000-10-29 | 1 | -2/+6 |
| * | Include sys/param.h for `__FreeBSD_version' rather than the non-existent | David E. O'Brien | 2000-10-27 | 1 | -2/+2 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 6 | -11/+0 |
| * | Fetch the protocol header (TCP, UDP, ICMP) only from the first fragment | Ruslan Ermilov | 2000-10-27 | 1 | -16/+11 |
| * | RFC 791 says that IP_RF bit should always be zero, but nothing | Ruslan Ermilov | 2000-10-26 | 1 | -52/+29 |
| * | fix conflicts from rcsids | Darren Reed | 2000-10-26 | 14 | -178/+599 |
| * | Wrong header length used for certain reassembled IP packets. | Ruslan Ermilov | 2000-10-26 | 1 | -2/+2 |
| * | Close PR22152 and PR19511 -- correct the naming of a variable | Luigi Rizzo | 2000-10-26 | 1 | -1/+1 |
| * | We now keep the ip_id field in network byte order all the | Ruslan Ermilov | 2000-10-25 | 1 | -0/+4 |
| * | be careful on mbuf overrun on ctlinput. | Jun-ichiro itojun Hagino | 2000-10-23 | 2 | -2/+12 |
| * | Save a few CPU cycles in IP fragmentation code. | Ruslan Ermilov | 2000-10-20 | 1 | -3/+1 |
| * | Augment the 'ifaddr' structure with a 'struct if_data' to keep | Josef Karthauser | 2000-10-19 | 2 | -1/+13 |
| * | A failure to allocate memory for auxiliary TCP data is now fatal. | Ruslan Ermilov | 2000-10-19 | 1 | -16/+15 |
| * | If we do not byte-swap the ip_id in the first place, don't do it in | Ruslan Ermilov | 2000-10-18 | 1 | -0/+2 |
| * | Backout my wrong attempt to fix the compilation warning in ip_input.c | Ruslan Ermilov | 2000-10-12 | 1 | -1/+1 |
| * | Fix the compilation warning. | Ruslan Ermilov | 2000-10-12 | 1 | -1/+1 |
| * | Allow for IP_FW_ADD to be used in getsockopt(2) incarnation as | Ruslan Ermilov | 2000-10-12 | 2 | -1/+4 |
| * | Remove headers not needed. | Alfred Perlstein | 2000-10-07 | 2 | -26/+0 |
| * | As we now may check the TCP header window field, make sure we pullup | Ruslan Ermilov | 2000-10-06 | 1 | -4/+4 |
| * | Added the missing ntohs() conversion when matching IP packet with | Ruslan Ermilov | 2000-10-03 | 1 | -1/+1 |
| * | If TCPDEBUG is defined, we could dereference a tp which was freed. | Jonathan Lemon | 2000-10-02 | 1 | -1/+1 |
| * | A bit of indentation reformatting. | Ruslan Ermilov | 2000-10-02 | 1 | -33/+21 |
| * | Add new fields for more granularity: | Bill Fumerola | 2000-10-02 | 1 | -4/+48 |
| * | Add new fields for more granularity: | Bill Fumerola | 2000-10-02 | 1 | -1/+28 |
| * | Document that net.inet.ip.fw.one_pass only affects dummynet(4). | Ruslan Ermilov | 2000-09-29 | 1 | -1/+1 |
| * | Use stronger random number generation for TCP_ISSINCR and tcp_iss. | Kris Kennaway | 2000-09-29 | 3 | -3/+3 |
| * | Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp, | Bosko Milekic | 2000-09-25 | 2 | -4/+4 |
| * | Fixed the calculations with UDP header length field. | Ruslan Ermilov | 2000-09-21 | 1 | -2/+2 |
| * | change the evaluation order of the rsvp socket in rsvp_input() | Kenjiro Cho | 2000-09-17 | 1 | -31/+19 |
| * | Properly jail UDP sockets. This is quite a bit more tricky than TCP. | Poul-Henning Kamp | 2000-09-17 | 1 | -5/+19 |
| * | Reverse last commit, a better fix has been found. | Poul-Henning Kamp | 2000-09-17 | 1 | -8/+3 |
| * | Make sure UDP sockets are explicitly bind(2)'ed [sic] before we connect(2) | Poul-Henning Kamp | 2000-09-17 | 1 | -3/+8 |
| * | It is possible for a TCP callout to be removed from the timing wheel, | Jonathan Lemon | 2000-09-16 | 1 | -5/+5 |