summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Some mbuf -> sockaddr changes seem to have been missed here.peter1997-09-131-7/+7
* Allow a compile-time override of the ipfw deny rule. For a 'firewall'peter1997-09-101-8/+16
* Some staticized variables were still declared to be extern.bde1997-09-076-20/+6
* Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)brian1997-09-065-4/+17
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* ICMP Timestamp Request messages could have harbored the same sort ofwollman1997-08-252-2/+9
* Configurably don't reply to broadcast or multicast echos. There are stillwollman1997-08-252-2/+13
* Fixed logging of verbose limited packets.alex1997-08-231-4/+5
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-169-78/+87
* Fix file descriptor leak.brian1997-08-114-2/+11
* Support interface names up to 15 characters in length. In order toalex1997-08-081-3/+5
* Ensure that the interface name is terminated.alex1997-08-061-1/+2
* Update to version 2.2. Only the PacketAlias*()brian1997-08-039-196/+1071
* Removed unused #includes.bde1997-08-0212-75/+11
* Recalculate ip_sum before passing abrian1997-07-251-1/+15
* Remove crufty LBL ifdef that only applies to Suns.fenner1997-07-191-5/+1
* Fix a bug (apparently very old) that can cause a TCP connection tojdp1997-07-012-4/+4
* Add for public examination the beginnings of the per-host cache supportwollman1997-06-182-0/+241
* make it compile with -Walljulian1997-06-041-12/+11
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-025-278/+528
* typo fix, s/imp/inp'; move lookup call inside splnet since there werepeter1997-06-011-2/+2
* Uninitialised inp variable in div_bind().peter1997-05-261-1/+2
* This commit was generated by cvs2svn to compensate for changes in r26124,darrenr1997-05-2515-316/+1759
|\
| * Import version 3.2alpha7darrenr1997-05-2515-316/+1759
* | Connect the ipdivert div_usrreqs struct to the ip proto switch tablepeter1997-05-252-5/+5
* | Attempt to convert the ip_divert code to use the new-style protocol requestpeter1997-05-241-101/+87
* | submitted by: archie@whistle.comjulian1997-05-231-2/+2
* | Create the alias library. This is currently only used bybrian1997-05-238-0/+3984
* | Disallow writing raw IP packets shorter than the IP header.fenner1997-05-221-2/+3
* | Break apart initialization of s and inp from the declarations integge1997-05-191-5/+9
* | Disallow network interrupts while the address is found and copied integge1997-05-191-1/+13
* | Don't send arp request for the ip address 0.0.0.0.tegge1997-05-141-3/+4
* | Bring in some kernel bootp support. This removes the need for netboottegge1997-05-111-1/+5
* | This commit was generated by cvs2svn to compensate for changes in r25603,kjc1997-05-092-0/+326
|\ \
| * | import Chuck Cranor's ATM driverkjc1997-05-092-0/+326
| /
* | Pull up the IP header in ip_mloopback(). This makes sure that thefenner1997-05-061-6/+8
* | Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT.alex1997-05-061-1/+2
* | The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-2713-78/+99
* | Make MOD_* macros almost consistent:dufault1997-04-061-2/+3
* | Resolve conflicts created by import.darrenr1997-04-032-18/+21
* | This commit was generated by cvs2svn to compensate for changes in r24586,darrenr1997-04-0310-319/+905
|\ \ | |/
| * Really import sys/netinet changes for IP Filter 3.2alpha4 this time.darrenr1997-04-0310-319/+905
* | Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-039-31/+38
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-242-4/+4
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* | Improved performance of hash algorithm while (hopefully) not reducingdg1997-03-037-19/+22
* | This commit was generated by cvs2svn to compensate for changes in r23285,peter1997-03-025-42/+68
|\ \ | |/
| * Import ipfilter 3.1.8 kernel componentspeter1997-03-025-42/+68
* | This commit was generated by cvs2svn to compensate for changes in r23282,peter1997-03-0210-0/+4233
|\ \ | |/
| * Replacement import of ipfilter 3.1.7 components used in kernel.peter1997-03-0210-0/+4233
OpenPOWER on IntegriCloud