| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improved performance of hash algorithm while (hopefully) not reducing | David Greenman | 1997-03-03 | 7 | -19/+22 |
| * | This commit was generated by cvs2svn to compensate for changes in r23285, | Peter Wemm | 1997-03-02 | 5 | -42/+68 |
| |\ |
|
| | * | Import ipfilter 3.1.8 kernel componentsvendor/ipfilter-sys/ipfilter3_1_8 | Peter Wemm | 1997-03-02 | 5 | -42/+68 |
| * | | This commit was generated by cvs2svn to compensate for changes in r23282, | Peter Wemm | 1997-03-02 | 10 | -0/+4233 |
| |\| |
|
| | * | Replacement import of ipfilter 3.1.7 components used in kernel.vendor/ipfilter-sys/ipfilter3_1_7 | Peter Wemm | 1997-03-02 | 10 | -0/+4233 |
| * | Fix a comment and some commented-out code in ip_mloopback to | Bill Fenner | 1997-02-28 | 1 | -11/+10 |
| * | Fix #include order. | Garrett Wollman | 1997-02-24 | 1 | -3/+3 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 40 | -40/+40 |
| * | Properly notice error returns from if_allmulti(). | Garrett Wollman | 1997-02-21 | 1 | -2/+2 |
| * | Fix potential crash where a user attempts to perform an implied | Garrett Wollman | 1997-02-21 | 1 | -1/+14 |
| * | Fix the parameters of a call to in_setsockaddr(). | Garrett Wollman | 1997-02-20 | 1 | -1/+1 |
| * | change IP Filter hooks to match new 3.1.8 patches for FreeBSD | Darren Reed | 1997-02-19 | 2 | -15/+16 |
| * | Convert raw IP from mondo-switch-statement-from-Hell to | Garrett Wollman | 1997-02-18 | 9 | -322/+178 |
| * | Fix the mechanism for choosing wehether to save the slow-start threshold | Garrett Wollman | 1997-02-14 | 7 | -464/+245 |
| * | Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface | Garrett Wollman | 1997-02-13 | 6 | -5/+117 |
| * | Add IP Filter hooks (from patches). | Darren Reed | 1997-02-10 | 3 | -0/+45 |
| * | Don't zero ip->ip_sum during sum validation. This should only | Brian Somers | 1997-02-06 | 1 | -3/+4 |
| * | Reset ip_divert_ignore to zero immediately after use - also, | Brian Somers | 1997-02-02 | 3 | -2/+3 |
| * | Count multicast packets received for groups of which we are not | Garrett Wollman | 1997-01-21 | 2 | -1/+2 |
| * | Who had the conical hat? Correct a typo, hidden by a bad cast, | Garrett Wollman | 1997-01-21 | 1 | -1/+1 |
| * | This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) up | Joerg Wunsch | 1997-01-17 | 1 | -2/+6 |
| * | implement "not" keyword for inverting the address logic | Adam David | 1997-01-16 | 2 | -2/+6 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 46 | -46/+46 |
| * | Use the new if_multiaddrs list for multicast addresses rather than the | Garrett Wollman | 1997-01-13 | 4 | -268/+78 |
| * | Expose more of these structures to tthe user so that netstat | Garrett Wollman | 1997-01-03 | 1 | -3/+3 |
| * | Move the ethertypes from <netinet/if_ether.h> to <net/ethernet.h>. | Garrett Wollman | 1997-01-03 | 1 | -17/+1 |
| * | Add INADDR_LOOPBACK, moved from <rpc/rpc.h> | Peter Wemm | 1996-12-30 | 1 | -1/+2 |
| * | Some days, it just doesn't pay to get out of bed. Fix another broken | Garrett Wollman | 1996-12-15 | 1 | -2/+2 |
| * | Somehow the removal of ia_next didn't make it in the last time. Hope | Garrett Wollman | 1996-12-15 | 1 | -2/+1 |
| * | Attempt to complete the fix in the previous revision. This version | Bruce Evans | 1996-12-15 | 1 | -2/+2 |
| * | Missing TAILQ mod. | John Dyson | 1996-12-14 | 1 | -2/+2 |
| * | Convert the interface address and IP interface address structures | Garrett Wollman | 1996-12-13 | 8 | -90/+69 |
| * | Use queue macros for the list of interfaces. Next stop: ifaddrs! | Garrett Wollman | 1996-12-11 | 1 | -3/+3 |
| * | Include <net/if_arp.h> in the one header that requires it, | Garrett Wollman | 1996-12-11 | 1 | -1/+2 |
| * | Only pay attention to the offset and the IP_MF flag in ip_off. Pointed | David Greenman | 1996-12-11 | 1 | -2/+2 |
| * | Allocate a header mbuf for the start of the encapsulated packet. | Bill Fenner | 1996-11-23 | 1 | -3/+3 |
| * | Reword two messages: | Bill Fenner | 1996-11-15 | 1 | -5/+6 |
| * | Forward-declare `struct inpcb' so that including this file doesn't cause | Bruce Evans | 1996-11-12 | 1 | -1/+2 |
| * | Add the IP_RECVIF socket option, which supplies a packet's incoming interface | Bill Fenner | 1996-11-11 | 7 | -110/+126 |
| * | Re-enable the TCP SYN-attack protection code. I was the one who didn't | Bill Fenner | 1996-11-10 | 2 | -6/+2 |
| * | Fix braino on my part. When we have three different port ranges (default, | Peter Wemm | 1996-10-30 | 2 | -3/+8 |
| * | Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count | Bill Fenner | 1996-10-25 | 5 | -8/+32 |
| * | Give ip_len and ip_off more natural, unsigned types. | Garrett Wollman | 1996-10-23 | 2 | -6/+6 |
| * | Changed args to the nat functions. | Søren Schmidt | 1996-10-22 | 3 | -6/+6 |
| * | Reword two comments. | Alexander Langer | 1996-10-19 | 1 | -3/+3 |
| * | Forward-declared `struct route' for the KERNEL case so that <net/route.h> | Bruce Evans | 1996-10-15 | 1 | -5/+7 |
| * | Removed nested include if <sys/socket.h> from <net/if.h> and | Bruce Evans | 1996-10-12 | 2 | -2/+4 |
| * | Log the interface name which received the packet. | Alexander Langer | 1996-10-12 | 1 | -8/+9 |
| * | Fix two bugs I accidently put into the syn code at the last minute | Paul Traina | 1996-10-11 | 2 | -10/+18 |
| * | All three files: make COMPAT_IPFW==0 case work again. | Garrett Wollman | 1996-10-07 | 3 | -30/+46 |