summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Spelling/grammer fixes in comment.brooks2005-06-171-1/+1
* Initialze ifp->if_softc.brooks2005-06-131-1/+3
* Return NULL instead of a bogus pointer from if_alloc when if_com_allocbrooks2005-06-121-6/+9
* Catch up with the struct ifnet changes and use if_alloc().thompsa2005-06-101-1/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-1040-503/+847
* Add missing {} in last commit.mlaier2005-06-101-1/+2
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.thompsa2005-06-103-19/+83
* When returing an RTM_GET message through the routing socket fillharti2005-06-091-0/+2
* Bring in IPFW layer2 filtering from bridge.c, this allows Ethernet filteringthompsa2005-06-071-2/+65
* Change the maximum bpf program instruction limitation from being hard-csjp2005-06-061-1/+4
* Send link state change notifications to /dev/devctl. This is needed tobrooks2005-06-061-0/+2
* Change ipv6 packet filtering to match ipv4. It now checks pfil_member andthompsa2005-06-061-1/+10
* Fix indentation of two comment blocks from the last commit.thompsa2005-06-051-10/+10
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-056-0/+67
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dthompsa2005-06-053-0/+3939
* integrate changes from libpcap-0.9.1-096sam2005-05-281-5/+137
* Update refrenced URL for SNMP list of ifTypes to refer to iana.orgbrooks2005-05-281-1/+1
* Plug mbuf leak, that I have introduced in 1.85. Also restore important commentglebius2005-05-261-5/+13
* Separate out address-detaching part of if_detach into if_purgeaddrs,peadar2005-05-253-46/+45
* Fix semantics of ph_busy_count == -1 to pass instead of block.mlaier2005-05-231-1/+3
* If we are going tocperciva2005-05-061-0/+1
* Change m_uiotombuf so it will accept offset at which data should be copiedemax2005-05-042-2/+2
* -introduce net.bpf sysctl instead of the less intuitive debug.*csjp2005-05-041-8/+10
* - 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
OpenPOWER on IntegriCloud