aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: Release the bridge lock when calling bridge_set_ifcap()Kristof Provost2017-01-251-0/+6
* Remove excess CTLFLAG_VNETBryan Drewery2016-10-261-1/+1
* bridge: Fix fragment handling and memory leakKristof Provost2016-09-241-31/+55
* Negotiate/disable TXCSUM_IPV6 same as TXCSUM.Alexander Motin2016-07-181-1/+2
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+1
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-2/+2
* Fix panic when adding vtnet interfaces to a bridgeKristof Provost2015-06-131-5/+6
* Fix a panic when VIMAGE is enabled.Hiroki Sato2015-05-121-0/+2
* Fix a panic when tearing down a vnet on a VIMAGE-enabled kernel.Hiroki Sato2015-02-141-2/+9
* Remove struct arpcom. It is unused by most interface types, that allocateGleb Smirnoff2014-11-071-2/+2
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-2/+2
* Virtualize if_bridge(4) cloner.Hiroki Sato2014-10-051-72/+126
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-16/+16
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-14/+7
* Revert r267961, r267973:Glen Barber2014-06-271-7/+14
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-14/+7
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-2/+2
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* - Relax the restriction on the member interfaces with LLAs. Two or moreHiroki Sato2013-07-281-27/+8
* Fix a compiler warning.Hiroki Sato2013-07-031-0/+1
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEHiroki Sato2013-07-021-18/+83
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-091-3/+3
* Ignore interface renames instead of removing the interface from the bridgeMark Johnston2013-03-281-0/+3
* Reinitialize eh after pfil(9) processing.Gleb Smirnoff2013-03-111-0/+1
* Fix typo in comment.Kevin Lo2012-12-181-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-9/+9
* - Use more appropriate loop (do { } while()) when generating ethernet addressPawel Jakub Dawidek2012-11-291-3/+5
* o Remove last argument to ip_fragment(), and obtain all needed informationGleb Smirnoff2012-10-261-2/+2
* Fix fallout from r240071. If destination interface lookup fails,Gleb Smirnoff2012-10-241-6/+5
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-4/+6
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* A step in resolving mess with byte ordering for AF_INET. After this change:Gleb Smirnoff2012-10-061-12/+1
* Remove the M_NOWAIT from bridge_rtable_init as it isn't needed. The functionAndrew Thompson2012-10-041-8/+3
* - In the bridge_enqueue() do success/error accounting forGleb Smirnoff2012-09-261-5/+4
* Introduce new link-layer PFIL hook V_link_pfil_hook.Alexander V. Chernikov2012-09-041-61/+10
* Change bridge(4) to use if_transmit for forwarding packets to underlyingGleb Smirnoff2012-09-031-33/+33
* Simplify error caseEd Maste2012-07-101-4/+4
* Plug potential mbuf leak when bridging fragmentsEd Maste2012-07-101-0/+2
* Restore error handling lost in r191603Ed Maste2012-07-091-1/+1
* Fix a panic I introduced in r234487, the bridge softc pointer is set to nullAndrew Thompson2012-06-111-14/+22
* Revert r234834 per luigi@ request.Alexander V. Chernikov2012-05-031-0/+1
* Move several enums and structures required for L2 filtering from ip_fw_privat...Alexander V. Chernikov2012-04-301-1/+0
* Add linkstate to bridge(4), set the link to up when at least one underlyingAndrew Thompson2012-04-201-9/+50
* Use a more appropriate default for the maximum number of addresses in theAndrew Thompson2012-02-291-2/+2
* bstp_input() always consumes the packet so remove the mbuf handling danceAndrew Thompson2012-02-231-5/+3
* Allow to set if_bridge(4) sysctls from /boot/loader.conf.Pawel Jakub Dawidek2012-02-071-0/+7
* In r191367 the need for if_free_type() was removed and a new memberBrooks Davis2011-11-111-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1