aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_John Hay1998-06-271-4/+4
* Add CUSEEME support. This has *not* been tested, norBrian Somers1998-06-244-2/+131
* Removed unused includes.Bruce Evans1998-06-213-13/+3
* Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.Peter Wemm1998-06-208-87/+218
* This commit was generated by cvs2svn to compensate for changes in r37071,Peter Wemm1998-06-205-14/+32
|\
| * Import ipfilter 3.2.7 kernel componentsPeter Wemm1998-06-2014-102/+251
* | fix another typoJulian Elischer1998-06-151-2/+2
* | Try narrow down the culprit sending undefined packet types through the loopbackJulian Elischer1998-06-141-1/+9
* | Remove 3 occurances of __FUNCTION__Julian Elischer1998-06-121-2/+2
* | Go through the loopback code with a broom..Julian Elischer1998-06-123-21/+16
* | include opt_ipdivert.h so we get correct optionsJulian Elischer1998-06-121-1/+2
* | Allow diverted packets from the transmit side to remember if theyJulian Elischer1998-06-121-27/+26
* | Quieten gcc 2.8.1Brian Somers1998-06-101-2/+2
* | Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-083-9/+9
* | ip_fil.h has 9 separate declarations of iplioctl() in a disgustingBruce Evans1998-06-082-5/+8
* | This commit fixes various 64bit portability problems required forDoug Rabson1998-06-076-11/+24
* | Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-071-5/+5
* | Don't call PunchFWHole() ifdef NO_FW_PUNCHBrian Somers1998-06-063-0/+6
* | Make sure the default value of a dummy variable is 0Julian Elischer1998-06-062-4/+4
* | Fix wrong data type for a pointer.Julian Elischer1998-06-065-16/+17
* | clean up the changes made to ipfw over the last weeksJulian Elischer1998-06-066-101/+52
* | Spelling corrections.Joseph Koshy1998-06-061-11/+11
* | Reviewed by: Kirk Mckusick (mckusick@mckusick.com)Julian Elischer1998-06-051-1/+6
* | Reverse the default sense of the IPFW/DIVERT reinjection codeJulian Elischer1998-06-055-42/+42
* | Let the sowwakeup macro decide when to call sowakeup rather than havePeter Wemm1998-05-312-10/+6
* | Fixed logic in the test to drop ICMP echo and timestamp packets whenDavid Greenman1998-05-261-5/+3
* | Add optional code to change the way that divert and ipfw work together.Julian Elischer1998-05-255-7/+123
* | Hide the interface name in the sin_zero section of the sockaddr_inJulian Elischer1998-05-251-8/+50
* | Take the user's "IGNORE_DIVERT" argument from where the user put itJulian Elischer1998-05-251-5/+7
* | Take IP options into account when calculating the allowable lengthBill Fenner1998-05-241-4/+13
* | The ipt_ptr field is 1-based (see TCP/IP Illustrated, Vol. 1, pp. 91-95),David Greenman1998-05-241-3/+3
* | Primary verison of NetBIOS over TCP/IP. Now you can connect WindowsAtsushi Murai1998-05-245-4/+622
* | Get more details on the "arpresolve: can't allocate llinfo" bogon.Poul-Henning Kamp1998-05-231-3/+4
* | Fix a typo-bug in ipflow_reap that could cause a NULL pointerJohn Polstra1998-05-191-2/+2
* | Move (private) struct ipflow out of ip_var.h, to reduce dependenciesPierre Beyssac1998-05-193-16/+61
* | Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs.David Greenman1998-05-192-2/+2
* | Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viaDavid Greenman1998-05-196-8/+368
* | Grumble...It seems I'm suffering from some mental disease. Do it correct now.Guido van Rooij1998-05-182-4/+4
* | Add some parenthesis for clarity and fix a bugGuido van Rooij1998-05-182-4/+4
* | Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-159-64/+411
* | Treat all internet addresses as u_int32_t.John Birrell1998-05-101-15/+15
* | In the words of the submitter:Mike Smith1998-05-071-0/+7
* | Refuse accellerated opens on listening sockets that have not setGuido van Rooij1998-05-042-4/+8
* | At the request of Garrett, changed sysctl:David Greenman1998-04-242-4/+4
* | Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. ThisDavid Greenman1998-04-242-14/+9
* | Remove the artificial limit on the size of the ipfw filter structure.Julian Elischer1998-04-211-13/+40
* | o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers1998-04-194-4/+23
* | According to:Poul-Henning Kamp1998-04-192-6/+17
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-173-6/+6
* | Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-4/+8