| Commit message (Expand) | Author | Age | Files | Lines |
* | Honor the IFF_MONITOR flag. | glebius | 2007-07-26 | 1 | -0/+6 |
* | ng_send_fn() can return with an error, the function of interest | ru | 2007-03-08 | 1 | -1/+2 |
* | SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags | ru | 2006-09-15 | 1 | -1/+1 |
* | Don't count output bytes twice (the byte accouting is done | ru | 2006-02-11 | 1 | -7/+4 |
* | Two fixes: | ru | 2006-02-06 | 1 | -33/+33 |
* | Simplify setting the link-level address. | ru | 2005-11-08 | 1 | -19/+3 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -14/+17 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -11/+17 |
* | - Initialize interface as UP when hook is connected. | glebius | 2005-04-20 | 1 | -2/+5 |
* | Remove extra ifnet pointer from private data. It can be accessed via arpcom. | glebius | 2005-04-20 | 1 | -6/+5 |
* | Remove ng_connect_t where it is unused. Probably it remained from ng_source.c. | glebius | 2005-03-14 | 1 | -14/+0 |
* | Use subr_unit allocator instead of own functions. | glebius | 2005-03-14 | 1 | -94/+5 |
* | Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input(). | ru | 2005-03-01 | 1 | -0/+6 |
* | bzero() -> M_ZERO. | ru | 2005-02-08 | 1 | -2/+1 |
* | Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD. | ru | 2005-02-05 | 1 | -1/+24 |
* | Fixed an off-by-one error when dealing with interface name | ru | 2005-02-03 | 1 | -2/+2 |
* | Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname". | ru | 2005-02-03 | 1 | -8/+9 |
* | Removed unused includes. | ru | 2005-02-03 | 1 | -3/+0 |
* | Fix the comment. | ru | 2005-02-02 | 1 | -2/+2 |
* | Whitespace and "const" changes to reduce diffs to RELENG_4. | ru | 2005-02-02 | 1 | -87/+89 |
* | Raise & drop IFF_RUNNING upon receival of netgraph flow control | glebius | 2005-01-14 | 1 | -0/+12 |
* | Remove orphaned comment about Meta data. | glebius | 2004-09-11 | 1 | -1/+0 |
* | Introduce a new mutex, ng_eiface_mtx, to protect the global unit list | rwatson | 2004-07-14 | 1 | -1/+11 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 1 | -2/+2 |
* | Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer. | julian | 2004-06-25 | 1 | -5/+0 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+10 |
* | + rename and document an unused field in struct arpcom (field is still | luigi | 2004-04-18 | 1 | -1/+0 |
* | Use the (now standard) Ethernet address parse type. | ru | 2003-12-17 | 1 | -19/+5 |
* | MFS: Make struct arpcom the first entry in softc. (There are at least | ru | 2003-12-15 | 1 | -1/+1 |
* | Check the correct set of interface flags and fix a memory leak. | ru | 2003-11-17 | 1 | -1/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -11/+8 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | o track changes to ethernet input packet handling | sam | 2002-11-14 | 1 | -25/+5 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 1 | -0/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -3/+3 |
* | Allow a changed MAC address to show up in ifconfig by changing it | julian | 2001-02-26 | 1 | -0/+13 |
* | slight cleanups during testing. | julian | 2001-02-25 | 1 | -4/+46 |
* | Add a node that looks to all the word like an ethernet but delivers its | julian | 2001-02-25 | 1 | -0/+633 |