summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-072-11/+4
* Fix another shortcircuit return() statement that I missed.jlemon2001-09-071-1/+1
* Fix sense of comparison in space test. Also eliminate a compilejlemon2001-09-071-8/+8
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-068-52/+72
* Cosmetic cleanups and rearrangement for code to come. There should bejlemon2001-09-061-63/+68
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,brooks2001-09-054-72/+173
* Add cloning support for the tap(4) device similar to that in the tun(4)brooks2001-09-052-136/+221
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-032-5/+3
* Synch with NetBSD and OpenBSD.ru2001-08-311-1/+9
* TUNSIFINFO now expects IFF_MULTICAST to be OR'd with either IFF_POINTOPOINTbrian2001-08-251-6/+4
* Correct the comment about bpfattach() to match reality.dd2001-08-231-3/+4
* Fix typojulian2001-08-161-1/+1
* Only allocate teh 1540 byte buffer if we need it..julian2001-08-161-20/+20
* Don't allocate an entire 1500 byte buffer on the stack.julian2001-08-152-5/+14
* printed current sequence number of the SA. accordingly, changedume2001-08-061-2/+2
* Don't terminate the uiomove() loop on a zero-length mbuf. It's notfenner2001-08-031-4/+3
* fix memory leak when error during opening of routing socketjon2001-08-021-0/+1
* Update our bpf.h with tcpdump.org's new DLT_ types.fenner2001-07-311-2/+82
* If LCP proto-rej is received, drop the protocol mentioned by the message.ume2001-07-311-1/+59
* incorrect bounds-check on snprintf.itojun2001-07-261-2/+2
* Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctlfenner2001-07-252-7/+2
* As commented in defined in sys/net/route.c, rt_fixchange() has a badume2001-07-251-5/+25
* Eliminate the panic, reported by Daniel Sobral, which occurs whenfenner2001-07-241-17/+36
* Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughfenner2001-07-242-5/+2
* unbreak building kernel without option INET6ume2001-07-052-0/+4
* adjust mbuf length right in route_output().ume2001-07-041-1/+7
* gif(4) and stf(4) modernization:brooks2001-07-023-117/+240
* Add kernel infrastructure for network device cloning.brooks2001-07-023-5/+238
* inject outbound packet to BPF.ume2001-06-241-1/+25
* Close a race where we were releasing the unit resource at the startbrian2001-06-201-2/+4
* Suppress update ifnet.iflastchange when processing packets for SNMPsumikawa2001-06-191-1/+0
* Remove the SI_CHEAPCLONE flag when hanging resources off the dev_tbrian2001-06-181-0/+2
* This file was a horrible mixture of styles old and new.markm2001-06-161-27/+16
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-153-5/+9
* Fix warning. s/char/unsigned char/ in "(char *)eth"peter2001-06-151-1/+1
* Fix warning: 848: warning: label `nosupport' defined but not usedpeter2001-06-151-1/+0
* Fix warning; remove unused variablepeter2001-06-151-1/+1
* Remove unused variablepeter2001-06-151-1/+0
* Make compilable. addlog(...) was replaced with log(-1, ...)ume2001-06-131-18/+18
* Restore the code wrongly nuked by previous commit.ume2001-06-121-0/+1
* Sync with recent KAME.ume2001-06-1114-177/+1435
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-1/+1
* Back out part of my previous commit. This was a last minute changepeter2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-2/+2
* When looking for an interface appropriate for the (new or changing)ru2001-06-041-1/+1
* First, wrap the if_up() call into splimp()/splx() becauseyar2001-06-031-2/+5
* Support /dev/tun cloning. Ansify if_tun.c while I'm there.brian2001-06-012-92/+130
* Currently, each wireless networking driver has it's own control programphk2001-05-263-3/+100
* Make if_tun's clone create SI_CHEAPCLONE devices.phk2001-05-251-0/+1
* Add a couple more codes for upcoming raylink driver additions.dmlb2001-05-171-9/+70
OpenPOWER on IntegriCloud