| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make sure UDP sockets are explicitly bind(2)'ed [sic] before we connect(2) | phk | 2000-09-17 | 1 | -3/+8 |
* | It is possible for a TCP callout to be removed from the timing wheel, | jlemon | 2000-09-16 | 1 | -5/+5 |
* | Add -Wmissing-prototypes. | ru | 2000-09-15 | 2 | -5/+8 |
* | m_cat() can free its second argument, so collect the checksum information | jlemon | 2000-09-14 | 1 | -1/+1 |
* | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | ru | 2000-09-14 | 8 | -19/+6 |
* | Fix screwup in previous commit. | billf | 2000-09-12 | 1 | -1/+3 |
* | Don't do snd_nxt rollback optimization (rev. 1.46) for SYN packets. | archie | 2000-09-11 | 1 | -3/+2 |
* | Forget to include sysctl.h | alfred | 2000-09-09 | 1 | -0/+1 |
* | Accept filter maintainance | alfred | 2000-09-06 | 1 | -83/+259 |
* | 1. IP_FW_F_{UID,GID} are _not_ commands, they are extras. The sanity checking | billf | 2000-09-06 | 1 | -2/+7 |
* | Match IPPROTO_ICMP with IP protocol field of the original IP | ru | 2000-09-01 | 1 | -2/+2 |
* | Fixed broken ICMP error generation, unified conversion of IP header | ru | 2000-09-01 | 7 | -26/+47 |
* | Changed the way we handle outgoing ICMP error messages -- do | ru | 2000-09-01 | 1 | -12/+22 |
* | Grab ADJUST_CHECKSUM() macro from alias_local.h. | ru | 2000-08-31 | 1 | -17/+0 |
* | Create aliasing links for incoming ICMP echo/timestamp requests. | ru | 2000-08-31 | 2 | -47/+24 |
* | Fixed the bug that div_bind() always returned zero | ru | 2000-08-30 | 1 | -1/+1 |
* | Backout the hack in rev 1.71, I am working on a better patch | ru | 2000-08-30 | 1 | -1/+0 |
* | strtok -> strsep (no strtok allowed in libraries) | ache | 2000-08-29 | 1 | -3/+6 |
* | Apply appropriate patch. | darrenr | 2000-08-29 | 1 | -0/+1 |
* | Remove obsolete comment. | archie | 2000-08-22 | 1 | -1/+0 |
* | Fixed a missing splx() in if_addmulti(). Was broken in rev.1.28. | bde | 2000-08-19 | 1 | -1/+3 |
* | repair endianness issue in IN_MULTICAST(). | itojun | 2000-08-15 | 1 | -2/+2 |
* | Fixed PunchFW code segmentation violation bug. | ru | 2000-08-14 | 1 | -5/+4 |
* | Use queue(3) LIST_* macros for doubly-linked lists. | ru | 2000-08-14 | 1 | -65/+18 |
* | resolve conflicts | darrenr | 2000-08-13 | 9 | -91/+356 |
* | - Do not modify Peer's Call ID in outgoing Incoming-Call-Connected | ru | 2000-08-09 | 1 | -18/+25 |
* | Adjust TCP checksum rather than compute it afresh. | ru | 2000-08-07 | 1 | -4/+8 |
* | Improve performance in the case where ip_output() returns an error. | archie | 2000-08-03 | 1 | -0/+15 |
* | Make netstat(1) to be aware of divert(4) sockets. | ru | 2000-08-03 | 2 | -1/+91 |
* | Change __FreeBSD_Version into the proper __FreeBSD_version. | roberto | 2000-08-01 | 2 | -6/+6 |
* | Add missing '0' to FreeBSD_version test: 50011 -> 500011 | ache | 2000-08-01 | 1 | -5/+5 |
* | Nonexistent <sys/pfil.h> -> <net/pfil.h> | ache | 2000-07-31 | 1 | -1/+1 |
* | Whitespace only: | sheldonh | 2000-07-31 | 1 | -4/+4 |