summaryrefslogtreecommitdiffstats
path: root/sys/net/if_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 312782kp2017-02-011-0/+6
* MFC r306289:kp2016-10-021-31/+55
* MFC r303009: Negotiate/disable TXCSUM_IPV6 same as TXCSUM.mav2016-08-181-1/+2
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* Fix panic when adding vtnet interfaces to a bridgekp2015-06-131-5/+6
* Fix a panic when VIMAGE is enabled.hrs2015-05-121-0/+2
* Fix a panic when tearing down a vnet on a VIMAGE-enabled kernel.hrs2015-02-141-2/+9
* Remove struct arpcom. It is unused by most interface types, that allocateglebius2014-11-071-2/+2
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-2/+2
* Virtualize if_bridge(4) cloner.hrs2014-10-051-72/+126
* Mechanically convert to if_inc_counter().glebius2014-09-191-16/+16
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-14/+7
* Revert r267961, r267973:gjb2014-06-271-7/+14
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-14/+7
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-2/+2
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* - Relax the restriction on the member interfaces with LLAs. Two or morehrs2013-07-281-27/+8
* Fix a compiler warning.hrs2013-07-031-0/+1
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-021-18/+83
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-3/+3
* Ignore interface renames instead of removing the interface from the bridgemarkj2013-03-281-0/+3
* Reinitialize eh after pfil(9) processing.glebius2013-03-111-0/+1
* Fix typo in comment.kevlo2012-12-181-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-9/+9
* - Use more appropriate loop (do { } while()) when generating ethernet addresspjd2012-11-291-3/+5
* o Remove last argument to ip_fragment(), and obtain all needed informationglebius2012-10-261-2/+2
* Fix fallout from r240071. If destination interface lookup fails,glebius2012-10-241-6/+5
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-4/+6
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-12/+1
* Remove the M_NOWAIT from bridge_rtable_init as it isn't needed. The functionthompsa2012-10-041-8/+3
* - In the bridge_enqueue() do success/error accounting forglebius2012-09-261-5/+4
* Introduce new link-layer PFIL hook V_link_pfil_hook.melifaro2012-09-041-61/+10
* Change bridge(4) to use if_transmit for forwarding packets to underlyingglebius2012-09-031-33/+33
* Simplify error caseemaste2012-07-101-4/+4
* Plug potential mbuf leak when bridging fragmentsemaste2012-07-101-0/+2
* Restore error handling lost in r191603emaste2012-07-091-1/+1
* Fix a panic I introduced in r234487, the bridge softc pointer is set to nullthompsa2012-06-111-14/+22
* Revert r234834 per luigi@ request.melifaro2012-05-031-0/+1
* Move several enums and structures required for L2 filtering from ip_fw_privat...melifaro2012-04-301-1/+0
* Add linkstate to bridge(4), set the link to up when at least one underlyingthompsa2012-04-201-9/+50
* Use a more appropriate default for the maximum number of addresses in thethompsa2012-02-291-2/+2
* bstp_input() always consumes the packet so remove the mbuf handling dancethompsa2012-02-231-5/+3
* Allow to set if_bridge(4) sysctls from /boot/loader.conf.pjd2012-02-071-0/+7
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-111-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* On the first loop for generating a bridge MAC address use the localthompsa2011-09-041-6/+21
OpenPOWER on IntegriCloud