summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add two fields for the lower layers convenience.phk1998-12-201-1/+5
* Straigthen out the use of the tls and tlf callbacks.phk1998-12-161-9/+14
* Generalize the if_up() and if_down() functions under the namesphk1998-12-162-15/+42
* Bridging support. Wait for LINT to be updated before trying it.luigi1998-12-143-11/+32
* Make the use of 'disc' vs 'ds' as prefix consistent by making all 'disc'.eivind1998-12-141-15/+15
* (almost) null commit, recording message for previous commit:phk1998-12-111-4/+4
* *** empty log message ***phk1998-12-112-11/+16
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-072-4/+1
* Propagate unsignedness to all variants of 'k', and reorganize theeivind1998-12-071-24/+38
* Remove guard for < 0 on an unsigned variable.eivind1998-12-071-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-045-16/+21
* I got another batch of suggestions for cosmetic changes from bde.truckman1998-11-112-4/+4
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-114-29/+39
* * Use explicitly sized types for grovelling around inside packets.dfr1998-10-311-21/+21
* Check the timeval passed to BIOCSRTIMEOUT with itimerfix. Use tvtohz()alex1998-10-081-8/+9
* Minor cleanup: kill a couple of unused variables, and a couple ofjoerg1998-10-061-3/+7
* In an attempt to reduce the huge number of differences between thejoerg1998-10-061-225/+337
* Fix a =/== confusion that caused the CHAP type renegotiation tojoerg1998-10-051-2/+2
* The length argument for bcopy is a size_t, not u_int. Adjustalex1998-10-041-5/+5
* Change BPF_ALIGNMENT to long, necessary for correct alignment on Alpha.alex1998-10-041-2/+2
* Support hz > 1000 (Alpha) in BIOCSRTIMEOUT.alex1998-10-041-10/+5
* fix an mbuf leak when using ipfw to filger bridged packetsluigi1998-09-181-2/+5
* Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4fenner1998-09-151-1/+3
* Bring in files for bridging support.luigi1998-09-122-0/+753
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-3/+3
* Implement DLT_RAW from libpcapache1998-08-182-2/+4
* Fixed printf format errors. sppp_dotted_quad() was yet another private,bde1998-08-171-9/+10
* Fixed yet more ioctl breakage due to the type of the `cmd' arg changingbde1998-08-152-7/+7
* One-liner: add a call to the underlying device driver's SIOCDELMULTIwpaul1998-08-121-1/+2
* fix broken loopback code for ddp (again)julian1998-08-041-3/+6
* update ATM driver. (base version: midway.c 1.67 --> 1.68)kjc1998-07-293-130/+409
* Make sure the link level sockaddr size is rounded up correctly on alpha.dfr1998-07-201-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-152-6/+6
* Don't attempt to optimize the space allocated for bpf headers ifbde1998-07-131-2/+3
* Make sure the packet is aligned correctly for the alpha in if_simloop.dfr1998-07-121-2/+13
* Fixed printf format errors.bde1998-07-111-3/+4
* Removed unused includes.bde1998-06-212-4/+2
* Zap what appears to be a relic of the older version of zlib. The otherpeter1998-06-201-5/+2
* Missing splx().peter1998-06-201-2/+4
* Merge ppp changes from 2.3.3 -> 2.3.5. I have spotted some morepeter1998-06-205-27/+17
* Oopsjulian1998-06-141-1/+2
* Try narrow down the culprit sending undefined packet types through the loopbackjulian1998-06-143-8/+22
* Allow a protocol to specify that it does NOT want to be looped backjulian1998-06-131-3/+6
* Remove 3 occurances of __FUNCTION__julian1998-06-121-4/+3
* Go through the loopback code with a broom..julian1998-06-124-187/+130
* Don't let ifunit() modify the string passed as an argument.julian1998-06-081-16/+26
* This commit fixes various 64bit portability problems required fordfr1998-06-0710-33/+35
* Added a used include (in ifdefed code).bde1998-06-071-1/+3
* Fixed pedantic syntax errors caused by a trailing semicolon in a macrobde1998-06-071-2/+2
* Backed out last fix and fixed my typo:dg1998-05-211-2/+2
OpenPOWER on IntegriCloud