summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-102-73/+61
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* When we receive an incoming Ethernet frame that was unicast to aarchie2001-02-081-10/+14
* Fix typo: compatability -> compatibility.asmodai2001-02-061-4/+4
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-063-13/+13
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-045-26/+13
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-047-14/+13
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().peter2001-02-042-0/+28
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-0313-79/+79
* o Allow non-root users to open /dev/tun* (remove suser()brian2001-02-031-8/+5
* Pass the minor number rather than the unit number to make_dev()brian2001-02-022-4/+3
* MFS: bridge/ipfw/dummynet fixesluigi2001-02-021-170/+115
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-022-16/+66
* Fix breakage caused by incomplete transition to IF_HANDOFF().bp2001-02-011-2/+2
* Quieten gcc.peter2001-01-311-0/+1
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-316-54/+154
OpenPOWER on IntegriCloud