| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug (apparently very old) that can cause a TCP connection to | jdp | 1997-07-01 | 2 | -4/+4 |
* | Add for public examination the beginnings of the per-host cache support | wollman | 1997-06-18 | 2 | -0/+241 |
* | make it compile with -Wall | julian | 1997-06-04 | 1 | -12/+11 |
* | Submitted by: Whistle Communications (archie Cobbs) | julian | 1997-06-02 | 5 | -278/+528 |
* | typo fix, s/imp/inp'; move lookup call inside splnet since there were | peter | 1997-06-01 | 1 | -2/+2 |
* | Uninitialised inp variable in div_bind(). | peter | 1997-05-26 | 1 | -1/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r26124, | darrenr | 1997-05-25 | 15 | -316/+1759 |
|\ |
|
| * | Import version 3.2alpha7 | darrenr | 1997-05-25 | 15 | -316/+1759 |
* | | Connect the ipdivert div_usrreqs struct to the ip proto switch table | peter | 1997-05-25 | 2 | -5/+5 |
* | | Attempt to convert the ip_divert code to use the new-style protocol request | peter | 1997-05-24 | 1 | -101/+87 |
* | | submitted by: archie@whistle.com | julian | 1997-05-23 | 1 | -2/+2 |
* | | Create the alias library. This is currently only used by | brian | 1997-05-23 | 8 | -0/+3984 |
* | | Disallow writing raw IP packets shorter than the IP header. | fenner | 1997-05-22 | 1 | -2/+3 |
* | | Break apart initialization of s and inp from the declarations in | tegge | 1997-05-19 | 1 | -5/+9 |
* | | Disallow network interrupts while the address is found and copied in | tegge | 1997-05-19 | 1 | -1/+13 |
* | | Don't send arp request for the ip address 0.0.0.0. | tegge | 1997-05-14 | 1 | -3/+4 |
* | | Bring in some kernel bootp support. This removes the need for netboot | tegge | 1997-05-11 | 1 | -1/+5 |
* | | This commit was generated by cvs2svn to compensate for changes in r25603, | kjc | 1997-05-09 | 2 | -0/+326 |
|\ \ |
|
| * | | import Chuck Cranor's ATM driver | kjc | 1997-05-09 | 2 | -0/+326 |
| / |
|
* | | Pull up the IP header in ip_mloopback(). This makes sure that the | fenner | 1997-05-06 | 1 | -6/+8 |
* | | Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT. | alex | 1997-05-06 | 1 | -1/+2 |
* | | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 13 | -78/+99 |
* | | Make MOD_* macros almost consistent: | dufault | 1997-04-06 | 1 | -2/+3 |
* | | Resolve conflicts created by import. | darrenr | 1997-04-03 | 2 | -18/+21 |
* | | This commit was generated by cvs2svn to compensate for changes in r24586, | darrenr | 1997-04-03 | 10 | -319/+905 |
|\ \
| |/ |
|
| * | Really import sys/netinet changes for IP Filter 3.2alpha4 this time. | darrenr | 1997-04-03 | 10 | -319/+905 |
* | | Reorganize elements of the inpcb struct to take better advantage of | dg | 1997-04-03 | 9 | -31/+38 |
* | | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 2 | -4/+4 |
* | | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | | Improved performance of hash algorithm while (hopefully) not reducing | dg | 1997-03-03 | 7 | -19/+22 |
* | | This commit was generated by cvs2svn to compensate for changes in r23285, | peter | 1997-03-02 | 5 | -42/+68 |
|\ \
| |/ |
|
| * | Import ipfilter 3.1.8 kernel components | peter | 1997-03-02 | 5 | -42/+68 |
* | | This commit was generated by cvs2svn to compensate for changes in r23282, | peter | 1997-03-02 | 10 | -0/+4233 |
|\ \
| |/ |
|
| * | Replacement import of ipfilter 3.1.7 components used in kernel. | peter | 1997-03-02 | 10 | -0/+4233 |
* | Fix a comment and some commented-out code in ip_mloopback to | fenner | 1997-02-28 | 1 | -11/+10 |
* | Fix #include order. | wollman | 1997-02-24 | 1 | -3/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 40 | -40/+40 |
* | Properly notice error returns from if_allmulti(). | wollman | 1997-02-21 | 1 | -2/+2 |
* | Fix potential crash where a user attempts to perform an implied | wollman | 1997-02-21 | 1 | -1/+14 |
* | Fix the parameters of a call to in_setsockaddr(). | wollman | 1997-02-20 | 1 | -1/+1 |
* | change IP Filter hooks to match new 3.1.8 patches for FreeBSD | darrenr | 1997-02-19 | 2 | -15/+16 |
* | Convert raw IP from mondo-switch-statement-from-Hell to | wollman | 1997-02-18 | 9 | -327/+183 |
* | Fix the mechanism for choosing wehether to save the slow-start threshold | wollman | 1997-02-14 | 7 | -469/+250 |
* | Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface | wollman | 1997-02-13 | 6 | -5/+117 |
* | Add IP Filter hooks (from patches). | darrenr | 1997-02-10 | 3 | -0/+45 |
* | Don't zero ip->ip_sum during sum validation. This should only | brian | 1997-02-06 | 1 | -3/+4 |
* | Reset ip_divert_ignore to zero immediately after use - also, | brian | 1997-02-02 | 3 | -2/+3 |
* | Count multicast packets received for groups of which we are not | wollman | 1997-01-21 | 2 | -1/+2 |
* | Who had the conical hat? Correct a typo, hidden by a bad cast, | wollman | 1997-01-21 | 1 | -1/+1 |
* | This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) up | joerg | 1997-01-17 | 1 | -2/+6 |