| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not force queueing on peer hooks. This was important only for | Gleb Smirnoff | 2006-01-12 | 1 | -14/+0 |
* | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -2/+2 |
* | Make IFP2NG() usable as an lvalue. | Ruslan Ermilov | 2005-11-09 | 1 | -4/+3 |
* | Restore part of the code dropped in rev. 1.25 that makes sure ether_demux() | Ruslan Ermilov | 2005-11-03 | 1 | -0/+9 |
* | Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c | Andrew Thompson | 2005-10-14 | 1 | -17/+4 |
* | Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, move | Andrew Thompson | 2005-10-13 | 1 | -19/+0 |
* | A deja vu of: | Gleb Smirnoff | 2005-10-07 | 1 | -2/+41 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | Max Laier | 2005-09-27 | 1 | -4/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -1/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -4/+4 |
* | Add new netgraph control message NGM_ETHER_DETACH, which actually | Gleb Smirnoff | 2005-02-14 | 1 | -0/+10 |
* | - bzero sockaddr_dl | Gleb Smirnoff | 2005-02-12 | 1 | -8/+4 |
* | Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI, | Gleb Smirnoff | 2005-02-12 | 1 | -0/+56 |
* | Removed redundant MODULE_VERSION(). | Ruslan Ermilov | 2005-02-12 | 1 | -1/+0 |
* | Fixed an off-by-one error when dealing with interface name | Ruslan Ermilov | 2005-02-03 | 1 | -2/+2 |
* | This change adds reliability for Ethernet trunks built with ng_one2many: | Gleb Smirnoff | 2005-01-08 | 1 | -0/+31 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+3 |
* | Remove a check that never returns true, because in this case we have panic | Gleb Smirnoff | 2004-12-30 | 1 | -2/+0 |
* | Fix packet flow when both ng_ether(4) and bridge(4) are in use: | Gleb Smirnoff | 2004-10-12 | 1 | -0/+5 |
* | Return 0, not NULL, from a function declared as returning int. | Dag-Erling Smørgrav | 2004-10-09 | 1 | -1/+1 |
* | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -2/+3 |
* | Slight cosmetic changes. | Julian Elischer | 2004-07-20 | 1 | -2/+3 |
* | Having moved metadata usage to mbuf tags, remove code that supports | Julian Elischer | 2004-06-26 | 1 | -14/+7 |
* | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 1 | -12/+11 |
* | Allow ng_ether "lower" and "orphans" hooks to be connected at the same time. | Archie Cobbs | 2004-05-16 | 1 | -42/+20 |
* | + rename and document an unused field in struct arpcom (field is still | Luigi Rizzo | 2004-04-18 | 1 | -1/+0 |
* | Backout previous change, it breaks build and it is not needed | Pawel Jakub Dawidek | 2004-02-20 | 1 | -1/+12 |
* | Export private structure owned by ng_ether(4) module outside. | Pawel Jakub Dawidek | 2004-02-19 | 1 | -12/+1 |
* | Also, don't crash in the netgraph disconnect node if the interface is | Brian Feldman | 2004-01-09 | 1 | -1/+2 |
* | Don't try to ifpromisc() on an interface that's deleted already. | Brian Feldman | 2004-01-09 | 1 | -4/+4 |
* | Made the Ethernet address parse type standard. | Ruslan Ermilov | 2003-12-17 | 1 | -57/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -8/+5 |
* | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 1 | -0/+2 |
* | o track changes to ethernet input packet handling | Sam Leffler | 2002-11-14 | 1 | -70/+16 |
* | Fix bug where an mbuf was being written to without checking M_WRITABLE(). | Archie Cobbs | 2002-06-05 | 1 | -57/+24 |
* | Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING. | Archie Cobbs | 2002-05-09 | 1 | -2/+10 |
* | The hardware checksum code makes the assumption that a packet routed out | Archie Cobbs | 2002-02-05 | 1 | -2/+9 |
* | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -6/+6 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -0/+3 |
* | Fix kernel crash when VLANs are combined with ng_ether(4), by attaching | Archie Cobbs | 2001-08-30 | 1 | -1/+2 |
* | Implement direct support for semipersistant nodes. | Julian Elischer | 2001-01-30 | 1 | -30/+26 |
* | Add a generic "queued function callin" mechanism | Julian Elischer | 2001-01-14 | 1 | -0/+1 |
* | Part 2 of the netgraph rewrite. | Julian Elischer | 2001-01-08 | 1 | -24/+23 |
* | Rewrite of netgraph to start getting ready for SMP. | Julian Elischer | 2001-01-06 | 1 | -29/+45 |
* | Divorce the kernel binary ABI version number from the message | Julian Elischer | 2000-12-18 | 1 | -1/+1 |
* | Reviewed by: Archie@freebsd.org | Julian Elischer | 2000-12-12 | 1 | -7/+18 |
* | Fix a bug where if the interface was in promiscuous mode when the | Archie Cobbs | 2000-12-11 | 1 | -0/+2 |
* | Add the use of M_ZERO to netgraph. | David Malone | 2000-11-18 | 1 | -2/+1 |
* | When sending a packet back to a network interface to simulate an arrived | Julian Elischer | 2000-09-19 | 1 | -0/+1 |
* | Fix wrong offset bug in ng_enaddr_unparse(). | Archie Cobbs | 2000-09-01 | 1 | -1/+2 |