| Commit message (Expand) | Author | Age | Files | Lines |
* | Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c | thompsa | 2005-10-14 | 1 | -17/+4 |
* | Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, move | thompsa | 2005-10-13 | 1 | -19/+0 |
* | A deja vu of: | glebius | 2005-10-07 | 1 | -2/+41 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -4/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -1/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -4/+4 |
* | Add new netgraph control message NGM_ETHER_DETACH, which actually | glebius | 2005-02-14 | 1 | -0/+10 |
* | - bzero sockaddr_dl | glebius | 2005-02-12 | 1 | -8/+4 |
* | Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI, | glebius | 2005-02-12 | 1 | -0/+56 |
* | Removed redundant MODULE_VERSION(). | ru | 2005-02-12 | 1 | -1/+0 |
* | Fixed an off-by-one error when dealing with interface name | ru | 2005-02-03 | 1 | -2/+2 |
* | This change adds reliability for Ethernet trunks built with ng_one2many: | glebius | 2005-01-08 | 1 | -0/+31 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+3 |
* | Remove a check that never returns true, because in this case we have panic | glebius | 2004-12-30 | 1 | -2/+0 |
* | Fix packet flow when both ng_ether(4) and bridge(4) are in use: | glebius | 2004-10-12 | 1 | -0/+5 |
* | Return 0, not NULL, from a function declared as returning int. | des | 2004-10-09 | 1 | -1/+1 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -2/+3 |
* | Slight cosmetic changes. | julian | 2004-07-20 | 1 | -2/+3 |
* | Having moved metadata usage to mbuf tags, remove code that supports | julian | 2004-06-26 | 1 | -14/+7 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+11 |
* | Allow ng_ether "lower" and "orphans" hooks to be connected at the same time. | archie | 2004-05-16 | 1 | -42/+20 |
* | + rename and document an unused field in struct arpcom (field is still | luigi | 2004-04-18 | 1 | -1/+0 |
* | Backout previous change, it breaks build and it is not needed | pjd | 2004-02-20 | 1 | -1/+12 |
* | Export private structure owned by ng_ether(4) module outside. | pjd | 2004-02-19 | 1 | -12/+1 |
* | Also, don't crash in the netgraph disconnect node if the interface is | green | 2004-01-09 | 1 | -1/+2 |
* | Don't try to ifpromisc() on an interface that's deleted already. | green | 2004-01-09 | 1 | -4/+4 |
* | Made the Ethernet address parse type standard. | ru | 2003-12-17 | 1 | -57/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -8/+5 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -0/+2 |
* | o track changes to ethernet input packet handling | sam | 2002-11-14 | 1 | -70/+16 |
* | Fix bug where an mbuf was being written to without checking M_WRITABLE(). | archie | 2002-06-05 | 1 | -57/+24 |
* | Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING. | archie | 2002-05-09 | 1 | -2/+10 |
* | The hardware checksum code makes the assumption that a packet routed out | archie | 2002-02-05 | 1 | -2/+9 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -6/+6 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -0/+3 |
* | Fix kernel crash when VLANs are combined with ng_ether(4), by attaching | archie | 2001-08-30 | 1 | -1/+2 |
* | Implement direct support for semipersistant nodes. | julian | 2001-01-30 | 1 | -30/+26 |
* | Add a generic "queued function callin" mechanism | julian | 2001-01-14 | 1 | -0/+1 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -24/+23 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -29/+45 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -1/+1 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 1 | -7/+18 |
* | Fix a bug where if the interface was in promiscuous mode when the | archie | 2000-12-11 | 1 | -0/+2 |
* | Add the use of M_ZERO to netgraph. | dwmalone | 2000-11-18 | 1 | -2/+1 |
* | When sending a packet back to a network interface to simulate an arrived | julian | 2000-09-19 | 1 | -0/+1 |
* | Fix wrong offset bug in ng_enaddr_unparse(). | archie | 2000-09-01 | 1 | -1/+2 |
* | Add three more control messages to complement their opposites: | archie | 2000-08-15 | 1 | -9/+99 |
* | Take advantage of the new unsigned and hex integer types. | archie | 2000-08-10 | 1 | -2/+2 |
* | Add three new control messages to the ng_ether(4) netgraph node type: | archie | 2000-08-07 | 1 | -4/+80 |
* | Remove node's name reference when the interface is detached; | archie | 2000-07-19 | 1 | -0/+1 |