aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* unbreak building kernel without option INET6Hajimu UMEMOTO2001-07-052-0/+4
* adjust mbuf length right in route_output().Hajimu UMEMOTO2001-07-041-1/+7
* gif(4) and stf(4) modernization:Brooks Davis2001-07-023-117/+240
* Add kernel infrastructure for network device cloning.Brooks Davis2001-07-023-5/+238
* inject outbound packet to BPF.Hajimu UMEMOTO2001-06-241-1/+25
* Close a race where we were releasing the unit resource at the startBrian Somers2001-06-201-2/+4
* Suppress update ifnet.iflastchange when processing packets for SNMPMunechika SUMIKAWA2001-06-191-1/+0
* Remove the SI_CHEAPCLONE flag when hanging resources off the dev_tBrian Somers2001-06-181-0/+2
* This file was a horrible mixture of styles old and new.Mark Murray2001-06-161-27/+16
* Do not perform arp send/resolve on an interface marked NOARP.Jonathan Lemon2001-06-153-5/+9
* Fix warning. s/char/unsigned char/ in "(char *)eth"Peter Wemm2001-06-151-1/+1
* Fix warning: 848: warning: label `nosupport' defined but not usedPeter Wemm2001-06-151-1/+0
* Fix warning; remove unused variablePeter Wemm2001-06-151-1/+1
* Remove unused variablePeter Wemm2001-06-151-1/+0
* Make compilable. addlog(...) was replaced with log(-1, ...)Hajimu UMEMOTO2001-06-131-18/+18
* Restore the code wrongly nuked by previous commit.Hajimu UMEMOTO2001-06-121-0/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-1114-177/+1435
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timePeter Wemm2001-06-081-1/+1
* Back out part of my previous commit. This was a last minute changePeter Wemm2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thePeter Wemm2001-06-061-2/+2
* When looking for an interface appropriate for the (new or changing)Ruslan Ermilov2001-06-041-1/+1
* First, wrap the if_up() call into splimp()/splx() becauseYaroslav Tykhiy2001-06-031-2/+5
* Support /dev/tun cloning. Ansify if_tun.c while I'm there.Brian Somers2001-06-012-92/+130
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-263-3/+100
* Make if_tun's clone create SI_CHEAPCLONE devices.Poul-Henning Kamp2001-05-251-0/+1
* Add a couple more codes for upcoming raylink driver additions.Duncan Barclay2001-05-171-9/+70
* Get IP multicast working on VLAN devices:Bill Fenner2001-05-022-7/+6
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-012-0/+6
* Better handling of ioctl(SIOCSIFFLAGS) failing in ifpromisc():Bill Fenner2001-04-271-7/+9
* Dont (ab)use drv2 to know if (si_flags & SI_NAMED) (pointed out by dd)Brian Somers2001-04-171-5/+3
* Move the decision whether we want to request authentication from ourJoerg Wunsch2001-04-081-8/+8
* Fix bpf devices so select() recognizes that they are always writable.Garance A Drosehn2001-04-041-5/+8
* Change the type of the VLAN interface from IFT_PROPVIRTUAL,Yaroslav Tykhiy2001-04-042-3/+3
* Add recently assigned interface types.Yaroslav Tykhiy2001-04-041-0/+7
* Sync up to NetBSD, Step 2:Yaroslav Tykhiy2001-04-041-0/+136
* Sync up to NetBSD again, Step 1:Yaroslav Tykhiy2001-04-041-5/+5
* Allow MOD_UNLOADs of if_tun, and handle event handler registrationBrian Somers2001-04-032-10/+44
* If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flagsBrian Somers2001-04-021-0/+4
* Return 0 and do nothing when we get a SIOCSIFFLAGS.Brian Somers2001-04-021-0/+1
* Fix a number of minor bugs in the VLAN code:Yaroslav Tykhiy2001-03-281-6/+25
* Catch up to header include changes:John Baldwin2001-03-281-1/+3
* Use mtx_initiaalized() rather than violating the internals of the mutexJohn Baldwin2001-03-281-2/+1
* Don't bypass notifying a corresponding interfaceYaroslav Tykhiy2001-03-271-0/+6
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-263-3/+0
* This is another MFC candidate.Joerg Wunsch2001-03-251-2/+2
* (MFC candidate, see below).Joerg Wunsch2001-03-231-0/+14
* - Add iso88025_ifdetach().Matthew N. Dodd2001-03-181-110/+276
* - Define payload length constants for 4Mbps and 16Mbps.Matthew N. Dodd2001-03-181-12/+22
* net/route.c:Ruslan Ermilov2001-03-151-3/+4
* This include file has no business being here.Matthew N. Dodd2001-03-151-2/+0