aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: Add support for emulated netmap modeMark Johnston2023-04-101-8/+100
* bridge: Log MAC address port flappingZhenlei Huang2023-04-071-2/+30
* bridge: Try to make the GRAB_OUR_PACKETS macro a bit more readableMark Johnston2023-04-051-27/+22
* net: unify mtu update codeAlexander V. Chernikov2023-03-061-14/+2
* net: use pfil_mbuf_{in,out} where we always have an mbufGleb Smirnoff2023-02-141-13/+19
* bridge: Make the ioctl table local to if_bridge.cMark Johnston2023-02-071-2/+2
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-241-0/+1
* bridge: Fix a potential memory leak in bridge_enqueue()Mark Johnston2022-12-111-2/+7
* bridge: default to not filtering L3Kristof Provost2022-10-241-2/+2
* if_clone: migrate some consumers to the new KPI.Alexander V. Chernikov2022-09-221-9/+19
* Introduce and use the NET_EPOCH_DRAIN_CALLBACKS() macroZhenlei Huang2022-07-291-1/+1
* if_bridge: change MTU for new membersKristof Provost2022-06-271-3/+15
* if_bridge(4): Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* bridge: Don't share broadcast packetsKristof Provost2022-02-211-2/+2
* if_bridge: add ALTQ supportLuiz Otavio O Souza2021-08-261-0/+47
* if_bridge: allow MTU changesKristof Provost2021-07-281-6/+18
* bridge: Remove members when assigned to a new vnetKristof Provost2021-02-231-0/+25
* bridge/stp: Ensure we enter NET_EPOCH whenever we can send trafficKristof Provost2021-02-231-1/+8
* bridge: call member interface ioctl() without NET_EPOCHKristof Provost2020-10-061-89/+88
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* bridge: Don't sleep during epochKristof Provost2020-07-181-9/+9
* bridge: epoch-ificationKristof Provost2020-04-261-93/+129
* bridge: Simplify mac address generationKristof Provost2020-04-181-39/+3
* Unbreak build by reverting if_bridge part of r360047.Alexander V. Chernikov2020-04-171-2/+2
* Finish r191148: replace rtentry with route in if_bridge if_output() callback.Alexander V. Chernikov2020-04-171-2/+2
* bridge: Change lists to CK_LIST as a peparation for epochificationKristof Provost2020-04-051-64/+66
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* bridge: Move locking defines into if_bridge.cKristof Provost2020-02-261-0/+41
* Update route MTUs for bridge, lagg and vlan interfaces.Alexander Motin2020-01-221-1/+21
* In r343631 error code for a packet blocked by a firewall wasGleb Smirnoff2020-01-011-2/+2
* if_bridge(4): Complete bpf auditing of local traffic over the bridgeKyle Evans2019-05-291-3/+9
* net: adjust randomized address bitsKyle Evans2019-04-171-1/+1
* if_bridge(4): ensure all traffic passing over the bridge is accounted forKyle Evans2019-03-281-16/+18
* if_bridge(4): Drop pointless rtflushKyle Evans2019-03-151-1/+0
* Revert r345192: Too many trees in play for bridge(4) bitsKyle Evans2019-03-151-16/+1
* if_bridge(4): Drop pointless rtflushKyle Evans2019-03-151-1/+16
* bridge: Fix STP-related panicKristof Provost2019-03-151-0/+2
* if_bridge(4): Fix module teardownKyle Evans2019-03-151-11/+16
* ether: centralize fake hwaddr generationKyle Evans2019-03-141-14/+12
* bridge: Fix spurious warnings about capabilitiesAlexander Motin2019-03-041-3/+5
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-311-54/+48
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-12/+12
* Allow different bridge types to coexistMatt Macy2018-05-111-7/+6
* Remove support for FDDI networks.Brooks Davis2018-04-111-2/+2
* netpfil: Introduce PFIL_FWD flagKristof Provost2018-03-231-7/+8
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* bridge: Set module versionKristof Provost2017-09-211-0/+1
* Make if_bridge complain if it can't disable some capabilities.Alexander Motin2017-04-291-2/+6
* 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