| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the trunk(4) driver for providing link aggregation, failover and fault | thompsa | 2007-04-10 | 1 | -0/+14 |
* | Fix a typo, and update a comment. | bms | 2007-03-22 | 1 | -3/+2 |
* | Make the m_pullup() diagnostic message compile-time conditional on DIAGNOSTIC. | bms | 2007-03-20 | 1 | -0/+2 |
* | Clean up the ether_input() path by using the M_PROMISC flag. | bms | 2007-03-19 | 1 | -120/+125 |
* | Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possible | csjp | 2007-02-22 | 1 | -2/+3 |
* | Note that rev. 1.221 introduced a local workaround for a general problem. | yar | 2006-12-24 | 1 | -0/+4 |
* | Fix an oscure bug triggered by a recent change in kern_socket.c. | luigi | 2006-12-08 | 1 | -1/+9 |
* | Currently, drivers that support hardware offload of VLAN tag | csjp | 2006-11-18 | 1 | -0/+40 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Move the bridge hook after the loopback check so that IFF_SIMPLEX is honoured | thompsa | 2006-08-25 | 1 | -8/+8 |
* | Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of | thompsa | 2006-07-27 | 1 | -1/+0 |
* | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | avatar | 2006-07-27 | 1 | -0/+1 |
* | Unbreak byte counters when network interfaces are in monitor mode by | csjp | 2006-03-03 | 1 | -8/+8 |
* | Properly initialize args structure before passing it to ipfw_chk(): having | oleg | 2006-02-03 | 1 | -0/+1 |
* | Merge the //depot/user/yar/vlan branch into CVS. It contains some collective | glebius | 2006-01-30 | 1 | -3/+3 |
* | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | andre | 2006-01-18 | 1 | -1/+1 |
* | 1) remove useless check of loop_copy - corresponding code was removed in | oleg | 2005-12-22 | 1 | -5/+5 |
* | Change from a callback in if_ethersubr to using EVENTHANDLER in order to detach | thompsa | 2005-12-17 | 1 | -7/+0 |
* | Purge layer specific mbuf flags on layer crossings to avoid confusing | andre | 2005-11-18 | 1 | -0/+3 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -8/+7 |
* | - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another | ru | 2005-11-11 | 1 | -10/+5 |
* | Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c | thompsa | 2005-10-14 | 1 | -14/+5 |
* | From 101 ways to panic your kernel. | thompsa | 2005-10-13 | 1 | -0/+8 |
* | Consolidate two adjacent conditional blocks | julian | 2005-10-13 | 1 | -5/+1 |
* | Remove a stale comment. | ru | 2005-10-13 | 1 | -1/+0 |
* | Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, move | thompsa | 2005-10-13 | 1 | -13/+0 |
* | A deja vu of: | glebius | 2005-10-07 | 1 | -1/+4 |
* | Fix KASSERT function name in ether_output, use __func__ while I am here. | thompsa | 2005-10-06 | 1 | -2/+2 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -33/+2 |
* | Add support for multicast to the bridge and allow inet6 addresses to be | thompsa | 2005-09-06 | 1 | -1/+1 |
* | Don't loop back packets that have been routed by pf. This fixes an endless | mlaier | 2005-08-23 | 1 | -1/+2 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -1/+2 |
* | When allocating link layer ifnet address list entries in | rwatson | 2005-08-02 | 1 | -2/+6 |
* | Add some KASSERTS to catch null pointers. | phk | 2005-07-21 | 1 | -1/+10 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -13/+50 |
* | Add dummynet(4) support to if_bridge, this code is largely based on bridge.c. | thompsa | 2005-06-10 | 1 | -1/+2 |
* | Fix indentation of two comment blocks from the last commit. | thompsa | 2005-06-05 | 1 | -10/+10 |
* | Add hooks into the networking layer to support if_bridge. This changes struct | thompsa | 2005-06-05 | 1 | -0/+48 |
* | Fix ef(4) driver when kernel compiled w/o IPX. | sobomax | 2005-03-06 | 1 | -1/+1 |
* | Fix long lines in comment introduced in previous commit. | glebius | 2005-02-24 | 1 | -5/+6 |
* | When prepending an LCC SNAP header to an atalk outgoing ethernet packet, | rwatson | 2005-02-22 | 1 | -1/+1 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -0/+26 |
* | Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate that | ru | 2005-02-18 | 1 | -4/+4 |
* | Check for non-NULL ac_netgraph field in interface arpcom, instead of | glebius | 2005-02-14 | 1 | -4/+4 |
* | If no vlan(4) interfaces are configured for the interface, and the | ru | 2005-02-14 | 1 | -3/+10 |
* | - Reduce number of arguments passed to dummynet_io(), we already have cookie | glebius | 2005-01-16 | 1 | -2/+1 |
* | o Clean up interface between ip_fw_chk() and its callers: | glebius | 2005-01-14 | 1 | -4/+6 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Fix packet flow when both ng_ether(4) and bridge(4) are in use: | glebius | 2004-10-12 | 1 | -46/+2 |
* | When harvesting entropy from an ethernet mbuf, do so before freeing the | rwatson | 2004-10-11 | 1 | -1/+1 |