summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix if_types.h as per the IANA assignments with regard to IPv6.asmodai2000-07-281-4/+8
* Change to support vmware... SIOCSIFADDR on the character devicensayer2000-07-252-6/+8
* Workaround to avoid panic during detach pccard nic.ume2000-07-251-1/+4
* Sundry changes to debugging code.nsayer2000-07-242-35/+75
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-211-1/+1
* Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)nsayer2000-07-201-1/+1
* Add sysctl to perform bridge refresh. This is required if bridgednsayer2000-07-201-7/+29
* Add the tap driver.nsayer2000-07-203-0/+919
* Temporary hack for the benefit of the X-Bone projectkris2000-07-201-0/+2
* Const'ify parameters to ethers(3) routines as appropriate.archie2000-07-181-5/+5
* Initialise ifnet::if_typebrian2000-07-171-0/+2
* improve route/nd cache cleanup on interface removal.itojun2000-07-161-12/+10
OpenPOWER on IntegriCloud