summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Bring in support for the Rapid Spanning Tree Protocol (802.1w).thompsa2006-11-014-964/+2003
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-2212-12/+24
* Fix error in rev. 1.68. The intention was to break out the switch(){},glebius2006-10-211-1/+1
* - Update the baudrate every time the parent changes its link state.glebius2006-10-111-3/+4
* Use LIST_FOREACH_SAFE instead of a hand rolled version.thompsa2006-10-091-8/+4
* Remove licence clauses 3 & 4thompsa2006-10-011-5/+0
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-272-2/+14
* Revert r1.80 as the ethernet header was inadvertently stripped from ARPthompsa2006-09-221-14/+36
* fixed a bug that local IPv6 traffic (to an address configured on ansuz2006-09-221-9/+25
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-172-56/+21
* Rearrange things so that ARP packets can be filtered or rate limited with IPFW.thompsa2006-09-171-30/+14
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-0/+3
* Improve description of if_capabilities, if_capenable and ifi_hwassist.andre2006-09-062-4/+21
* Fix the socket option IP_ONESBCAST by giving it its own case in ip_output()andre2006-09-062-0/+28
* more juniper dlt'ssam2006-09-041-0/+12
* 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
OpenPOWER on IntegriCloud