summaryrefslogtreecommitdiff
path: root/sys/net/if_vether.c
AgeCommit message (Expand)Author
2015-12-05remove old lint annotationsTed Unangst
2015-10-25arp_ifinit() is no longer required.Martin Pieuchot
2015-05-23Pass output packets to bpf(4). This is helpful when debugging stackMartin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-19unifdef INET in net code as a precursor to removing the pretend option.Ted Unangst
2014-11-23length argument for some free() calls; ok dougTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-10-19Uniformize drivers doing nothing with their multicast filters to makeMartin Pieuchot
2013-03-28no need for a lot of code to include proc.hTed Unangst
2013-03-26Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.Martin Pieuchot
2011-07-22use ifmedia_delete_instance() when destroying a vetherTheo de Raadt
2010-04-02ugly spacingTheo de Raadt
2010-04-02Special-case SIOCADDMULTI and SIOCDELMULTI ioctls, based on code from if_tun.Stefan Sperling
2010-04-02allow this to compile in the never-gonna-happen world without INETTheo de Raadt
2010-03-23dont maintain a list of vether devices inside the driver if they are neverDavid Gwynne
2010-01-12delete more left-over stuff from vether developmentTheo de Raadt
2010-01-12the bridge does bpf for us, so we do not need bpf.hTheo de Raadt
2010-01-12delete the unused debug macrosTheo de Raadt
2010-01-12do not need rndvar.h anymoreTheo de Raadt
2010-01-12Unify the various fake ethernet generators as ether_fakeaddr() whichTheo de Raadt
2009-11-22Add a lot of bpf and counter manipulation to the bridge. The bridgeTheo de Raadt
2009-11-18improve the bpf path. packets we send out via the bridge are seen, butTheo de Raadt
2009-11-18set IFCAP_VLAN_MTU; from bradTheo de Raadt
2009-11-12count packets; from claudioTheo de Raadt
2009-11-09s/MPLS_DEBUG/VETHER_DEBUGMarco Pfatschbacher
2009-11-09vether(4) is a virtual ethernet device driver which can be usedTheo de Raadt