summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get more details on the "arpresolve: can't allocate llinfo" bogon.phk1998-05-231-3/+4
* Fix a typo-bug in ipflow_reap that could cause a NULL pointerjdp1998-05-191-2/+2
* Move (private) struct ipflow out of ip_var.h, to reduce dependenciespb1998-05-193-16/+61
* Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs.dg1998-05-192-2/+2
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viadg1998-05-196-8/+368
* Grumble...It seems I'm suffering from some mental disease. Do it correct now.guido1998-05-182-4/+4
* Add some parenthesis for clarity and fix a bugguido1998-05-182-4/+4
* Convert socket structures to be type-stable and add a version number.wollman1998-05-159-64/+411
* Treat all internet addresses as u_int32_t.jb1998-05-101-15/+15
* In the words of the submitter:msmith1998-05-071-0/+7
* Refuse accellerated opens on listening sockets that have not setguido1998-05-042-4/+8
* At the request of Garrett, changed sysctl:dg1998-04-242-4/+4
* Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. Thisdg1998-04-242-14/+9
* Remove the artificial limit on the size of the ipfw filter structure.julian1998-04-211-13/+40
* o Support a compile-time -DNO_FW_PUNCH for portabilitybrian1998-04-194-4/+23
* According to:phk1998-04-192-6/+17
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-173-6/+6
* Support compiling with `gcc -ansi'.bde1998-04-151-4/+8
* Wrong header length used for certain reassembled IP packets.phk1998-04-131-1/+3
* Use read_random()phk1998-04-061-2/+7
* Remove the last traces of TUBA.phk1998-04-065-32/+5
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-304-19/+19
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+3
* Fixed style bugs (mostly) in previous commit.bde1998-03-287-25/+33
* Get socket and locking stuff by including <sys/socket.h> and <sys/lock.h>,bde1998-03-281-1/+2
* When building in in the kernel rather than as a LKM, don't compilepeter1998-03-271-4/+4
* allow open on all minorspeter1998-03-271-2/+2
* A fix for a link down route cleanup panic, when the route cleanuppeter1998-03-271-1/+10
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createswollman1998-03-247-33/+140
* FixedSpellingErrorInAFunctionname.bde1998-03-231-2/+2
OpenPOWER on IntegriCloud