summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* - Call if_link_state_change() for each vlan, when link changesglebius2005-04-201-7/+4
* Do not call all link state callbacks directly, but scheduleglebius2005-04-202-3/+24
* Zero the ifr.ifr_name buffer in ifconf() in order to avoidcperciva2005-04-151-0/+6
* Add #defines for control fields and address bits.mdodd2005-04-131-0/+28
* Provide a sysctl (net.link.tap.user_open) to allow unpriviligedmdodd2005-04-131-3/+12
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-313-2/+7
* You must selwakeup{,pri}() when closing a selectable object or thegreen2005-03-271-0/+1
* rt_newaddrmsg will blow up if given something other than RTM_ADDsam2005-03-261-0/+3
* Zero the reserved fields of the header, as per rfc 2734. This changegallatin2005-03-251-0/+6
* - Break after nested switch.mdodd2005-03-241-0/+2
* ifma_protospec is a pointer. Use NULL when assigning or compating it.glebius2005-03-201-2/+2
* Add a sysctl net.link.log_link_state_change, which allows toglebius2005-03-121-5/+13
* When neither of supported frame type is enabled via kernel options enablesobomax2005-03-061-0/+9
* Fix ef(4) driver when kernel compiled w/o IPX.sobomax2005-03-061-1/+1
* fix a bug where bpf would try to wakeup before updating the state.. Thisjmg2005-03-021-2/+6
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-012-2/+2
* Revert change to struct ifnet. Use ifnet pointer in softc. Embeddingglebius2005-03-011-6/+1
* In bpf_setf(), protect against races between multiple user threadsrwatson2005-02-281-1/+2
* Update a comment describing bpf_iflist to indicate that the BPF interfacerwatson2005-02-281-1/+4
* Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet.glebius2005-02-261-1/+6
* Change the definition of struct if_data's member ifi_epoch from wallbrooks2005-02-252-2/+2
* o Move ifcr_count sanity check up and reject negative values before wemaxim2005-02-241-6/+3
* Fix long lines in comment introduced in previous commit.glebius2005-02-241-5/+6
* the rt parameter to ifa_rtrequest callbacks should always be non-null;sam2005-02-244-10/+4
* eliminate dead code and collapse the remaindersam2005-02-231-3/+1
* Typo in comment.glebius2005-02-221-1/+1
* When prepending an LCC SNAP header to an atalk outgoing ethernet packet,rwatson2005-02-221-1/+1
* - In if_link_state_change() extract function body from if-block, to improveglebius2005-02-221-19/+25
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-225-1/+53
* Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate thatru2005-02-183-7/+9
* Check for non-NULL ac_netgraph field in interface arpcom, instead ofglebius2005-02-141-4/+4
* If no vlan(4) interfaces are configured for the interface, and theru2005-02-141-3/+10
* Validate ifc->ifc_len before submitting its incarnation to sbuf_new,delphij2005-02-121-0/+4
* Make a bunch of malloc types static.phk2005-02-101-1/+1
* Log changes of link state.glebius2005-01-301-0/+3
* Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket controlrwatson2005-01-241-0/+2
* Fix spelling in a comment.yar2005-01-241-1/+1
* Reduce the global name space pollution.yar2005-01-231-2/+2
* - Reduce number of arguments passed to dummynet_io(), we already have cookieglebius2005-01-162-3/+2
* Remove ip_fw.h and ip_dummynet.h from includes.glebius2005-01-151-2/+0
* o Clean up interface between ip_fw_chk() and its callers:glebius2005-01-142-7/+11
* Fix a typo in a comment that may be confusing if one doesn't reallykeramida2005-01-111-1/+1
* don't see NBPFILTER.ume2005-01-111-2/+0
* remove HAVE_OLD_BPF part.ume2005-01-111-20/+0
* we are not OLD_BPF system.ume2005-01-111-1/+0
* fix typo.ume2005-01-111-1/+1
* This change adds reliability for Ethernet trunks built with ng_one2many:glebius2005-01-081-0/+6
* /* -> /*- for license, minor formatting changesimp2005-01-0773-75/+90
* Add FR support to sppp (MFCronyx).rik2004-12-283-14/+685
* Fix mbuf leak.pjd2004-12-271-1/+3
OpenPOWER on IntegriCloud