| Commit message (Expand) | Author | Age | Files | Lines |
* | - Call if_link_state_change() for each vlan, when link changes | glebius | 2005-04-20 | 1 | -7/+4 |
* | Do not call all link state callbacks directly, but schedule | glebius | 2005-04-20 | 2 | -3/+24 |
* | Zero the ifr.ifr_name buffer in ifconf() in order to avoid | cperciva | 2005-04-15 | 1 | -0/+6 |
* | Add #defines for control fields and address bits. | mdodd | 2005-04-13 | 1 | -0/+28 |
* | Provide a sysctl (net.link.tap.user_open) to allow unpriviliged | mdodd | 2005-04-13 | 1 | -3/+12 |
* | Explicitly hold a reference to the cdev we have just cloned. This | phk | 2005-03-31 | 3 | -2/+7 |
* | You must selwakeup{,pri}() when closing a selectable object or the | green | 2005-03-27 | 1 | -0/+1 |
* | rt_newaddrmsg will blow up if given something other than RTM_ADD | sam | 2005-03-26 | 1 | -0/+3 |
* | Zero the reserved fields of the header, as per rfc 2734. This change | gallatin | 2005-03-25 | 1 | -0/+6 |
* | - Break after nested switch. | mdodd | 2005-03-24 | 1 | -0/+2 |
* | ifma_protospec is a pointer. Use NULL when assigning or compating it. | glebius | 2005-03-20 | 1 | -2/+2 |
* | Add a sysctl net.link.log_link_state_change, which allows to | glebius | 2005-03-12 | 1 | -5/+13 |
* | When neither of supported frame type is enabled via kernel options enable | sobomax | 2005-03-06 | 1 | -0/+9 |
* | Fix ef(4) driver when kernel compiled w/o IPX. | sobomax | 2005-03-06 | 1 | -1/+1 |
* | fix a bug where bpf would try to wakeup before updating the state.. This | jmg | 2005-03-02 | 1 | -2/+6 |
* | Use NET_CALLOUT_MPSAFE macro. | glebius | 2005-03-01 | 2 | -2/+2 |
* | Revert change to struct ifnet. Use ifnet pointer in softc. Embedding | glebius | 2005-03-01 | 1 | -6/+1 |
* | In bpf_setf(), protect against races between multiple user threads | rwatson | 2005-02-28 | 1 | -1/+2 |
* | Update a comment describing bpf_iflist to indicate that the BPF interface | rwatson | 2005-02-28 | 1 | -1/+4 |
* | Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet. | glebius | 2005-02-26 | 1 | -1/+6 |
* | Change the definition of struct if_data's member ifi_epoch from wall | brooks | 2005-02-25 | 2 | -2/+2 |
* | o Move ifcr_count sanity check up and reject negative values before we | maxim | 2005-02-24 | 1 | -6/+3 |
* | Fix long lines in comment introduced in previous commit. | glebius | 2005-02-24 | 1 | -5/+6 |
* | the rt parameter to ifa_rtrequest callbacks should always be non-null; | sam | 2005-02-24 | 4 | -10/+4 |
* | eliminate dead code and collapse the remainder | sam | 2005-02-23 | 1 | -3/+1 |
* | Typo in comment. | glebius | 2005-02-22 | 1 | -1/+1 |
* | When prepending an LCC SNAP header to an atalk outgoing ethernet packet, | rwatson | 2005-02-22 | 1 | -1/+1 |
* | - In if_link_state_change() extract function body from if-block, to improve | glebius | 2005-02-22 | 1 | -19/+25 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 5 | -1/+53 |
* | Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate that | ru | 2005-02-18 | 3 | -7/+9 |
* | 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 |
* | Validate ifc->ifc_len before submitting its incarnation to sbuf_new, | delphij | 2005-02-12 | 1 | -0/+4 |
* | Make a bunch of malloc types static. | phk | 2005-02-10 | 1 | -1/+1 |
* | Log changes of link state. | glebius | 2005-01-30 | 1 | -0/+3 |
* | Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket control | rwatson | 2005-01-24 | 1 | -0/+2 |
* | Fix spelling in a comment. | yar | 2005-01-24 | 1 | -1/+1 |
* | Reduce the global name space pollution. | yar | 2005-01-23 | 1 | -2/+2 |
* | - Reduce number of arguments passed to dummynet_io(), we already have cookie | glebius | 2005-01-16 | 2 | -3/+2 |
* | Remove ip_fw.h and ip_dummynet.h from includes. | glebius | 2005-01-15 | 1 | -2/+0 |
* | o Clean up interface between ip_fw_chk() and its callers: | glebius | 2005-01-14 | 2 | -7/+11 |
* | Fix a typo in a comment that may be confusing if one doesn't really | keramida | 2005-01-11 | 1 | -1/+1 |
* | don't see NBPFILTER. | ume | 2005-01-11 | 1 | -2/+0 |
* | remove HAVE_OLD_BPF part. | ume | 2005-01-11 | 1 | -20/+0 |
* | we are not OLD_BPF system. | ume | 2005-01-11 | 1 | -1/+0 |
* | fix typo. | ume | 2005-01-11 | 1 | -1/+1 |
* | This change adds reliability for Ethernet trunks built with ng_one2many: | glebius | 2005-01-08 | 1 | -0/+6 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 73 | -75/+90 |
* | Add FR support to sppp (MFCronyx). | rik | 2004-12-28 | 3 | -14/+685 |
* | Fix mbuf leak. | pjd | 2004-12-27 | 1 | -1/+3 |