summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-2/+2
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-1/+0
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+7
* Make the network /dev entries use MAJOR_AUTO.mux2003-02-281-3/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* - add support for IPX (tested with mount -t nwfs and mars_nwe),fjoe2003-01-241-0/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* SMP locking for radix nodes.hsu2002-12-241-0/+2
* SMP locking for ifnet list.hsu2002-12-221-0/+20
* Lock up ifaddr reference counts.hsu2002-12-181-3/+6
* Back out rev 1.150; things are more complicated than this.sam2002-11-151-1/+1
* if_attach should not sleep; change malloc's M_WAITOK to M_NOWAITsam2002-11-151-1/+1
* Add a new helper function if_printf() modeled on device_printf(). Thebrooks2002-09-241-0/+14
* Clean up a comment talking about C strings, which are terminated with thejmallett2002-08-191-4/+4
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-191-0/+11
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-11/+19
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+12
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+11
* Check retifma for NULL before using it.mini2002-07-021-1/+2
* Move all unit number management cloned interfaces into the cloningbrooks2002-05-251-4/+25
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+1
* Add missing 'struct ifreq ifr;' that was forgotten in the last commit.peter2002-04-101-0/+1
* fixed a kernel crash when enabling multicast on vlan interfacesuz2002-04-101-4/+9
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-9/+9
* Make `route add -inet6 default ::1 -ifp gif0' work actually.ume2002-04-011-5/+1
* Remove __P.alfred2002-03-191-1/+1
* 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
OpenPOWER on IntegriCloud