summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Teach an IPv6 to ppp(4).ume2006-11-112-1/+56
* MFp4thompsa2006-11-092-20/+44
* Add a new address cache type called sticky. On an interface marked sticky anythompsa2006-11-092-19/+27
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-0611-47/+141
* Fix possible leak when bridge is in monitor mode. Use m_freem() which willcsjp2006-11-051-1/+1
* Currently, we initialize "error" to zero when it's declared, thencsjp2006-11-041-2/+1
* When the packet is for the bridge then note which interface to send the replythompsa2006-11-041-0/+5
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-2/+13
* Defer sending the bpdu from bstp_update_info as all code paths will test thisthompsa2006-11-031-1/+1
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedandre2006-11-023-3/+4
* Do not test all the conditions if the port is already forwarding. Also print athompsa2006-11-021-3/+7
* Fix a resource leak when the mbuf pointer changes.thompsa2006-11-021-15/+13
* If the port is agreed or edge then allow it go go straight to forwarding ratherthompsa2006-11-021-7/+8
* 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
OpenPOWER on IntegriCloud