summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Properly fragment multicast packets.wollman1998-09-021-1/+2
* Remove OpenBSD build support - let the Makefile vary perbrian1998-08-311-10/+5
* Add OpenBSD build supportbrian1998-08-301-3/+9
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-248-247/+210
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-2312-664/+684
* Fixed printf format errors.bde1998-08-173-42/+46
* Made some disgusting ifdefs even more disgusting to enable the supportbde1998-08-155-11/+11
* Fixed printf format errors (ntohl() returns in_addr_t = u_int32_t != longbde1998-08-111-5/+6
* Converted the last instance of hzto() to tvtohz().bde1998-08-051-3/+3
* Use explicitly sized types when digging through packet headers.dfr1998-08-031-9/+9
* 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
OpenPOWER on IntegriCloud