| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a netgraph node to handle ATM LLC encapsulation. This currently handles | Benno Rice | 2004-03-08 | 2 | -0/+323 |
* | Implemented the "getifindex" control message. | Ruslan Ermilov | 2004-03-07 | 2 | -0/+17 |
* | Netgraph node type for IEEE 802.1Q VLAN tagging. | Ruslan Ermilov | 2004-03-01 | 2 | -0/+519 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 4 | -7/+7 |
* | Unconst. Somebody didn't compile LINT. | Poul-Henning Kamp | 2004-02-24 | 1 | -1/+1 |
* | Check that a pointer is non-NULL before dereferencing it, not after. | Colin Percival | 2004-02-24 | 1 | -1/+2 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 3 | -0/+6 |
* | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 3 | -16/+0 |
* | Backout previous change, it breaks build and it is not needed | Pawel Jakub Dawidek | 2004-02-20 | 4 | -107/+13 |
* | Add new failure detection algorithm. | Pawel Jakub Dawidek | 2004-02-19 | 2 | -1/+94 |
* | Export private structure owned by ng_ether(4) module outside. | Pawel Jakub Dawidek | 2004-02-19 | 2 | -12/+13 |
* | Use the official ng_timeout function to trigger sending. This means, | Hartmut Brandt | 2004-01-30 | 1 | -22/+14 |
* | Correct the description of the net.graph.recvspace sysctl. | Ruslan Ermilov | 2004-01-27 | 1 | -1/+1 |
* | Don't confuse NULL and 0, use 0 where an integer is expected. | Hartmut Brandt | 2004-01-27 | 1 | -2/+2 |
* | Style: add __FBSDID, relocate some { that were on the wrong line, | Hartmut Brandt | 2004-01-27 | 1 | -36/+24 |
* | Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is one | Hartmut Brandt | 2004-01-26 | 3 | -4/+9 |
* | Get rid of the old *LEN constants in favour of the new *SIZ constants | Hartmut Brandt | 2004-01-26 | 2 | -6/+6 |
* | Define the new command NGM_SOURCE_START_NOW to allow generation of | Hartmut Brandt | 2004-01-26 | 1 | -0/+1 |
* | Make ng_source to work with non-ethernet interfaces. We do this by | Hartmut Brandt | 2004-01-26 | 1 | -2/+37 |
* | Declare a function to silence a warning. | Hartmut Brandt | 2004-01-26 | 1 | -0/+2 |
* | Should use the non-locking versions of the ifqueue macros to | Hartmut Brandt | 2004-01-26 | 1 | -7/+7 |
* | Replace a call to bzero() with an M_ZERO flag. Replace the MALLOC() with | Hartmut Brandt | 2004-01-26 | 1 | -2/+1 |
* | The version in the type description must be the ABI version, not | Hartmut Brandt | 2004-01-26 | 1 | -3/+3 |
* | Get rid of the deprecated *LEN constants in favour of the new | Hartmut Brandt | 2004-01-26 | 12 | -65/+64 |
* | Get rid of the deprecated *LEN constants and use the new *SIZ | Hartmut Brandt | 2004-01-26 | 1 | -2/+2 |
* | Allow the socket buffer sizes to be controlled via sysctl(8). | Ruslan Ermilov | 2004-01-23 | 1 | -0/+4 |
* | Simplify timing gymnastics a bit. | Poul-Henning Kamp | 2004-01-21 | 1 | -2/+2 |
* | Add an "ethernet" hook to the rfc1490 netgraph module. It will send | Brian Feldman | 2004-01-14 | 2 | -7/+35 |
* | 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 |
* | o eliminate widespread on-stack mbuf use for bpf by introducing | Sam Leffler | 2003-12-28 | 1 | -8/+2 |
* | NULL -> 0 where appropriate. | Alfred Perlstein | 2003-12-24 | 5 | -23/+23 |
* | The default value of net.graph.nonstandard_pppoe is changed to -1, | Yaroslav Tykhiy | 2003-12-19 | 1 | -2/+2 |
* | Fixed panic on hook disconnection that previous revision has introduced. | Ruslan Ermilov | 2003-12-19 | 1 | -5/+8 |
* | Fixed compilation on 64-bit platforms. | Ruslan Ermilov | 2003-12-19 | 1 | -2/+2 |
* | There are two modes of ng_pppoe operation, standard and | Yaroslav Tykhiy | 2003-12-18 | 1 | -11/+38 |
* | Removed an outdated comment. | Ruslan Ermilov | 2003-12-18 | 1 | -2/+0 |
* | Use the (now standard) Ethernet address parse type. | Ruslan Ermilov | 2003-12-17 | 2 | -39/+5 |
* | Made the Ethernet address parse type standard. | Ruslan Ermilov | 2003-12-17 | 5 | -67/+69 |
* | Replaced two bzero() calls with the M_ZERO flag to malloc(). | Ruslan Ermilov | 2003-12-17 | 1 | -3/+2 |
* | MFS: Make struct arpcom the first entry in softc. (There are at least | Ruslan Ermilov | 2003-12-15 | 1 | -1/+1 |
* | Pass MTX_DEF instead of 0 as the last argument to mtx_init(). | Don Lewis | 2003-12-15 | 1 | -1/+2 |
* | The last argument to mtx_init() should be MTX_DEF, not 0. This is not a | Don Lewis | 2003-12-08 | 2 | -5/+10 |
* | Lower the maximum ACK timeout for GRE packets from 10 to 1 second. | Archie Cobbs | 2003-11-18 | 1 | -1/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 2 | -6/+12 |
* | Fixed two memory leaks. | Ruslan Ermilov | 2003-11-17 | 1 | -1/+3 |
* | Check the correct set of interface flags and fix a memory leak. | Ruslan Ermilov | 2003-11-17 | 1 | -1/+2 |
* | Change double include protection style in headers to match | Maksim Yevmenkin | 2003-11-14 | 17 | -17/+17 |
* | Make the defines that prevent multiple includes look like the | Hartmut Brandt | 2003-11-13 | 3 | -6/+6 |
* | Bump the netgraph header version to 6 for the change of the name | Hartmut Brandt | 2003-11-12 | 1 | -1/+1 |