| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add -Wmissing-prototypes. | Ruslan Ermilov | 2000-09-15 | 2 | -5/+8 |
| * | m_cat() can free its second argument, so collect the checksum information | Jonathan Lemon | 2000-09-14 | 1 | -1/+1 |
| * | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | Ruslan Ermilov | 2000-09-14 | 8 | -19/+6 |
| * | Fix screwup in previous commit. | Bill Fumerola | 2000-09-12 | 1 | -1/+3 |
| * | Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets. | Archie Cobbs | 2000-09-11 | 1 | -3/+2 |
| * | Forget to include sysctl.h | Alfred Perlstein | 2000-09-09 | 1 | -0/+1 |
| * | Accept filter maintainance | Alfred Perlstein | 2000-09-06 | 1 | -79/+255 |
| * | 1. IP_FW_F_{UID,GID} are _not_ commands, they are extras. The sanity checking | Bill Fumerola | 2000-09-06 | 1 | -2/+7 |
| * | Match IPPROTO_ICMP with IP protocol field of the original IP | Ruslan Ermilov | 2000-09-01 | 1 | -2/+2 |
| * | Fixed broken ICMP error generation, unified conversion of IP header | Ruslan Ermilov | 2000-09-01 | 7 | -26/+47 |
| * | Changed the way we handle outgoing ICMP error messages -- do | Ruslan Ermilov | 2000-09-01 | 1 | -12/+22 |
| * | Grab ADJUST_CHECKSUM() macro from alias_local.h. | Ruslan Ermilov | 2000-08-31 | 1 | -17/+0 |
| * | Create aliasing links for incoming ICMP echo/timestamp requests. | Ruslan Ermilov | 2000-08-31 | 2 | -47/+24 |
| * | Fixed the bug that div_bind() always returned zero | Ruslan Ermilov | 2000-08-30 | 1 | -1/+1 |
| * | Backout the hack in rev 1.71, I am working on a better patch | Ruslan Ermilov | 2000-08-30 | 1 | -1/+0 |
| * | strtok -> strsep (no strtok allowed in libraries) | Andrey A. Chernov | 2000-08-29 | 1 | -3/+6 |
| * | Apply appropriate patch. | Darren Reed | 2000-08-29 | 1 | -0/+1 |
| * | Remove obsolete comment. | Archie Cobbs | 2000-08-22 | 1 | -1/+0 |
| * | Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28. | Bruce Evans | 2000-08-19 | 1 | -1/+3 |
| * | repair endianness issue in IN_MULTICAST(). | Jun-ichiro itojun Hagino | 2000-08-15 | 1 | -2/+2 |
| * | Fixed PunchFW code segmentation violation bug. | Ruslan Ermilov | 2000-08-14 | 1 | -5/+4 |
| * | Use queue(3) LIST_* macros for doubly-linked lists. | Ruslan Ermilov | 2000-08-14 | 1 | -65/+18 |
| * | resolve conflicts | Darren Reed | 2000-08-13 | 9 | -91/+356 |
| * | - Do not modify Peer's Call ID in outgoing Incoming-Call-Connected | Ruslan Ermilov | 2000-08-09 | 1 | -18/+25 |
| * | Adjust TCP checksum rather than compute it afresh. | Ruslan Ermilov | 2000-08-07 | 1 | -4/+8 |
| * | Improve performance in the case where ip_output() returns an error. | Archie Cobbs | 2000-08-03 | 1 | -0/+15 |
| * | Make netstat(1) to be aware of divert(4) sockets. | Ruslan Ermilov | 2000-08-03 | 2 | -1/+91 |
| * | Change __FreeBSD_Version into the proper __FreeBSD_version. | Ollivier Robert | 2000-08-01 | 2 | -6/+6 |
| * | Add missing '0' to FreeBSD_version test: 50011 -> 500011 | Andrey A. Chernov | 2000-08-01 | 1 | -5/+5 |
| * | Nonexistent <sys/pfil.h> -> <net/pfil.h> | Andrey A. Chernov | 2000-07-31 | 1 | -1/+1 |
| * | Whitespace only: | Sheldon Hearn | 2000-07-31 | 1 | -4/+4 |
| * | activate pfil_hooks and covert ipfilter to use it | Darren Reed | 2000-07-31 | 5 | -24/+69 |
| * | Add address translation support for RTSP/RTP used by RealPlayer and | Archie Cobbs | 2000-07-26 | 8 | -3/+819 |
| * | When a connection is being dropped due to a listen queue overflow, | Jayanth Vijayaraghavan | 2000-07-21 | 6 | -2/+64 |
| * | fix conflicts | Darren Reed | 2000-07-19 | 13 | -109/+221 |
| * | Fix a comment which was broken in rev 1.36. | Sheldon Hearn | 2000-07-18 | 1 | -1/+1 |
| * | close PR 19544 - ipfw pipe delete causes panic when no pipes defined | Luigi Rizzo | 2000-07-17 | 1 | -2/+2 |
| * | Extra sanity check when arp proxyall is enabled. Don't send an arp | David Malone | 2000-07-13 | 1 | -0/+26 |
| * | re-enable the tcp newreno code. | Jayanth Vijayaraghavan | 2000-07-12 | 1 | -1/+1 |
| * | remove m_pulldown statistics, which is highly experimental and does not | Jun-ichiro itojun Hagino | 2000-07-12 | 1 | -12/+4 |
| * | be more cautious about tcp option length field. drop bogus ones earlier. | Jun-ichiro itojun Hagino | 2000-07-09 | 2 | -2/+6 |
| * | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 23 | -248/+1791 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 6 | -11/+11 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 6 | -11/+11 |
| * | Fixed PunchFWHole(): | Ruslan Ermilov | 2000-06-27 | 1 | -2/+3 |