aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Set ifq_maxlen.Dmitrij Tejblum1999-02-201-1/+2
* World, I'd like you to meet the first FreeBSD token Ring driver.Julian Elischer1999-02-204-5/+508
* Remove all the #ifdef notyet stuff, it is probably never going to happenPoul-Henning Kamp1999-02-191-77/+27
* Since ifru_flags is a short, we can fit in a copy of the flagsPoul-Henning Kamp1999-02-192-5/+6
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-163-2/+5
* Get rid of IFF_BROADCAST from default IFF_ slip options. This accidentlyMatthew Dillon1999-02-021-2/+2
* Print a message if the driver didn't initialize ifq_maxlen.Poul-Henning Kamp1999-02-011-2/+5
* Slight cleanups. There were 2 ways of getting the arpcom from the ifp.Julian Elischer1999-01-311-23/+22
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-278-19/+19
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-3/+9
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.Peter Wemm1999-01-172-15/+2
* Remove unused variable & clean up a couple of style issues.Eivind Eklund1999-01-121-5/+5
* Remove one unused variable.Luigi Rizzo1998-12-311-2/+1
* Update sppp support to i4b level. This includes the new spppcontrolPoul-Henning Kamp1998-12-272-35/+126
* More isdn4bsd convergence: cleanup log messages.Poul-Henning Kamp1998-12-261-18/+24
* Converge further on the isdn4bsd version of this file.Poul-Henning Kamp1998-12-261-27/+25
* clean up more timeout/untimeout portability stuff.Poul-Henning Kamp1998-12-261-34/+19
* Add two fields for the lower layers convenience.Poul-Henning Kamp1998-12-201-1/+5
* Straigthen out the use of the tls and tlf callbacks.Poul-Henning Kamp1998-12-161-9/+14
* Generalize the if_up() and if_down() functions under the namesPoul-Henning Kamp1998-12-162-15/+42
* Bridging support. Wait for LINT to be updated before trying it.Luigi Rizzo1998-12-143-11/+32
* Make the use of 'disc' vs 'ds' as prefix consistent by making all 'disc'.Eivind Eklund1998-12-141-15/+15
* (almost) null commit, recording message for previous commit:Poul-Henning Kamp1998-12-111-4/+4
* *** empty log message ***Poul-Henning Kamp1998-12-112-11/+16
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-4/+1
* Propagate unsignedness to all variants of 'k', and reorganize theEivind Eklund1998-12-071-24/+38
* Remove guard for < 0 on an unsigned variable.Eivind Eklund1998-12-071-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-045-16/+21
* I got another batch of suggestions for cosmetic changes from bde.Don Lewis1998-11-112-4/+4
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-114-29/+39
* * Use explicitly sized types for grovelling around inside packets.Doug Rabson1998-10-311-21/+21
* Check the timeval passed to BIOCSRTIMEOUT with itimerfix. Use tvtohz()Alexander Langer1998-10-081-8/+9
* Minor cleanup: kill a couple of unused variables, and a couple ofJoerg Wunsch1998-10-061-3/+7
* In an attempt to reduce the huge number of differences between theJoerg Wunsch1998-10-061-225/+337
* Fix a =/== confusion that caused the CHAP type renegotiation toJoerg Wunsch1998-10-051-2/+2
* The length argument for bcopy is a size_t, not u_int. AdjustAlexander Langer1998-10-041-5/+5
* Change BPF_ALIGNMENT to long, necessary for correct alignment on Alpha.Alexander Langer1998-10-041-2/+2
* Support hz > 1000 (Alpha) in BIOCSRTIMEOUT.Alexander Langer1998-10-041-10/+5
* fix an mbuf leak when using ipfw to filger bridged packetsLuigi Rizzo1998-09-181-2/+5
* Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4Bill Fenner1998-09-151-1/+3
* Bring in files for bridging support.Luigi Rizzo1998-09-122-0/+753
* 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