summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Move the bridge hook after the loopback check so that IFF_SIMPLEX is honouredthompsa2006-08-251-8/+8
* The bridge cant hear its own transmissions so set IFF_SIMPLEX.thompsa2006-08-251-1/+1
* Fix spelling.thompsa2006-08-251-1/+1
* Correct buffer overflow in the handling of LCP options in ppp(4)cperciva2006-08-231-12/+24
* Remove unneeded asserts from bridge_ioctl_* since these are justthompsa2006-08-171-64/+0
* Remove two lock asserts that are unneeded due to subsequent unlocks.thompsa2006-08-171-2/+0
* Call bridge_span before dropping the lock.thompsa2006-08-171-2/+2
* This XXX remark was rendered false by rev. 103, which made theyar2006-08-151-1/+0
* Make it a tad easier to base other encapsulation schemes on this driveryar2006-08-151-5/+4
* Set IFF_DRV_RUNNING on vlan(4) once in vlan_config(),yar2006-08-151-2/+3
* Add the module version to fix the loading with if_bridge.thompsa2006-08-121-0/+1
* Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS)yar2006-08-111-0/+33
* Since bpf_allocbufs() uses malloc() with M_WAITOK, don't check returnrwatson2006-08-091-16/+9
* Add kqueue support to if_tun. Loosely based on if_tap changes.rwatson2006-08-081-1/+119
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-046-344/+1
* Should vlan_input() ever be called with ifp pointing to a non-Ethernetyar2006-08-031-4/+5
* Back out rev. 1.107 because it introduced as many problemsyar2006-08-031-9/+15
* - Use the new bridgestp callback to once again flush our bridge routes when anthompsa2006-08-021-2/+38
* Tell bridgestp that we are about to free the memory so it can cleanup.thompsa2006-08-021-0/+3
* Fix style in the last commit, the variable declaration goes at the top of thethompsa2006-08-021-1/+2
* Add a callback so we can notify the parent bridge that a port state change hasthompsa2006-08-022-4/+43
* Be sure to disable the port when removing it from STP.thompsa2006-08-021-0/+2
* In vlan_input(), if the network interface does not perform h/w basedqingli2006-08-011-15/+9
* Add some statistics that are needed to support RFC4188 as part of the SoC2006thompsa2006-07-314-1/+161
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofthompsa2006-07-274-52/+50
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-272-0/+2
* bridgestp is now a seperate module.thompsa2006-07-261-0/+1
* Remove stp variables that are already initialised in bstp_attach().thompsa2006-07-261-5/+0
* /tmp/cvsuusTrcthompsa2006-07-264-723/+953
* Remove variables that are overridden by ether_ifattach(). This clears up anythompsa2006-07-261-3/+0
* add support for 802.11 packet injection via bpfsam2006-07-261-0/+31
* Rather than calling mircotime() in catchpacket(), make catchpacket()dwmalone2006-07-241-6/+30
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-212-1/+19
* Use TAILQ_FOREACH instead of poking around in the guts of the listbrooks2006-07-151-8/+5
* Drop a pointless cast of ifp->if_softc to (struct tap_softc *).brooks2006-07-151-1/+1
* Catch up with the revised network interface cloning which takes an optionalthompsa2006-07-101-2/+2
* Revise network interface cloning to take an optional opaquesam2006-07-0912-35/+73
* Adjust rt_(set|get)metrics() to do kernel <-> userland timebase conversion.oleg2006-07-061-2/+7
* Fix a braino in the last revision, enc_clone_destroy needs return void insteadthompsa2006-07-041-12/+3
* Adjust descriptor locking to tell the kqueue subsystem that our descriptor iscsjp2006-07-031-3/+1
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-294-29/+20
* Use TAILQ_FOREACH in the __FreeBSD__ case, too.yar2006-06-291-2/+1
* Use TAILQ_FOREACH.yar2006-06-291-4/+1
* Use the nifty TAILQ_FOREACH.yar2006-06-291-2/+1
* Detach the interface first, do vlan_unconfig() then.yar2006-06-291-9/+3
* Remove a few unused things.yar2006-06-291-12/+8
* Reduce unneeded code duplication.yar2006-06-291-12/+1
* A small race existed where the lock was dropped between when encif wasthompsa2006-06-281-24/+20
* Simplify ipsec_bpf by using bpf_mtap2().thompsa2006-06-271-9/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-262-0/+324
OpenPOWER on IntegriCloud