summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-164-4/+54
* Break long lines that I introduced in a previous commit.eivind1999-04-111-4/+7
* Add missing SYSCTL_DECL(_net_link); required by newer sysctl implementation.wpaul1999-04-071-1/+2
* Add a missing declaration that broke the compilation of this file.jdp1999-04-031-0/+1
* Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for thensayer1999-03-301-3/+30
* rganize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,phk1999-03-302-30/+51
* Implement TUNSIFMODE and TUNSLMODE.des1999-03-243-3/+47
* Grrr... botched remote commit. Let's try this again: vlan updates,wpaul1999-03-152-2/+11
* Updates for vlan stuff:wpaul1999-03-151-25/+228
* Submitted by: Larry Lilejulian1999-03-103-34/+69
* Also add 1000baseSX, 1000baseLX, 1000baseCX and 1000baseTX media types. Atwpaul1999-03-071-0/+12
* Add 1000baseFX, 10baseSTP and 10baseFL media types. The 1000baseFXwpaul1999-03-061-1/+19
* The fe driver supports bridging, so added it to lists.kato1999-02-251-3/+3
* Misplaces brace puts important code into debug section.phk1999-02-231-5/+5
* Set ifq_maxlen.dt1999-02-201-1/+2
* World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-204-5/+508
* Remove all the #ifdef notyet stuff, it is probably never going to happenphk1999-02-191-77/+27
* Since ifru_flags is a short, we can fit in a copy of the flagsphk1999-02-192-5/+6
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-163-2/+5
* Get rid of IFF_BROADCAST from default IFF_ slip options. This accidentlydillon1999-02-021-2/+2
* Print a message if the driver didn't initialize ifq_maxlen.phk1999-02-011-2/+5
* Slight cleanups. There were 2 ways of getting the arpcom from the ifp.julian1999-01-311-23/+22
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-278-19/+19
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-3/+9
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.peter1999-01-172-15/+2
* Remove unused variable & clean up a couple of style issues.eivind1999-01-121-5/+5
* Remove one unused variable.luigi1998-12-311-2/+1
* Update sppp support to i4b level. This includes the new spppcontrolphk1998-12-272-35/+126
* More isdn4bsd convergence: cleanup log messages.phk1998-12-261-18/+24
* Converge further on the isdn4bsd version of this file.phk1998-12-261-27/+25
* clean up more timeout/untimeout portability stuff.phk1998-12-261-34/+19
* 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
OpenPOWER on IntegriCloud