| Commit message (Expand) | Author | Age | Files | Lines |
* | Set topology change propagation on all ports _except_ the caller. | thompsa | 2007-01-18 | 1 | -1/+1 |
* | style(9) nit. Prefer struct[space]name[space]{ to make grep searches more | csjp | 2007-01-01 | 1 | -2/+2 |
* | - Don't defer the removal of an 802.1q header for no real reason. | yar | 2006-12-30 | 1 | -25/+16 |
* | Various bpf(4) related fixes to catch places up to the new bpf(4) | jhb | 2006-12-29 | 1 | -1/+1 |
* | First cut at half/quarter-rate 11a channel support (e.g. for use | sam | 2006-12-27 | 1 | -0/+9 |
* | Note that rev. 1.221 introduced a local workaround for a general problem. | yar | 2006-12-24 | 1 | -0/+4 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -6/+10 |
* | These days P2P means peer-2-peer (also well known from serveral filesharing | thompsa | 2006-12-11 | 4 | -25/+25 |
* | Fix an oscure bug triggered by a recent change in kern_socket.c. | luigi | 2006-12-08 | 1 | -1/+9 |
* | Use callout mechanism instead of timeout()/untimeout(). | ume | 2006-12-05 | 3 | -3/+4 |
* | Add two new flags to if_bridge(4) indicating whether the edge flag | syrinx | 2006-12-04 | 4 | -3/+18 |
* | Fix SIOCGDRVSPEC/BRDGGIFSSTP ioctl: make it copyin() the user | syrinx | 2006-12-03 | 1 | -1/+1 |
* | Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefs | rwatson | 2006-12-01 | 1 | -20/+0 |
* | fix typo in last commit | imp | 2006-12-01 | 1 | -1/+1 |
* | Use FreeBDS standard __packed as opposed to the gcc centric | imp | 2006-12-01 | 1 | -2/+2 |
* | Move the __packed declarations. This makes sizeof(struct llc) 8 again | imp | 2006-12-01 | 1 | -7/+11 |
* | Use CTASSERT to make sure: | imp | 2006-12-01 | 1 | -1/+6 |
* | The recent issues with em(4) interface has shown that the old 4.4BSD | glebius | 2006-11-30 | 1 | -0/+3 |
* | Change net.isr.direct from defaulting to 0 to 1 in 7-CURRENT. This | rwatson | 2006-11-28 | 1 | -1/+1 |
* | Sync with the OpenBSD port of RSTP | thompsa | 2006-11-27 | 4 | -65/+77 |
* | Initialize the port info, this shouldnt have been removed in r1.28 | thompsa | 2006-11-26 | 1 | -0/+1 |
* | Remove redundant setting of port state. | thompsa | 2006-11-26 | 1 | -1/+0 |
* | use two stage creation of stp ports, this means that the stp variables can be | thompsa | 2006-11-26 | 3 | -25/+33 |
* | Initialize a local variable in 2 places just before it is used, not always | bde | 2006-11-23 | 1 | -1/+2 |
* | Do not call bstp_stop() internally as it clears the running flag which causes | thompsa | 2006-11-19 | 1 | -11/+3 |
* | Fix typo in comment | csjp | 2006-11-18 | 1 | -1/+1 |
* | Currently, drivers that support hardware offload of VLAN tag | csjp | 2006-11-18 | 2 | -0/+59 |
* | mark struct ether_header packed so gcc honors alignment | sam | 2006-11-18 | 1 | -1/+1 |
* | Teach an IPv6 to ppp(4). | ume | 2006-11-11 | 2 | -1/+56 |
* | MFp4 | thompsa | 2006-11-09 | 2 | -20/+44 |
* | Add a new address cache type called sticky. On an interface marked sticky any | thompsa | 2006-11-09 | 2 | -19/+27 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 11 | -47/+141 |
* | Fix possible leak when bridge is in monitor mode. Use m_freem() which will | csjp | 2006-11-05 | 1 | -1/+1 |
* | Currently, we initialize "error" to zero when it's declared, then | csjp | 2006-11-04 | 1 | -2/+1 |
* | When the packet is for the bridge then note which interface to send the reply | thompsa | 2006-11-04 | 1 | -0/+5 |
* | Ok, here it is, we finally add SCTP to current. Note that this | rrs | 2006-11-03 | 1 | -2/+13 |
* | Defer sending the bpdu from bstp_update_info as all code paths will test this | thompsa | 2006-11-03 | 1 | -1/+1 |
* | Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized | andre | 2006-11-02 | 3 | -3/+4 |
* | Do not test all the conditions if the port is already forwarding. Also print a | thompsa | 2006-11-02 | 1 | -3/+7 |
* | Fix a resource leak when the mbuf pointer changes. | thompsa | 2006-11-02 | 1 | -15/+13 |
* | If the port is agreed or edge then allow it go go straight to forwarding rather | thompsa | 2006-11-02 | 1 | -7/+8 |
* | Bring in support for the Rapid Spanning Tree Protocol (802.1w). | thompsa | 2006-11-01 | 4 | -964/+2003 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 12 | -12/+24 |
* | Fix error in rev. 1.68. The intention was to break out the switch(){}, | glebius | 2006-10-21 | 1 | -1/+1 |
* | - Update the baudrate every time the parent changes its link state. | glebius | 2006-10-11 | 1 | -3/+4 |
* | Use LIST_FOREACH_SAFE instead of a hand rolled version. | thompsa | 2006-10-09 | 1 | -8/+4 |
* | Remove licence clauses 3 & 4 | thompsa | 2006-10-01 | 1 | -5/+0 |
* | Fix our ioctl(2) implementation when the argument is "int". New | ru | 2006-09-27 | 2 | -2/+14 |
* | Revert r1.80 as the ethernet header was inadvertently stripped from ARP | thompsa | 2006-09-22 | 1 | -14/+36 |
* | fixed a bug that local IPv6 traffic (to an address configured on an | suz | 2006-09-22 | 1 | -9/+25 |