summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix a compile error if IPFIREWALL_FORWARD active without IPDIVERT.peter1998-08-011-3/+2
* update ATM driver. (base version: midway.c 1.67 --> 1.68)kjc1998-07-291-1/+2
* Don't log ICMP type and subtype for non-zero offset packet fragments.alex1998-07-181-2/+5
* Removed a bogus forward struct declaration.bde1998-07-131-4/+4
* Fixed some longs that should have been fixed-sized types.bde1998-07-132-4/+4
* Fixed overflow and sign extension bugs inbde1998-07-131-4/+4
* Declare tcp_seq and tcp_cc as fixed-size types. Half fixed typebde1998-07-132-5/+5
* Declare id_mask as a fixed-size type.bde1998-07-131-2/+2
* Declare n_short, n_long and n_time as fixed-sized types. Don't ifdefbde1998-07-131-15/+4
* When not acting as a router (ipforwarding=0), silently discard sourcedg1998-07-081-10/+21
* oops ended comment before the comment ended..julian1998-07-061-2/+2
* Bring back some slight cleanups from 2.2julian1998-07-062-6/+21
* Don't expect the new code to be used without the right option file beingjulian1998-07-061-1/+2
* Fix braino in switching to TAILQ macro.julian1998-07-062-4/+4
* Support for IPFW based transparent forwarding.julian1998-07-068-30/+288
* Remove out of date comment.julian1998-07-021-4/+1
* Remove the option to keep IPFW diversion backwards compatiblejulian1998-07-023-48/+5
* Byte count statistics of multicast vifs are invalid.phk1998-06-301-2/+2
* Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_jhay1998-06-271-4/+4
* Add CUSEEME support. This has *not* been tested, norbrian1998-06-244-2/+131
* Removed unused includes.bde1998-06-213-13/+3
* Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.peter1998-06-208-87/+218
* This commit was generated by cvs2svn to compensate for changes in r37071,peter1998-06-205-14/+32
|\
| * Import ipfilter 3.2.7 kernel componentspeter1998-06-2014-102/+251
* | fix another typojulian1998-06-151-2/+2
* | Try narrow down the culprit sending undefined packet types through the loopbackjulian1998-06-141-1/+9
* | Remove 3 occurances of __FUNCTION__julian1998-06-121-2/+2
* | Go through the loopback code with a broom..julian1998-06-123-21/+16
* | include opt_ipdivert.h so we get correct optionsjulian1998-06-121-1/+2
* | Allow diverted packets from the transmit side to remember if theyjulian1998-06-121-27/+26
* | Quieten gcc 2.8.1brian1998-06-101-2/+2
* | Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-083-9/+9
* | ip_fil.h has 9 separate declarations of iplioctl() in a disgustingbde1998-06-082-5/+8
* | This commit fixes various 64bit portability problems required fordfr1998-06-076-11/+24
* | Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-071-5/+5
* | Don't call PunchFWHole() ifdef NO_FW_PUNCHbrian1998-06-063-0/+6
* | Make sure the default value of a dummy variable is 0julian1998-06-062-4/+4
* | Fix wrong data type for a pointer.julian1998-06-065-16/+17
* | clean up the changes made to ipfw over the last weeksjulian1998-06-066-101/+52
* | Spelling corrections.jkoshy1998-06-061-11/+11
* | Reviewed by: Kirk Mckusick (mckusick@mckusick.com)julian1998-06-051-1/+6
* | Reverse the default sense of the IPFW/DIVERT reinjection codejulian1998-06-055-42/+42
* | Let the sowwakeup macro decide when to call sowakeup rather than havepeter1998-05-312-10/+6
* | Fixed logic in the test to drop ICMP echo and timestamp packets whendg1998-05-261-5/+3
* | Add optional code to change the way that divert and ipfw work together.julian1998-05-255-7/+123
* | Hide the interface name in the sin_zero section of the sockaddr_injulian1998-05-251-8/+50
* | Take the user's "IGNORE_DIVERT" argument from where the user put itjulian1998-05-251-5/+7
* | Take IP options into account when calculating the allowable lengthfenner1998-05-241-4/+13
* | The ipt_ptr field is 1-based (see TCP/IP Illustrated, Vol. 1, pp. 91-95),dg1998-05-241-3/+3
* | Primary verison of NetBIOS over TCP/IP. Now you can connect Windowsamurai1998-05-245-4/+622
OpenPOWER on IntegriCloud