| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Add kqueue support to if_tun. Loosely based on if_tap changes. | rwatson | 2006-08-08 | 1 | -1/+119 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 1 | -19/+14 |
* | Use the nifty TAILQ_FOREACH. | yar | 2006-06-29 | 1 | -2/+1 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 1 | -1/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -3/+4 |
* | Merge the dev_clone and dev_clone_cred event handlers into a single | rwatson | 2005-08-08 | 1 | -2/+4 |
* | Fix some long standing bugs in writing to the BPF device attached to | dwmalone | 2005-06-26 | 1 | -7/+6 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -25/+30 |
* | Change m_uiotombuf so it will accept offset at which data should be copied | emax | 2005-05-04 | 1 | -1/+1 |
* | Explicitly hold a reference to the cdev we have just cloned. This | phk | 2005-03-31 | 1 | -1/+3 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Include fcntl.h | phk | 2004-12-22 | 1 | -2/+3 |
* | Utilize m_uiotombuf() in device write method, instead of home-grown | glebius | 2004-10-31 | 1 | -38/+12 |
* | Assign pointer NULL, not 0. | glebius | 2004-10-11 | 1 | -1/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+2 |
* | Bring in the first chunk of altq driver modifications. This covers the | mlaier | 2004-07-02 | 1 | -7/+30 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -13/+13 |
* | Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on | mlaier | 2004-06-15 | 1 | -3/+2 |
* | Add per-softc locking to if_tun: | rwatson | 2004-03-29 | 1 | -6/+66 |
* | Lock down if_tun global variables using a new mutex, tunmtx. As with | rwatson | 2004-03-29 | 1 | -11/+31 |
* | Remove tun_proc; replace with tun_pid. tun_proc pointer may be stale | rwatson | 2004-03-17 | 1 | -7/+14 |
* | Remove stale (unused) unit variables from if_tun and if_tap softc's. | rwatson | 2004-03-13 | 1 | -1/+0 |
* | Add clone_setup() function rather than rely on lazy initialization. | phk | 2004-03-11 | 1 | -0/+1 |
* | Don't set d_flags twice. The second setting clobbered D_NOGIANT. | bde | 2004-02-24 | 1 | -2/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 2/6: | phk | 2004-02-21 | 1 | -101/+62 |
* | o eliminate widespread on-stack mbuf use for bpf by introducing | sam | 2003-12-28 | 1 | -47/+3 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -6/+5 |
* | Make TUNDEBUG use if_printf instead of printf. | brooks | 2003-10-31 | 1 | -24/+17 |
* | Use IF_MAXUNIT instead of rolling our own identical TUN_MAXUNIT. | brooks | 2003-10-23 | 1 | -4/+3 |
* | Correctly name r_unit member tun_unit. | phk | 2003-09-27 | 1 | -3/+3 |
* | Revert last change and insure the driver can support other address families. | jlemon | 2003-03-08 | 1 | -0/+18 |
* | The tun driver is INET only. Don't pretend to support other address families. | jlemon | 2003-03-08 | 1 | -25/+0 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -5/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -3/+48 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+8 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -2/+2 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -31/+31 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -2/+2 |
* | NODEVFS cleanup: remove calls to cdevsw_remove() | phk | 2003-02-26 | 1 | -2/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | NODEVFS cleanup: unifdef | phk | 2003-01-30 | 1 | -10/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | Originally when DEVFS was added, a global variable "devfs_present" | phk | 2003-01-19 | 1 | -8/+9 |
* | network interface and link layer changes: | sam | 2002-11-15 | 1 | -3/+3 |
* | Don't check IFF_RUNNING in previous change. | simokawa | 2002-10-25 | 1 | -2/+2 |
* | Don't send/recieve packets when the interface is down. | simokawa | 2002-10-23 | 1 | -0/+9 |