| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - 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 |
| * | Add three more control messages to complement their opposites: | Archie Cobbs | 2000-08-15 | 1 | -9/+99 |
| * | Take advantage of the new unsigned and hex integer types. | Archie Cobbs | 2000-08-10 | 1 | -2/+2 |
| * | Add three new control messages to the ng_ether(4) netgraph node type: | Archie Cobbs | 2000-08-07 | 1 | -4/+80 |
| * | Remove node's name reference when the interface is detached; | Archie Cobbs | 2000-07-19 | 1 | -0/+1 |
| * | Set NG_INVALID flag when destroying node. | Archie Cobbs | 2000-07-14 | 1 | -0/+1 |
| * | Fix race condition caused by using NG_SEND_DATAQ() where we meant | Archie Cobbs | 2000-07-12 | 1 | -3/+1 |
| * | Don't forget to set our MAC address into packets we wre sending out via | Julian Elischer | 2000-07-06 | 1 | -0/+6 |
| * | Make the ng_ether(4) node type dynamically loadable like the rest. | Archie Cobbs | 2000-06-26 | 1 | -0/+633 |