summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-135-12/+31
* repair IPV6_JOIN_GROUP to IPv6 all multi.itojun2000-07-091-0/+10
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-0410-419/+1281
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-043-4/+4
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-033-4/+4
* Previous commit didn't work; this time really fix it.archie2000-06-301-14/+0
* Provide forward declarations for struct ifnet and struct mbufarchie2000-06-291-0/+3
* Fix kernel build breakage when 'device ether' was not included.archie2000-06-293-13/+3
* Make the ng_ether(4) node type dynamically loadable like the rest.archie2000-06-265-427/+126
* Implement SIOCSIFLLADDR, which allows you to change the link-levelwpaul2000-06-161-0/+30
* Do not perform any opeartion with mbuf after it placed intobp2000-06-143-9/+9
* Unused include: #include "sl.h" - NSL is no longer used.peter2000-06-101-2/+0
* Don't try to apply ipfw filtering to non-IP packets.archie2000-06-021-0/+2
* fix KASSERT usagemjacob2000-06-021-1/+1
* Don't panic if ifpromisc() returnes ENXIO, it's probably just an pccardphk2000-06-011-2/+7
* Make sl(4) SLIP devices dynamically expansible. Yay! =)green2000-05-302-116/+170
* Rather than checking for hlen causing misalignment, we should do thegallatin2000-05-261-7/+9
* Back out the previous change to the queue(3) interface.jake2000-05-267-20/+20
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-245-18/+21
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-237-20/+20
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-144-73/+87
* patch from Alexey Zelkindarrenr2000-05-111-5/+4
* Add pfil(9) subroutines and manpage from NetBSD.darrenr2000-05-103-0/+391
* Remove unneeded #include <sys/kernel.h>phk2000-04-292-3/+0
* OOps forgot to check in this one...julian2000-04-281-3/+4
* Add a bpfdetach() stub routine to bpf.c. Without this, you'll get anwpaul2000-04-271-0/+6
* Fix support for 802.2 and SNAP frames. Bug was introduced duringbp2000-04-272-25/+53
* remove "register" specifiers to supress compiler warning.kjc2000-04-261-2/+2
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-4/+1
* A couple months ago, Kirk and I were doing a walkthrough of the radix-treewollman2000-04-233-157/+202
* IOCGIFCONF once and for all. Sometimes the ifc_len variableguido2000-04-211-5/+2
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-192-2/+0
* Awi driver, ported from NetBSD from Atsushi Once-san.imp2000-04-061-0/+114
* Pass me the pointy hat.gj2000-04-041-1/+6
OpenPOWER on IntegriCloud