summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the interface cloning framework by handling unitmux2002-03-111-4/+59
* Use revoke_and_destroy_dev() instead of destroy_dev() when removing /dev/netgreen2002-03-051-1/+1
* Change the network interface cloning API so the destroy function returnsbrooks2002-03-041-2/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Fix a warning by pulling prototype for arp_ifinit() into scope.peter2002-02-261-1/+4
* When the local link address is changed, send out gratuitous ARPsluigi2002-02-181-0/+11
* Introduce an interface announcement message for the routingru2002-01-181-0/+6
* Add a SIOCGIFINDEX ioctl, which returns the index of a named interface.jlemon2001-10-171-0/+4
* Cleanup ifunit(), so it uses the dev_named() function to map an interfacejlemon2001-10-171-29/+11
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-4/+4
* Revision 1.13 corresponded to CSRG revision 8.4.ru2001-10-171-1/+1
* if_index is the highest interface index in the system, not the nextfenner2001-10-171-3/+3
* bring in ARP support for variable length link level addressesfjoe2001-10-141-0/+1
* Fix the ``WARNING: Driver mistake: repeat make_dev'', caused by usingjlemon2001-10-111-2/+3
* Move device nodes into a /dev/net/ directory, to avoid conflict withjlemon2001-10-111-8/+61
* Add ability to attach knotes to network devices.jlemon2001-09-291-1/+73
* Introduce network device nodes. Network devices will now automaticallyjlemon2001-09-291-63/+157
* Add two fields to the ifnet structure indicating what extra capabilitiesjlemon2001-09-181-0/+14
* KSE Milestone 2julian2001-09-121-12/+12
* Fix another shortcircuit return() statement that I missed.jlemon2001-09-071-1/+1
* Fix sense of comparison in space test. Also eliminate a compilejlemon2001-09-071-8/+8
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-40/+49
* Cosmetic cleanups and rearrangement for code to come. There should bejlemon2001-09-061-63/+68
* Add kernel infrastructure for network device cloning.brooks2001-07-021-2/+195
* Sync with recent KAME.ume2001-06-111-6/+15
* Better handling of ioctl(SIOCSIFFLAGS) failing in ifpromisc():fenner2001-04-271-7/+9
* Change the type of the VLAN interface from IFT_PROPVIRTUAL,yar2001-04-041-1/+1
* If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flagsbrian2001-04-021-0/+4
* Use mtx_initiaalized() rather than violating the internals of the mutexjhb2001-03-281-2/+1
* Don't bypass notifying a corresponding interfaceyar2001-03-271-0/+6
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-1/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-10/+10
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-18/+9
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-6/+6
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-28/+28
* Revert mutex initialization check to look at mtx_description.jasone2001-01-301-1/+1
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-1/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-6/+3
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-1/+10
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* make sure we have root priv on SIOCSIFPHY*. from thorpej@netbsditojun2000-10-041-0/+5
* Export the functionality of SIOCSIFLLADDR with if_setlladdr()archie2000-08-151-25/+50
* improve route/nd cache cleanup on interface removal.itojun2000-07-161-12/+10
* Previous commit didn't work; this time really fix it.archie2000-06-301-14/+0
* Fix kernel build breakage when 'device ether' was not included.archie2000-06-291-1/+3
* Make the ng_ether(4) node type dynamically loadable like the rest.archie2000-06-261-0/+12
* Implement SIOCSIFLLADDR, which allows you to change the link-levelwpaul2000-06-161-0/+30
* IOCGIFCONF once and for all. Sometimes the ifc_len variableguido2000-04-211-5/+2
* This fixes a problem where the SIOCGIFCONF ioctl goes wrong. Thisguido2000-02-281-1/+9
* Add workaround for fxp issue at interface initialization with IPv6.shin2000-02-011-0/+4
OpenPOWER on IntegriCloud