aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-3/+3
* Implement DLT_RAW from libpcapAndrey A. Chernov1998-08-182-2/+4
* Fixed printf format errors. sppp_dotted_quad() was yet another private,Bruce Evans1998-08-171-9/+10
* Fixed yet more ioctl breakage due to the type of the `cmd' arg changingBruce Evans1998-08-152-7/+7
* One-liner: add a call to the underlying device driver's SIOCDELMULTIBill Paul1998-08-121-1/+2
* fix broken loopback code for ddp (again)Julian Elischer1998-08-041-3/+6
* update ATM driver. (base version: midway.c 1.67 --> 1.68)Kenjiro Cho1998-07-293-130/+409
* Make sure the link level sockaddr size is rounded up correctly on alpha.Doug Rabson1998-07-201-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-152-6/+6
* Don't attempt to optimize the space allocated for bpf headers ifBruce Evans1998-07-131-2/+3
* Make sure the packet is aligned correctly for the alpha in if_simloop.Doug Rabson1998-07-121-2/+13
* Fixed printf format errors.Bruce Evans1998-07-111-3/+4
* Removed unused includes.Bruce Evans1998-06-212-4/+2
* Zap what appears to be a relic of the older version of zlib. The otherPeter Wemm1998-06-201-5/+2
* Missing splx().Peter Wemm1998-06-201-2/+4
* Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morePeter Wemm1998-06-205-27/+17
* OopsJulian Elischer1998-06-141-1/+2
* Try narrow down the culprit sending undefined packet types through the loopbackJulian Elischer1998-06-143-8/+22
* Allow a protocol to specify that it does NOT want to be looped backJulian Elischer1998-06-131-3/+6
* Remove 3 occurances of __FUNCTION__Julian Elischer1998-06-121-4/+3
* Go through the loopback code with a broom..Julian Elischer1998-06-124-187/+130
* Don't let ifunit() modify the string passed as an argument.Julian Elischer1998-06-081-16/+26
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-0710-33/+35
* Added a used include (in ifdefed code).Bruce Evans1998-06-071-1/+3
* Fixed pedantic syntax errors caused by a trailing semicolon in a macroBruce Evans1998-06-071-2/+2
* Backed out last fix and fixed my typo:David Greenman1998-05-211-2/+2
* Add missing close parenPeter Dufault1998-05-201-2/+2
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viaDavid Greenman1998-05-193-3/+11
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-2/+2
* Fix an obvious parameter-order bogon. (Don't know what happened toGarrett Wollman1998-05-151-2/+2
* Oops, the previous commit should have changed `i386' to `__i386__',Bruce Evans1998-05-011-3/+3
* Loopback network interface driver (net/if_loop.c) has no SIOCSIFFLAGSPoul-Henning Kamp1998-04-301-1/+4
* Support more than 256 tun devices:Brian Somers1998-04-271-9/+13
* 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-152-6/+6
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.Poul-Henning Kamp1998-04-064-15/+15
* Use random() for seq numbers and read_random for CHAP challenge.Poul-Henning Kamp1998-04-061-6/+11
* Make read_random() take a (void *) argument instead of (char *)Poul-Henning Kamp1998-04-061-4/+4
* Time changes mark 2:Poul-Henning Kamp1998-04-041-4/+6
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-307-31/+32
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-2/+2
* Quieten a debug message.. This happens under "normal" operation by 4 bytesPeter Wemm1998-03-251-2/+2
* Added a forward struct declaration so that this file is lessBruce Evans1998-03-231-2/+2
* ppp-2.3.x ships with a bad compression number for deflate. It uses numberPeter Wemm1998-03-223-8/+40
* Update kernel parts of ppp to ppp-2.3.3. Not much has changed exceptPeter Wemm1998-03-213-852/+1959
* On most other systems "out there", <net/if.h> does not require the callerPeter Wemm1998-03-211-1/+9
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallyGarrett Wollman1998-03-184-10/+473
* Fixed syntax error in previous commit.Bruce Evans1998-03-011-2/+2
* Make it possible to indicate that we don't care about the remotePoul-Henning Kamp1998-02-281-3/+6
* Don't depend on "implicit int" or bloat the data section in theBruce Evans1998-02-202-3/+3