| Commit message (Expand) | Author | Age | Files | Lines |
* | In vlan_input(), if the network interface does not perform h/w based | qingli | 2006-08-01 | 1 | -15/+9 |
* | Add some statistics that are needed to support RFC4188 as part of the SoC2006 | thompsa | 2006-07-31 | 4 | -1/+161 |
* | Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of | thompsa | 2006-07-27 | 4 | -52/+50 |
* | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | avatar | 2006-07-27 | 2 | -0/+2 |
* | bridgestp is now a seperate module. | thompsa | 2006-07-26 | 1 | -0/+1 |
* | Remove stp variables that are already initialised in bstp_attach(). | thompsa | 2006-07-26 | 1 | -5/+0 |
* | /tmp/cvsuusTrc | thompsa | 2006-07-26 | 4 | -723/+953 |
* | Remove variables that are overridden by ether_ifattach(). This clears up any | thompsa | 2006-07-26 | 1 | -3/+0 |
* | add support for 802.11 packet injection via bpf | sam | 2006-07-26 | 1 | -0/+31 |
* | Rather than calling mircotime() in catchpacket(), make catchpacket() | dwmalone | 2006-07-24 | 1 | -6/+30 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 2 | -1/+19 |
* | Use TAILQ_FOREACH instead of poking around in the guts of the list | brooks | 2006-07-15 | 1 | -8/+5 |
* | Drop a pointless cast of ifp->if_softc to (struct tap_softc *). | brooks | 2006-07-15 | 1 | -1/+1 |
* | Catch up with the revised network interface cloning which takes an optional | thompsa | 2006-07-10 | 1 | -2/+2 |
* | Revise network interface cloning to take an optional opaque | sam | 2006-07-09 | 12 | -35/+73 |
* | Adjust rt_(set|get)metrics() to do kernel <-> userland timebase conversion. | oleg | 2006-07-06 | 1 | -2/+7 |
* | Fix a braino in the last revision, enc_clone_destroy needs return void instead | thompsa | 2006-07-04 | 1 | -12/+3 |
* | Adjust descriptor locking to tell the kqueue subsystem that our descriptor is | csjp | 2006-07-03 | 1 | -3/+1 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 4 | -29/+20 |
* | Use TAILQ_FOREACH in the __FreeBSD__ case, too. | yar | 2006-06-29 | 1 | -2/+1 |
* | Use TAILQ_FOREACH. | yar | 2006-06-29 | 1 | -4/+1 |
* | Use the nifty TAILQ_FOREACH. | yar | 2006-06-29 | 1 | -2/+1 |
* | Detach the interface first, do vlan_unconfig() then. | yar | 2006-06-29 | 1 | -9/+3 |
* | Remove a few unused things. | yar | 2006-06-29 | 1 | -12/+8 |
* | Reduce unneeded code duplication. | yar | 2006-06-29 | 1 | -12/+1 |
* | A small race existed where the lock was dropped between when encif was | thompsa | 2006-06-28 | 1 | -24/+20 |
* | Simplify ipsec_bpf by using bpf_mtap2(). | thompsa | 2006-06-27 | 1 | -9/+2 |
* | Add a pseudo interface for packet filtering IPSec connections before or after | thompsa | 2006-06-26 | 2 | -0/+324 |
* | Fix the VLAN_ARRAY case, mostly regarding improper use of atomic(9) | yar | 2006-06-21 | 1 | -30/+16 |
* | Track interface department events and detach vlans from | yar | 2006-06-21 | 1 | -8/+76 |
* | - First initialize ifnet, and then insert it into global | glebius | 2006-06-21 | 1 | -14/+16 |
* | Allow gif interfaces to be added as span ports, the user may want to send a | thompsa | 2006-06-20 | 1 | -0/+1 |
* | Import interface groups from OpenBSD. This allows to group interfaces in | mlaier | 2006-06-19 | 4 | -0/+321 |
* | Fix spelling mistake in comment. | thompsa | 2006-06-19 | 1 | -1/+1 |
* | Since we are doing some bpf(4) clean up, change a couple of function prototypes | csjp | 2006-06-15 | 1 | -142/+48 |
* | If bpf(4) has not been compiled into the kernel, initialize the bpf interface | csjp | 2006-06-14 | 2 | -1/+6 |
* | Use bit operations to get a locally administered address rather than using a | thompsa | 2006-06-12 | 1 | -5/+4 |
* | Fix KASSERT conditions in if_deregister_com_alloc(). | fjoe | 2006-06-11 | 1 | -2/+2 |
* | Allow bridge and carp to play nicely together by returning the packet if its | thompsa | 2006-06-08 | 1 | -2/+16 |
* | Assuming the interface has an address of x.x.x.195, a mask of | qingli | 2006-06-05 | 1 | -0/+6 |
* | Back out previous two commits, this caused some problems in the namespace | csjp | 2006-06-03 | 1 | -7/+2 |
* | Temporarily include files so that our macro checks do something useful. | csjp | 2006-06-03 | 1 | -0/+3 |
* | Make sure we don't try to dereference the the if_bpf pointer when bpf has | csjp | 2006-06-03 | 1 | -1/+5 |
* | add missed calls to bpf_peers_present | sam | 2006-06-02 | 2 | -3/+3 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 10 | -102/+58 |
* | Fix gif_output() so that GIF_UNLOCK() is performed only in case | glebius | 2006-06-02 | 1 | -2/+2 |
* | raw_disconnect() now disconnects but does not detach the raw pcb. As a | rwatson | 2006-06-02 | 2 | -3/+2 |
* | - Add definition for IFM_10G_CX4. | glebius | 2006-06-02 | 1 | -0/+4 |
* | Announce all interfaces to devd on attach/detach. This adds a new devctl | thompsa | 2006-06-01 | 1 | -0/+2 |
* | Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59 | marius | 2006-05-30 | 1 | -10/+10 |