summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* When pfil(9) is enabled the bridge only considers ETHERTYPE_ARP, ETHERTYPE_IP...thompsa2005-12-291-5/+13
* add a sysctl to turn debug msgs on/off when built with IFMEDIA_DEBUGsam2005-12-251-0/+4
* 1) remove useless check of loop_copy - corresponding code was removed inoleg2005-12-221-5/+5
* Add RFC 3378 EtherIP support. This change makes it possible to add gifthompsa2005-12-213-10/+95
* As of r1.21 all broadcast packets are reprocessed by ether_input as arriving onthompsa2005-12-211-2/+6
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-6/+7
* Use M_ZERO for the bridge_iflist to ensure there are no unexpected suprises.thompsa2005-12-171-1/+1
* Minor whitespace cleanup.thompsa2005-12-172-31/+31
* Change from a callback in if_ethersubr to using EVENTHANDLER in order to detachthompsa2005-12-173-21/+67
* It is not safe to use m_copypacket() here as the returned mbuf is readonly,thompsa2005-12-151-1/+6
* Add support for creating span ports so that one can snoop bridged trafficthompsa2005-12-142-1/+152
* Do not accept an empty bpf program.jkim2005-12-081-0/+3
* Add BPF Just-In-Time compiler support for ng_bpf(4).jkim2005-12-073-6/+8
* s/M_WAITOK/M_NOWAIT/ while mutex is held.jkim2005-12-061-2/+2
* Add experimental BPF Just-In-Time compiler for amd64 and i386.jkim2005-12-064-3/+222
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Fix -Wundef.ru2005-12-041-4/+4
* The bridge is capable of sending broadcast packets so enable IFF_BROADCASTthompsa2005-11-291-1/+1
* Take if_baudrate from the parent. This fixes problem with SNMPglebius2005-11-281-0/+1
* Fix the following bugs:ru2005-11-241-5/+20
* Purge layer specific mbuf flags on layer crossings to avoid confusingandre2005-11-181-0/+3
* Fix a second missed case where the refcount is not decremented.thompsa2005-11-131-2/+3
* Fix a mbuf and refcnt leak in the broadcast code.thompsa2005-11-131-4/+4
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-1114-65/+46
* Use the more appropriate ifnet_byindex() instead of ifaddr_byindex().ru2005-11-111-2/+2
* Force this interface to be RUNNING.glebius2005-11-111-0/+1
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-118-44/+18
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-093-26/+43
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-0812-125/+63
* - Do not raise IFF_DRV_OACTIVE flag in vlan_start, because thisglebius2005-11-061-2/+8
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* If we have been called from ether_ifdetach() then do not try and clear thethompsa2005-10-231-20/+25
* Before we export network interface data through the ifmibdata structure,csjp2005-10-231-1/+1
* Use new (inline) functions for calls into driver.phk2005-10-162-7/+5
* Make four more functions static that were missed in the last commit.thompsa2005-10-141-5/+5
* Change most of the bridge and stp funtions to static. This has highlightedthompsa2005-10-142-209/+226
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cthompsa2005-10-144-31/+33
* From 101 ways to panic your kernel.thompsa2005-10-132-1/+13
* Consolidate two adjacent conditional blocksjulian2005-10-131-5/+1
* Remove a stale comment.ru2005-10-131-1/+0
* Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, movethompsa2005-10-132-14/+10
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-128-101/+61
* Be pedantic here: We're converting from network byte order to hostimp2005-10-121-2/+2
* Do not unconditionally set a spanning tree port to forwarding as the link may bethompsa2005-10-111-1/+1
* A deja vu of:glebius2005-10-071-1/+4
* Fixing a boot time panic(when if_fwip is compiled into kernel) by renamingavatar2005-10-061-3/+3
* Fix KASSERT function name in ether_output, use __func__ while I am here.thompsa2005-10-061-2/+2
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+1
* Protect PID initializations for statistics by the bpf descriptorcsjp2005-10-041-2/+6
* Rename net.isr.enable to net.isr.dispatch.rwatson2005-10-041-5/+5
OpenPOWER on IntegriCloud