summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Let M_PANIC go back to the private tree as its intention isn't understood wellbp2001-01-311-2/+1
* Revert mutex initialization check to look at mtx_description.jasone2001-01-301-1/+1
* Supply a stub bpf_validate() (always returning false - the script is notpeter2001-01-291-4/+13
* Use M_PANIC instead of if (sc == NULL) panic();peter2001-01-291-1/+2
* Make the number of loopback interfaces dynamically tunable. Why onepeter2001-01-292-18/+80
* Minor cleanups after yesterday's patch.luigi2001-01-261-19/+10
* Bring bridging code in line with the one which works on -STABLE.luigi2001-01-261-49/+97
* Comment the interface to ether_input() and the way is normallyluigi2001-01-251-0/+9
* DEVFS cloning for if_tap.phk2001-01-241-5/+47
* Assorted bugfixes:luigi2001-01-221-14/+23
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-1/+2
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Small fix for bpf compat:bmilekic2000-12-272-1/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-219-13/+13
* Various fixes to make leased line operation more robust. On lcp_up, startjhay2000-12-191-49/+100
* Fix bug: a read() on a bpf device which was in non-blocking modejdp2000-12-171-5/+6
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-088-20/+12
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Move the wakeup/signaling of the reader side of the tun device intojlemon2000-12-051-9/+18
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-1/+5
* Unbreak world; #include <sys/mutex.h> instead of <machine/mutex.h>jlemon2000-11-261-1/+3
* Make log(-1, ...) do what addlog(...) did.phk2000-11-261-89/+89
OpenPOWER on IntegriCloud