summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused variable, spl() manipulation isn't done for the ifq now.jlemon2000-11-251-1/+0
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-2517-382/+228
* Fixup (hopefully) bridging + ipfw + dummynet together...bmilekic2000-11-231-2/+16
* Make compilable. if_fddisubr.c depended on sys/malloc.h by myume2000-11-041-0/+1
* Fix an order of operations buglet. ! has higher precedence than &. Thisjhb2000-11-031-1/+1
* Have tuninit() return an error if an interface address is NULL.jlemon2000-11-021-19/+23
* IPv6 was not work on FDDI.ume2000-11-011-0/+87
* Add pfil.9 manpage to build after a repository copy.ru2000-10-301-133/+0
* Add some additional message types for coming raylan driver from Duncanimp2000-10-301-0/+35
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-292-2/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Initialize rn_mklist in rn_newpair(). The undocumented assumptionwollman2000-10-271-0/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-4/+0
* Remove bogus undocumented macros used to control conditional assembly.phk2000-10-271-13/+0
* Remove #if DO_DEFLATEphk2000-10-272-6/+0
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-1/+3
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-10-191-0/+1
OpenPOWER on IntegriCloud