aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Don't allow the window to be increased beyond what is possible toBill Fenner1997-10-071-3/+3
* Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimateDavid Greenman1997-10-022-12/+2
* Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCPBill Fenner1997-09-302-18/+22
* Export ipstat via sysctl. Don't understand why this wasn't done before.Garrett Wollman1997-09-252-3/+7
* Update for new callout interface.Justin T. Gibbs1997-09-211-4/+6
* Make TCPDEBUG a new-style option.Joerg Wunsch1997-09-169-9/+27
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-165-14/+16
* Prevent overflow with fragmented packetsAndrey A. Chernov1997-09-151-25/+66
* Update network code to use poll support.Peter Wemm1997-09-144-8/+8
* Some mbuf -> sockaddr changes seem to have been missed here.Peter Wemm1997-09-131-7/+7
* Allow a compile-time override of the ipfw deny rule. For a 'firewall'Peter Wemm1997-09-101-8/+16
* 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-277/+527
* 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-98/+84
* | 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-318/+904
|\|
| * Really import sys/netinet changes for IP Filter 3.2alpha4 this time.vendor/ipfilter-sys/V3_2_A4Darren Reed1997-04-0310-318/+904