summaryrefslogtreecommitdiffstats
path: root/sys/net/if_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2018-04-301-7/+8
|\
| * MFC r331436:kp2018-04-151-7/+8
| * MFC r323864kp2017-09-301-0/+1
* | Convert if_bridge.c back to if_start() to re-add the ALTQ support.Luiz Souza2017-10-301-32/+24
* | Remove excess CTLFLAG_VNETbdrewery2017-10-271-1/+1
* | bridge: Set module versionkp2017-10-271-0/+1
* | Make if_bridge complain if it can't disable some capabilities.mav2017-10-271-2/+6
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Otavio O Souza2017-02-091-0/+6
|\ \ | |/
| * MFC 312782kp2017-02-011-0/+6
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-10-061-31/+55
|\ \ | |/
| * MFC r306289:kp2016-10-021-31/+55
* | Revert "bridge: Fix fragment handling and memory leak"Renato Botelho2016-10-061-55/+31
* | bridge: Fix fragment handling and memory leakkp2016-09-261-31/+55
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-08-251-1/+2
|\ \ | |/
| * MFC r303009: Negotiate/disable TXCSUM_IPV6 same as TXCSUM.mav2016-08-181-1/+2
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-07-021-1/+1
|\ \ | |/
| * Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-091-1/+1
|\ \ | |/
| * sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-04-181-2/+2
|\ \ | |/
| * sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* | Importing pfSense patch if_bridge_gif_mtu.diffLuiz Otavio O Souza2016-04-151-6/+10
|/
* 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
OpenPOWER on IntegriCloud