aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-1/+1
* First cut at half/quarter-rate 11a channel support (e.g. for useSam Leffler2006-12-271-0/+9
* Note that rev. 1.221 introduced a local workaround for a general problem.Yaroslav Tykhiy2006-12-241-0/+4
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-6/+10
* These days P2P means peer-2-peer (also well known from serveral filesharingAndrew Thompson2006-12-114-25/+25
* Fix an oscure bug triggered by a recent change in kern_socket.c.Luigi Rizzo2006-12-081-1/+9
* Use callout mechanism instead of timeout()/untimeout().Hajimu UMEMOTO2006-12-053-3/+4
* Add two new flags to if_bridge(4) indicating whether the edge flagShteryana Shopova2006-12-044-3/+18
* Fix SIOCGDRVSPEC/BRDGGIFSSTP ioctl: make it copyin() the userShteryana Shopova2006-12-031-1/+1
* Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefsRobert Watson2006-12-011-20/+0
* fix typo in last commitWarner Losh2006-12-011-1/+1
* Use FreeBDS standard __packed as opposed to the gcc centricWarner Losh2006-12-011-2/+2
* Move the __packed declarations. This makes sizeof(struct llc) 8 againWarner Losh2006-12-011-7/+11
* Use CTASSERT to make sure:Warner Losh2006-12-011-1/+6
* The recent issues with em(4) interface has shown that the old 4.4BSDGleb Smirnoff2006-11-301-0/+3
* Change net.isr.direct from defaulting to 0 to 1 in 7-CURRENT. ThisRobert Watson2006-11-281-1/+1
* Sync with the OpenBSD port of RSTPAndrew Thompson2006-11-274-65/+77
* Initialize the port info, this shouldnt have been removed in r1.28Andrew Thompson2006-11-261-0/+1
* Remove redundant setting of port state.Andrew Thompson2006-11-261-1/+0
* use two stage creation of stp ports, this means that the stp variables can beAndrew Thompson2006-11-263-25/+33
* Initialize a local variable in 2 places just before it is used, not alwaysBruce Evans2006-11-231-1/+2
* Do not call bstp_stop() internally as it clears the running flag which causesAndrew Thompson2006-11-191-11/+3
* Fix typo in commentChristian S.J. Peron2006-11-181-1/+1
* Currently, drivers that support hardware offload of VLAN tagChristian S.J. Peron2006-11-182-0/+59
* mark struct ether_header packed so gcc honors alignmentSam Leffler2006-11-181-1/+1
* Teach an IPv6 to ppp(4).Hajimu UMEMOTO2006-11-112-1/+56
* MFp4Andrew Thompson2006-11-092-20/+44
* Add a new address cache type called sticky. On an interface marked sticky anyAndrew Thompson2006-11-092-19/+27
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-0611-47/+141
* Fix possible leak when bridge is in monitor mode. Use m_freem() which willChristian S.J. Peron2006-11-051-1/+1
* Currently, we initialize "error" to zero when it's declared, thenChristian S.J. Peron2006-11-041-2/+1
* When the packet is for the bridge then note which interface to send the replyAndrew Thompson2006-11-041-0/+5
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-2/+13
* Defer sending the bpdu from bstp_update_info as all code paths will test thisAndrew Thompson2006-11-031-1/+1
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedAndre Oppermann2006-11-023-3/+4
* Do not test all the conditions if the port is already forwarding. Also print aAndrew Thompson2006-11-021-3/+7
* Fix a resource leak when the mbuf pointer changes.Andrew Thompson2006-11-021-15/+13
* If the port is agreed or edge then allow it go go straight to forwarding ratherAndrew Thompson2006-11-021-7/+8
* Bring in support for the Rapid Spanning Tree Protocol (802.1w).Andrew Thompson2006-11-014-955/+1994
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-2212-12/+24
* Fix error in rev. 1.68. The intention was to break out the switch(){},Gleb Smirnoff2006-10-211-1/+1
* - Update the baudrate every time the parent changes its link state.Gleb Smirnoff2006-10-111-3/+4
* Use LIST_FOREACH_SAFE instead of a hand rolled version.Andrew Thompson2006-10-091-8/+4
* Remove licence clauses 3 & 4Andrew Thompson2006-10-011-5/+0
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-272-2/+14
* Revert r1.80 as the ethernet header was inadvertently stripped from ARPAndrew Thompson2006-09-221-14/+36
* fixed a bug that local IPv6 traffic (to an address configured on anSUZUKI Shinsuke2006-09-221-9/+25
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-172-56/+21
* Rearrange things so that ARP packets can be filtered or rate limited with IPFW.Andrew Thompson2006-09-171-30/+14
* First step of TSO (TCP segmentation offload) support in our network stack.Andre Oppermann2006-09-061-0/+3