summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2021-07-27bridge: use ndo_siocdevprivateArnd Bergmann
2021-07-26net: bridge: add a helper for retrieving port VLANs from the data pathVladimir Oltean
2021-07-26net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...Vladimir Oltean
2021-07-24net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...Vladimir Oltean
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: guard the switchdev replay helpers against a NULL notifier blockVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-07-22net: bridge: switchdev: recycle unused hwdomsTobias Waldekranz
2021-07-22net: bridge: disambiguate offload_fwd_markTobias Waldekranz
2021-07-21net: bridge: multicast: add context support for host-joined groupsNikolay Aleksandrov
2021-07-21net: bridge: multicast: add mdb context supportNikolay Aleksandrov
2021-07-21net: bridge: multicast: fix igmp/mld port context null pointer dereferencesNikolay Aleksandrov
2021-07-20net: bridge: vlan: add mcast snooping controlNikolay Aleksandrov
2021-07-20net: bridge: vlan: notify when global options changeNikolay Aleksandrov
2021-07-20net: bridge: vlan: add support for dumping global vlan optionsNikolay Aleksandrov
2021-07-20net: bridge: vlan: add support for global optionsNikolay Aleksandrov
2021-07-20net: bridge: multicast: include router port vlan id in notificationsNikolay Aleksandrov
2021-07-20net: bridge: multicast: add vlan querier and query supportNikolay Aleksandrov
2021-07-20net: bridge: multicast: check if should use vlan mcast ctxNikolay Aleksandrov
2021-07-20net: bridge: multicast: use the port group to port context helperNikolay Aleksandrov
2021-07-20net: bridge: multicast: add helper to get port mcast context from port groupNikolay Aleksandrov
2021-07-20net: bridge: add vlan mcast snooping knobNikolay Aleksandrov
2021-07-20net: bridge: multicast: add vlan state initialization and controlNikolay Aleksandrov
2021-07-20net: bridge: vlan: add global and per-port multicast contextNikolay Aleksandrov
2021-07-20net: bridge: multicast: use multicast contexts instead of bridge or portNikolay Aleksandrov
2021-07-20net: bridge: multicast: factor out bridge multicast contextNikolay Aleksandrov
2021-07-20net: bridge: multicast: factor out port multicast contextNikolay Aleksandrov
2021-07-20net: bridge: do not replay fdb entries pointing towards the bridge twiceVladimir Oltean
2021-07-11net: bridge: multicast: fix MRD advertisement router port marking raceNikolay Aleksandrov
2021-07-11net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov
2021-07-02net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller
2021-06-29net: bridge: allow br_fdb_replay to be called for the bridge deviceVladimir Oltean
2021-06-29net: bridge: switchdev: send FDB notifications for host addressesTobias Waldekranz
2021-06-29net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dstVladimir Oltean
2021-06-28net: bridge: mrp: Update the Test frames for MRAHoratiu Vultur
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean
2021-06-28net: bridge: constify variables in the replay helpersVladimir Oltean
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean
2021-06-28net: bridge: include the is_local bit in br_fdb_replayVladimir Oltean
2021-06-22bridge: cfm: remove redundant returngushengxian
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-18net: bridge: remove redundant continue statementColin Ian King
2021-06-10net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov
2021-06-10net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov
2021-06-04net: bridge: mrp: Update ring transitions.Horatiu Vultur
2021-05-25net: bridge: remove redundant assignmentNigel Christian
2021-05-14net: bridge: fix build when IPv6 is disabledMatteo Croce
2021-05-14net: bridge: fix br_multicast_is_router stub when igmp is disabledNikolay Aleksandrov