summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Get IP multicast working on VLAN devices:fenner2001-05-022-7/+6
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-012-0/+6
* Better handling of ioctl(SIOCSIFFLAGS) failing in ifpromisc():fenner2001-04-271-7/+9
* Dont (ab)use drv2 to know if (si_flags & SI_NAMED) (pointed out by dd)brian2001-04-171-5/+3
* Move the decision whether we want to request authentication from ourjoerg2001-04-081-8/+8
* Fix bpf devices so select() recognizes that they are always writable.gad2001-04-041-5/+8
* Change the type of the VLAN interface from IFT_PROPVIRTUAL,yar2001-04-042-3/+3
* Add recently assigned interface types.yar2001-04-041-0/+7
* Sync up to NetBSD, Step 2:yar2001-04-041-0/+136
* Sync up to NetBSD again, Step 1:yar2001-04-041-5/+5
* Allow MOD_UNLOADs of if_tun, and handle event handler registrationbrian2001-04-032-10/+44
* If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flagsbrian2001-04-021-0/+4
* Return 0 and do nothing when we get a SIOCSIFFLAGS.brian2001-04-021-0/+1
* Fix a number of minor bugs in the VLAN code:yar2001-03-281-6/+25
* Catch up to header include changes:jhb2001-03-281-1/+3
* Use mtx_initiaalized() rather than violating the internals of the mutexjhb2001-03-281-2/+1
* Don't bypass notifying a corresponding interfaceyar2001-03-271-0/+6
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-263-3/+0
* This is another MFC candidate.joerg2001-03-251-2/+2
* (MFC candidate, see below).joerg2001-03-231-0/+14
* - Add iso88025_ifdetach().mdodd2001-03-181-110/+276
* - Define payload length constants for 4Mbps and 16Mbps.mdodd2001-03-181-12/+22
* net/route.c:ru2001-03-151-3/+4
* This include file has no business being here.mdodd2001-03-151-2/+0
* Plug several mbuf leaks in error cases (in nd6)bmilekic2001-03-112-4/+2
* Protect against negative numbers as wellalfred2001-02-261-0/+3
* fix typo in commentalfred2001-02-261-1/+1
* Santize a size variable passed to kernel malloc.alfred2001-02-261-10/+20
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-213-4/+6
* o Remove unnecessary jail() check in bpfopen() -- we limit device accessrwatson2001-02-211-3/+0
* Insert entropy harvesting calls for network traffic. Bymarkm2001-02-182-0/+8
* Add mutexes to the entire bpf subsystem to make it MPSAFE.jlemon2001-02-162-160/+96
* Fix another typo I missed on first reading:asmodai2001-02-141-1/+1
* Fix typo and comma placement.asmodai2001-02-141-2/+2
OpenPOWER on IntegriCloud