summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: switchdev: treat local FDBs the same as entries towards the bridgeVladimir Oltean2021-07-282-3/+2
* net: bridge: switchdev: replay the entire FDB for each portVladimir Oltean2021-07-283-30/+11
* net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann2021-07-274-17/+6
* bridge: use ndo_siocdevprivateArnd Bergmann2021-07-273-12/+28
* net: bridge: add a helper for retrieving port VLANs from the data pathVladimir Oltean2021-07-261-0/+27
* net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...Vladimir Oltean2021-07-261-2/+5
* net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...Vladimir Oltean2021-07-243-1/+12
* net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-234-5/+113
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-1/+1
|\
| * net: bridge: do not replay fdb entries pointing towards the bridge twiceVladimir Oltean2021-07-201-1/+1
* | net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-225-6/+97
* | net: bridge: guard the switchdev replay helpers against a NULL notifier blockVladimir Oltean2021-07-223-0/+9
* | net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-223-33/+75
* | net: bridge: switchdev: recycle unused hwdomsTobias Waldekranz2021-07-223-39/+86
* | net: bridge: disambiguate offload_fwd_markTobias Waldekranz2021-07-223-14/+25
* | net: bridge: multicast: add context support for host-joined groupsNikolay Aleksandrov2021-07-213-6/+7
* | net: bridge: multicast: add mdb context supportNikolay Aleksandrov2021-07-211-3/+40
* | net: bridge: multicast: fix igmp/mld port context null pointer dereferencesNikolay Aleksandrov2021-07-211-5/+9
* | net: bridge: vlan: add mcast snooping controlNikolay Aleksandrov2021-07-203-1/+46
* | net: bridge: vlan: notify when global options changeNikolay Aleksandrov2021-07-201-1/+79
* | net: bridge: vlan: add support for dumping global vlan optionsNikolay Aleksandrov2021-07-203-8/+68
* | net: bridge: vlan: add support for global optionsNikolay Aleksandrov2021-07-203-3/+102
* | net: bridge: multicast: include router port vlan id in notificationsNikolay Aleksandrov2021-07-203-10/+25
* | net: bridge: multicast: add vlan querier and query supportNikolay Aleksandrov2021-07-201-8/+60
* | net: bridge: multicast: check if should use vlan mcast ctxNikolay Aleksandrov2021-07-202-15/+62
* | net: bridge: multicast: use the port group to port context helperNikolay Aleksandrov2021-07-201-6/+15
* | net: bridge: multicast: add helper to get port mcast context from port groupNikolay Aleksandrov2021-07-201-0/+38
* | net: bridge: add vlan mcast snooping knobNikolay Aleksandrov2021-07-206-48/+173
* | net: bridge: multicast: add vlan state initialization and controlNikolay Aleksandrov2021-07-203-18/+164
* | net: bridge: vlan: add global and per-port multicast contextNikolay Aleksandrov2021-07-203-40/+106
* | net: bridge: multicast: use multicast contexts instead of bridge or portNikolay Aleksandrov2021-07-208-515/+575
* | net: bridge: multicast: factor out bridge multicast contextNikolay Aleksandrov2021-07-205-275/+335
* | net: bridge: multicast: factor out port multicast contextNikolay Aleksandrov2021-07-205-99/+146
|/
* net: bridge: multicast: fix MRD advertisement router port marking raceNikolay Aleksandrov2021-07-111-0/+4
* net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov2021-07-111-0/+2
* net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller2021-07-021-1/+16
* net: bridge: allow br_fdb_replay to be called for the bridge deviceVladimir Oltean2021-06-291-1/+4
* net: bridge: switchdev: send FDB notifications for host addressesTobias Waldekranz2021-06-293-11/+11
* net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dstVladimir Oltean2021-06-292-14/+21
* net: bridge: mrp: Update the Test frames for MRAHoratiu Vultur2021-06-282-0/+38
* net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean2021-06-283-12/+33
* net: bridge: constify variables in the replay helpersVladimir Oltean2021-06-283-9/+9
* net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean2021-06-283-9/+14
* net: bridge: include the is_local bit in br_fdb_replayVladimir Oltean2021-06-281-0/+1
* bridge: cfm: remove redundant returngushengxian2021-06-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-182-16/+26
|\
| * net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov2021-06-101-2/+2
| * net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2021-06-102-16/+26
* | net: bridge: remove redundant continue statementColin Ian King2021-06-181-3/+1
* | net: bridge: mrp: Update ring transitions.Horatiu Vultur2021-06-041-4/+2