| Commit message (Expand) | Author | Age | Files | Lines |
* | Major overhaul of pseudo-interface cloning. Highlights include: | brooks | 2004-06-22 | 1 | -242/+2 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -4/+4 |
* | Transform tbr_dequeue into a function pointer in order to build drivers with | mlaier | 2004-06-15 | 1 | -2/+2 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -2/+19 |
* | arpcom untangling: | luigi | 2004-04-24 | 1 | -2/+2 |
* | Fix a recently introduced panic in if_detach() by delaying | luigi | 2004-04-19 | 1 | -11/+11 |
* | Make if_(un)route static in if.c as they are called from if_up/if_down only. | mlaier | 2004-04-18 | 1 | -2/+4 |
* | Use if_link instead of the alias if_list, and change a for() into | luigi | 2004-04-16 | 1 | -1/+6 |
* | Consistently use ifaddr_byindex() to access the link-level address | luigi | 2004-04-16 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Don't allow interfaces to be renamed to the empty string. | brooks | 2004-03-13 | 1 | -2/+4 |
* | Remove if_withname. It came in with the KAME import, but never got | brooks | 2004-03-13 | 1 | -26/+0 |
* | Bring eventhandler callbacks for pf. | mlaier | 2004-02-26 | 1 | -0/+6 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Minor beautifications related to style(9) and code consistency. | yar | 2004-02-21 | 1 | -5/+5 |
* | Improve the SIOCSIFCAP handler a bit: | yar | 2004-02-21 | 1 | -1/+5 |
* | Add the kernel side of network interface renaming support. | brooks | 2004-02-04 | 1 | -23/+56 |
* | More macro cleanup. Use the system roundup2() macro instead of making | brooks | 2004-02-02 | 1 | -3/+1 |
* | Cleanup malloc() use in if_attach(): | brooks | 2004-01-27 | 1 | -22/+20 |
* | Clean up macro usage in if_attach(): | brooks | 2004-01-27 | 1 | -2/+2 |
* | Don't panic if there are more than 255 interfaces in the system. | ru | 2004-01-23 | 1 | -1/+2 |
* | Don't truncate the interface name in ifunit(). It's now possible to query | green | 2003-12-26 | 1 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -20/+30 |
* | Replace a couple printfs with if_printfs. | brooks | 2003-10-31 | 1 | -4/+3 |
* | Since dp->dom_ifattach calls malloc() with M_WAITOK, we cannot | ume | 2003-10-24 | 1 | -2/+21 |
* | Clean up whitespace, remove "register" keyword, ANSIfy. | des | 2003-10-23 | 1 | -109/+59 |
* | protect by IFNET_RLOCK. | ume | 2003-10-22 | 1 | -0/+2 |
* | - add dom_if{attach,detach} framework. | ume | 2003-10-17 | 1 | -0/+48 |
* | AF_LINK sockaddr has to be attached to ifp->if_addrlist until the | ume | 2003-10-16 | 1 | -3/+11 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -5/+7 |
* | I don't know from where the notion that device driver should or | phk | 2003-09-28 | 1 | -1/+1 |
* | Disabling multicast on vlan interface caused kernel panic. | ume | 2003-07-19 | 1 | -0/+2 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | Use td->td_ucred instead of td->td_proc->p_ucred. | jhb | 2003-03-20 | 1 | -2/+2 |
* | Note that MAJOR_AUTO is now the default if d_maj is not initialized. This | phk | 2003-03-09 | 1 | -1/+0 |
* | Make nokqfilter() return the correct return value. | phk | 2003-03-03 | 1 | -1/+0 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -14/+7 |
* | Make the network /dev entries use MAJOR_AUTO. | mux | 2003-02-28 | 1 | -3/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -7/+7 |
* | - add support for IPX (tested with mount -t nwfs and mars_nwe), | fjoe | 2003-01-24 | 1 | -0/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -7/+7 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -0/+2 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -0/+20 |
* | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 1 | -3/+6 |
* | Back out rev 1.150; things are more complicated than this. | sam | 2002-11-15 | 1 | -1/+1 |
* | if_attach should not sleep; change malloc's M_WAITOK to M_NOWAIT | sam | 2002-11-15 | 1 | -1/+1 |
* | Add a new helper function if_printf() modeled on device_printf(). The | brooks | 2002-09-24 | 1 | -0/+14 |
* | Clean up a comment talking about C strings, which are terminated with the | jmallett | 2002-08-19 | 1 | -4/+4 |
* | Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)). | sobomax | 2002-08-19 | 1 | -0/+11 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -11/+19 |