aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-076-20/+6
* Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)Brian Somers1997-09-065-4/+17
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* ICMP Timestamp Request messages could have harbored the same sort ofGarrett Wollman1997-08-252-2/+9
* Configurably don't reply to broadcast or multicast echos. There are stillGarrett Wollman1997-08-252-2/+13
* Fixed logging of verbose limited packets.Alexander Langer1997-08-231-4/+5
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-169-78/+87
* Fix file descriptor leak.Brian Somers1997-08-114-2/+11
* Support interface names up to 15 characters in length. In order toAlexander Langer1997-08-081-3/+5
* Ensure that the interface name is terminated.Alexander Langer1997-08-061-1/+2
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-08-039-196/+1071
* Removed unused #includes.Bruce Evans1997-08-0212-75/+11
* Recalculate ip_sum before passing aBrian Somers1997-07-251-1/+15
* Remove crufty LBL ifdef that only applies to Suns.Bill Fenner1997-07-191-5/+1
* Fix a bug (apparently very old) that can cause a TCP connection toJohn Polstra1997-07-012-4/+4
* Add for public examination the beginnings of the per-host cache supportGarrett Wollman1997-06-182-0/+241
* make it compile with -WallJulian Elischer1997-06-041-12/+11
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-025-278/+528
* typo fix, s/imp/inp'; move lookup call inside splnet since there werePeter Wemm1997-06-011-2/+2
* Uninitialised inp variable in div_bind().Peter Wemm1997-05-261-1/+2
* This commit was generated by cvs2svn to compensate for changes in r26124,Darren Reed1997-05-2515-316/+1759
|\
| * Import version 3.2alpha7vendor/ipfilter-sys/v3-2-a7Darren Reed1997-05-2515-316/+1759
* | Connect the ipdivert div_usrreqs struct to the ip proto switch tablePeter Wemm1997-05-252-5/+5
* | Attempt to convert the ip_divert code to use the new-style protocol requestPeter Wemm1997-05-241-101/+87
* | submitted by: archie@whistle.comJulian Elischer1997-05-231-2/+2
* | Create the alias library. This is currently only used byBrian Somers1997-05-238-0/+3984
* | Disallow writing raw IP packets shorter than the IP header.Bill Fenner1997-05-221-2/+3
* | Break apart initialization of s and inp from the declarations inTor Egge1997-05-191-5/+9
* | Disallow network interrupts while the address is found and copied inTor Egge1997-05-191-1/+13
* | Don't send arp request for the ip address 0.0.0.0.Tor Egge1997-05-141-3/+4
* | Bring in some kernel bootp support. This removes the need for netbootTor Egge1997-05-111-1/+5
* | import Chuck Cranor's ATM driverKenjiro Cho1997-05-092-0/+326
* | Pull up the IP header in ip_mloopback(). This makes sure that theBill Fenner1997-05-061-6/+8
* | Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT.Alexander Langer1997-05-061-1/+2
* | The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-2713-78/+99
* | Make MOD_* macros almost consistent:Peter Dufault1997-04-061-2/+3
* | Resolve conflicts created by import.Darren Reed1997-04-032-18/+21
* | This commit was generated by cvs2svn to compensate for changes in r24586,Darren Reed1997-04-0310-319/+905
|\|
| * Really import sys/netinet changes for IP Filter 3.2alpha4 this time.vendor/ipfilter-sys/V3_2_A4Darren Reed1997-04-0310-319/+905
* | Reorganize elements of the inpcb struct to take better advantage ofDavid Greenman1997-04-039-31/+38
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-242-4/+4
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* | Improved performance of hash algorithm while (hopefully) not reducingDavid Greenman1997-03-037-19/+22
* | This commit was generated by cvs2svn to compensate for changes in r23285,Peter Wemm1997-03-025-42/+68
|\|
| * Import ipfilter 3.1.8 kernel componentsvendor/ipfilter-sys/ipfilter3_1_8Peter Wemm1997-03-025-42/+68
* | This commit was generated by cvs2svn to compensate for changes in r23282,Peter Wemm1997-03-0210-0/+4233
|\|
| * Replacement import of ipfilter 3.1.7 components used in kernel.vendor/ipfilter-sys/ipfilter3_1_7Peter Wemm1997-03-0210-0/+4233
* Fix a comment and some commented-out code in ip_mloopback toBill Fenner1997-02-281-11/+10
* Fix #include order.Garrett Wollman1997-02-241-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-2240-40/+40