summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include fcntl.hphk2004-12-221-2/+3
* Don't include filedesc.hphk2004-12-221-3/+3
* Include fcntl.hphk2004-12-221-3/+3
* Check O_NONBLOCK instead of IO_NDELAY.phk2004-12-221-2/+1
* don't try to recurse on the bpf lock.. kqueue already locks the bpf lockjmg2004-12-171-2/+1
* Kill double inclusion for <netinet/in.h> and <netinet/in_systm.h>.rik2004-12-141-2/+0
* Make sppp MPSAFE.rik2004-12-122-112/+237
* Cleanup link state change notification:sam2004-12-082-0/+27
* Don't require a device to be marked up when issuing BIOCSETIF.sam2004-12-081-4/+3
* Implement the check I was talking about in the previous message already.mlaier2004-11-301-4/+4
* Assign if_broadcastaddr to NULL not 0 in if_attach().rwatson2004-11-231-8/+10
* sync comment on IFF_OACTIVE with reality.. IFF_OACTIVE is set when thejmg2004-11-171-1/+1
* Remove the #if 0 wrapping around !ALTQ stuff that can't be used due to ABImlaier2004-11-091-34/+0
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-082-10/+20
OpenPOWER on IntegriCloud