| Commit message (Expand) | Author | Age | Files | Lines |
* | s/__attribute__((__packed__))/__packed/g | alfred | 2002-09-23 | 2 | -26/+26 |
* | Fix issue where shutdown(socket, SHUT_RD) was effectively | silby | 2002-09-22 | 2 | -6/+20 |
* | Use m_fixhdr() rather than roll our own. | phk | 2002-09-18 | 1 | -6/+2 |
* | Guido reported an interesting bug where an FTP connection between a | dillon | 2002-09-17 | 2 | -10/+46 |
* | Remove __RCSID(). | sobomax | 2002-09-17 | 1 | -3/+0 |
* | Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreak | maxim | 2002-09-17 | 1 | -1/+2 |
* | In rare cases when there is no room for ip options ip_insertoptions() | maxim | 2002-09-17 | 1 | -1/+3 |
* | Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbin... | jennifer | 2002-09-17 | 1 | -0/+2 |
* | Remove superfluous break. | sobomax | 2002-09-10 | 1 | -1/+0 |
* | Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GRE | sobomax | 2002-09-09 | 1 | -1/+1 |
* | Reduce namespace pollution by staticizing everything, which doesn't need to | sobomax | 2002-09-06 | 1 | -4/+4 |
* | Add a new gre(4) driver, which could be used to create GRE (RFC1701) | sobomax | 2002-09-06 | 3 | -0/+415 |
* | Fixed namespace pollution in uma changes: | bde | 2002-09-05 | 1 | -2/+3 |
* | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of depending | bde | 2002-09-05 | 1 | -8/+6 |
* | Add in_hosteq() and in_nullhost() macros to make life of developers | sobomax | 2002-09-04 | 1 | -0/+3 |
* | some ipfilter files that accidently got imported here | darrenr | 2002-08-29 | 3 | -696/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r102514, | darrenr | 2002-08-28 | 3 | -0/+696 |
|\ |
|
| * | Import IPfilter 3.4.29. Main purpose is to address ftp proxy problems. | darrenr | 2002-08-28 | 3 | -0/+696 |
| * | Update IP Filter kernel source | darrenr | 2001-02-04 | 14 | -119/+259 |
| * | Import IP filter 3.4.13 | darrenr | 2000-10-29 | 8 | -48/+58 |
| * | Import IP Filter 3.4.12 into kernel source tree | darrenr | 2000-10-26 | 14 | -192/+613 |
| * | Import IP Filter 3.4.9 bits into the kernel | darrenr | 2000-08-13 | 10 | -102/+367 |
| * | import ipfilter 3.4.8 | darrenr | 2000-07-19 | 13 | -112/+226 |
| * | Import IP Filter 3.4.4 into the kernel | darrenr | 2000-05-24 | 20 | -2519/+6875 |
| * | This commit was manufactured by cvs2svn to create branch 'DARRENR'. | cvs2svn | 1999-12-06 | 3 | -0/+612 |
* | | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 3 | -3/+3 |
* | | Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and | cjc | 2002-08-25 | 1 | -3/+6 |
* | | Correct bug in t_bw_rtttime rollover, #undef USERTT | dillon | 2002-08-24 | 2 | -2/+10 |
* | | Replace (ab)uses of "NULL" where "0" is really meant. | archie | 2002-08-22 | 1 | -2/+2 |
* | | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -3/+3 |
* | | Create new functions in_sockaddr(), in6_sockaddr(), and | truckman | 2002-08-21 | 3 | -46/+72 |
* | | Enclose IPv6 addresses in brackets when they are displayed printable with a | jmallett | 2002-08-19 | 2 | -6/+14 |
* | | Raise limit for port lists to 30 entries/ranges. | luigi | 2002-08-19 | 1 | -6/+4 |
* | | Implement TCP bandwidth delay product window limiting, similar to (but | dillon | 2002-08-17 | 7 | -0/+338 |
* | | Cosmetic-only changes for readability. | hsu | 2002-08-17 | 2 | -652/+556 |
* | | sys/netinet/ip_fw2.c: | luigi | 2002-08-16 | 1 | -47/+116 |
* | | make the strings for tcptimers, tanames and prurequests const to silence | alfred | 2002-08-16 | 2 | -2/+2 |
* | | Code formatting sync to trustedbsd_mac: don't perform an assignment | rwatson | 2002-08-15 | 1 | -2/+2 |
* | | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | rwatson | 2002-08-15 | 4 | -6/+6 |
* | | Reset dupack count in header prediction. | hsu | 2002-08-15 | 2 | -0/+2 |
* | | Kernel support for a dummynet option: | luigi | 2002-08-15 | 2 | -1/+2 |
* | | It's now sufficient to rely on a nested include of _label.h to make sure | rwatson | 2002-08-15 | 1 | -1/+0 |
* | | Perform a nested include of _label.h if #ifdef _KERNEL. This will | rwatson | 2002-08-15 | 1 | -0/+4 |
* | | Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h which | rwatson | 2002-08-15 | 1 | -0/+1 |
* | | remove spurious printf | phk | 2002-08-13 | 1 | -1/+1 |
* | | Assert that the inpcb lock is held when calling tcp_output(). | jennifer | 2002-08-12 | 1 | -0/+2 |
* | | One bugfix and one new feature. | luigi | 2002-08-10 | 2 | -21/+98 |
* | | Handle PMTU discovery in syn-ack packets slightly differently; | silby | 2002-08-05 | 1 | -8/+6 |
* | | bugfix: move check for udp_blackhole before the one for icmp_bandlim. | luigi | 2002-08-04 | 1 | -2/+2 |
* | | Fix handling of packets which matched an "ipfw fwd" rule on the input side. | luigi | 2002-08-03 | 1 | -0/+13 |