summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* BPF wants packets in host byte order whereas TUN_IFHEAD wants thembrian2000-10-151-5/+12
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Do some cleanups of the HARP atm codes interface into the system:phk2000-10-122-10/+1
* Don't make_dev() in bpfopen() unless we need to.phk2000-10-091-2/+3
* make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsditojun2000-10-041-0/+5
* Properly setup link level header length for 802.2 and SNAP frames.bp2000-09-302-6/+9
* Handle slip options in the usual way (generate a dummy options file inbde2000-09-261-2/+1
* Removed unused includes (garbage left over/created by the SMPng megacommit).bde2000-09-261-6/+0
* In theory, m_dup should not be necessary, as m_copypacket should bensayer2000-09-251-3/+3
* Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbufbmilekic2000-09-242-1/+12
* Rename lminor() to dev2unit(). This function gives a linear unit numberphk2000-09-193-7/+9
* Call bpfattach() correctly from if_ppp.cbrian2000-09-161-0/+5
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-141-2/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-21/+2
* o Add missing "\n" to warning output in netinet/if_loop.c, when anrwatson2000-09-041-1/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-022-27/+4
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-202-0/+66
* The slip driver used to allocate a mbuf cluster without attachingdwmalone2000-08-182-9/+22
* repair endianness issue in IN_MULTICAST().itojun2000-08-152-3/+7
* Export the functionality of SIOCSIFLLADDR with if_setlladdr()archie2000-08-152-25/+51
* Change the argument for SIOCG80211NWID/SIOCS80211NWID to include theonoe2000-08-141-3/+25
* Replace nonexistent !defined(_LKM) by !defined(KLD_MODULE)ache2000-08-011-1/+1
* Check IPFILTER (options IPFILTER generates) instead of NIPFILTERache2000-08-011-2/+2
* Nonexistent "ipfilter.h" -> "opt_ipfilter.h"ache2000-07-311-1/+1
* Make the bridge_refresh operation automatic when ethernet interfacesnsayer2000-07-293-1/+14
OpenPOWER on IntegriCloud