Revision tags: release/14.0.0 |
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
#
d862b165 |
| 10-Apr-2023 |
Mark Johnston <markj@FreeBSD.org> |
bridge: Add support for emulated netmap mode
if_bridge receives packets via a special interface, if_bridge_input, rather than by if_input. Thus, netmap's usual hooking of ifnet routines does not wo
bridge: Add support for emulated netmap mode
if_bridge receives packets via a special interface, if_bridge_input, rather than by if_input. Thus, netmap's usual hooking of ifnet routines does not work as expected. Instead, modify bridge_input() to pass packets directly to netmap when it is enabled. This applies to both locally delivered packets and forwarded packets.
When a netmap application transmits a packet by writing it to the host TX ring, the mbuf chain is passed to if_input, which ordinarily points to ether_input(). However, when transmitting via if_bridge, bridge_input() needs to see the packet again in order to decide whether to deliver or forward. Thus, introduce a new protocol flag, M_BRIDGE_INJECT, which 1) causes the packet to be passed to bridge_input() again after Ethernet processing, and 2) avoids passing the packet back to netmap. The source MAC address of the packet is used to determine the original "receiving" interface.
Reviewed by: vmaffione MFC after: 2 months Sponsored by: Zenarmor Sponsored by: OPNsense Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D38066
show more ...
|
#
3fdb40d1 |
| 10-Apr-2023 |
Zhenlei Huang <zlei@FreeBSD.org> |
bridge.4: Document the net.link.bridge.log_mac_flap sysctl variable
It was introduced in 2d3614fb132b (bridge: Log MAC address port flapping).
Reviewed by: gbe (manpages) MFC after: 2 weeks Differe
bridge.4: Document the net.link.bridge.log_mac_flap sysctl variable
It was introduced in 2d3614fb132b (bridge: Log MAC address port flapping).
Reviewed by: gbe (manpages) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D39465
show more ...
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
b4174079 |
| 15-Sep-2022 |
Kristof Provost <kp@FreeBSD.org> |
bridge.4: describe new MTU behaviour
1865ebfb12 changed if_bridge to have it change the MTU on newly added interfaces to match the if_bridge MTU, rather than rejecting them for having an incorrect M
bridge.4: describe new MTU behaviour
1865ebfb12 changed if_bridge to have it change the MTU on newly added interfaces to match the if_bridge MTU, rather than rejecting them for having an incorrect MTU.
Update the man page to reflect this, as pointed out by woodsb02.
Reviewed by: woodsb02 Differential Revision: https://reviews.freebsd.org/D36481
show more ...
|
Revision tags: release/13.1.0, release/12.3.0 |
|
#
28ba36c6 |
| 22-Nov-2021 |
Guangyuan Yang <ygy@FreeBSD.org> |
bridge(4): Use American spelling of "behavior"
Fixes: 8406182dbeb972698775e2468902bc5f6e593d72 MFC after: 3 days Reported by: Pau Amma <pauamma@gundo.com>
|
#
8406182d |
| 17-Nov-2021 |
Tom Marcoen <tom.marcoen@gmail.com> |
bridge(4): Fix spelling
PR: 237725 MFC after: 3 days
|
Revision tags: release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
1cc60ae8 |
| 01-May-2020 |
Benedict Reuschling <bcr@FreeBSD.org> |
Fix a number of the following issues in man4: - Inconsistencies in .Dd like abbreviated month names, "th" after numbers, or leading zeros - No line breaks after a sentence stop - Whitespace at the en
Fix a number of the following issues in man4: - Inconsistencies in .Dd like abbreviated month names, "th" after numbers, or leading zeros - No line breaks after a sentence stop - Whitespace at the end of the line - Use macros for BSD OS names instead of hardcoded names - CAVEATS instead of CAVEAT in section name
No actual content change in terms of additions were made, so no bump of the .Dd for these man pages. All of these issues were found and fixed by Gordon Bergling.
Submitted by: gbergling_gmail.com Approved by: bcr Differential Revision: https://reviews.freebsd.org/D24648
show more ...
|
#
a78eada5 |
| 01-Feb-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r357350 through r357367.
|
#
dcac254a |
| 01-Feb-2020 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
bridge.4: Remove notes about FreeBSD 6.2-7.2
Reported by: Mateusz Kwiatkowski Reviewed by: brueffer Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D23393
|
Revision tags: release/12.1.0 |
|
#
8b3bc70a |
| 08-Oct-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r352764 through r353315.
|
#
6777f10c |
| 05-Oct-2019 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Correct grammos and typos.
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
c2c014f2 |
| 07-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r323559 through r325504.
|
#
0a8f81bc |
| 22-Oct-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r324837
While here, diff reduce some of the changes in sys/boot by moving MK_COVERAGE=no to sys/boot/Makefile.inc .
|
#
0c40a4ac |
| 16-Oct-2017 |
Alexander Motin <mav@FreeBSD.org> |
Update details of interface capabilities changed by bridge(4).
PR: 221122 MFC after: 1 week
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0 |
|
#
4156ce4f |
| 11-Feb-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r295351 through r295543.
|
#
bbb51924 |
| 08-Feb-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: The FreeBSD Foundation
|
#
df81f977 |
| 07-Feb-2016 |
Devin Teske <dteske@FreeBSD.org> |
Add missing comma
|
Revision tags: release/10.2.0, release/10.1.0 |
|
#
246e7a2b |
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
#
ee7b0571 |
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
#
1b833d53 |
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
Revision tags: release/9.3.0 |
|
#
6c899950 |
| 26-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (final part)
PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
|
Revision tags: release/10.0.0 |
|
#
0bfd163f |
| 18-Oct-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r256722.
|
#
1ccca3b5 |
| 10-Oct-2013 |
Alan Somers <asomers@FreeBSD.org> |
IFC @256277
Approved by: ken (mentor)
|
Revision tags: release/9.2.0 |
|
#
d1d01586 |
| 05-Sep-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head
|
#
40f65a4d |
| 07-Aug-2013 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r254014
|