summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2022-05-04net: bridge: add support for host l2 mdb entriesJoachim Wiberg
2022-05-04net: bridge: switchdev: replay all VLAN groupsVladimir Oltean
2022-05-04net: bridge: make nbp_switchdev_unsync_objs() follow reverse order of sync()Vladimir Oltean
2022-05-04net: bridge: switchdev: differentiate new VLANs from changed onesVladimir Oltean
2022-05-04net: bridge: vlan: notify switchdev only when something changedVladimir Oltean
2022-05-04net: bridge: vlan: make __vlan_add_flags react only to PVID and UNTAGGEDVladimir Oltean
2022-05-04net: bridge: vlan: don't notify to switchdev master VLANs without BRENTRY flagVladimir Oltean
2022-05-04net: bridge: vlan: check early for lack of BRENTRY flag in br_vlan_add_existingVladimir Oltean
2022-05-04net: bridge: vlan: check for errors from __vlan_del in __vlan_flushVladimir Oltean
2022-05-04net: bridge: switchdev: fix shim definition for br_switchdev_mdb_notifyVladimir Oltean
2022-05-04net: bridge: switchdev: consistent function namingVladimir Oltean
2022-05-04net: bridge: mdb: move all switchdev logic to br_switchdev.cVladimir Oltean
2022-05-04net: bridge: split out the switchdev portion of br_mdb_notifyVladimir Oltean
2022-05-04net: bridge: move br_vlan_replay to br_switchdev.cVladimir Oltean
2022-05-04net: bridge: provide shim definition for br_vlan_flagsVladimir Oltean
2022-05-04net: bridge: create a common function for populating switchdev FDB entriesVladimir Oltean
2022-05-04net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean
2022-05-04net: bridge: reduce indentation level in fdb_createVladimir Oltean
2022-05-04net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean
2022-05-04net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean
2022-05-04net: bridge: remove fdb_insert forward declarationVladimir Oltean
2022-05-04net: bridge: remove fdb_notify forward declarationVladimir Oltean
2022-02-23net: bridge: multicast: notify switchdev driver whenever MC processing gets d...Oleksandr Mazur
2022-02-08netfilter: nft_reject_bridge: Fix for missing reply from preroutingPhil Sutter
2022-02-01net: bridge: vlan: fix memory leak in __allowed_ingressTim Yi
2022-02-01net: bridge: vlan: fix single net device option dumpingNikolay Aleksandrov
2022-01-27netfilter: bridge: add support for pppoe filteringFlorian Westphal
2022-01-05net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helperNikolay Aleksandrov
2022-01-05net: bridge: mcast: add and enforce startup query interval minimumNikolay Aleksandrov
2022-01-05net: bridge: mcast: add and enforce query interval minimumNikolay Aleksandrov
2021-12-29net: bridge: fix ioctl old_deviceless bridge argumentRemi Pommarel
2021-12-29net: bridge: Use array_size() helper in copy_to_user()Gustavo A. R. Silva
2021-11-18net: bridge: fix uninitialized variables when BRIDGE_CFM is disabledIvan Vecera
2021-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-10-18netfilter: ebtables: allocate chainstack on CPU local nodesDavidlohr Bueso
2021-10-16net: bridge: mcast: use multicast_membership_interval for IGMPv3Nikolay Aleksandrov
2021-10-05net: bridge: fix under estimation in br_get_linkxstats_size()Eric Dumazet
2021-10-05net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet
2021-09-28net: bridge: mcast: Associate the seqcount with its protecting lock.Thomas Gleixner
2021-09-03net: bridge: mcast: fix vlan port router deadlockNikolay Aleksandrov
2021-08-31net: bridge: use mld2r_ngrec instead of icmpv6_dataunMichelleJin
2021-08-24net: bridge: change return type of br_handle_ingress_vlan_tunnelKangmin Park
2021-08-20net: bridge: vlan: convert mcast router global option to per-vlan entryNikolay Aleksandrov
2021-08-20net: bridge: mcast: br_multicast_set_port_router takes multicast context as a...Nikolay Aleksandrov
2021-08-17net: bridge: mcast: toggle also host vlan state in br_multicast_toggle_vlanNikolay Aleksandrov
2021-08-17net: bridge: mcast: use the correct vlan group helperNikolay Aleksandrov
2021-08-17net: bridge: vlan: account for router port lists when notifyingNikolay Aleksandrov
2021-08-17net: bridge: vlan: enable mcast snooping for existing master vlansNikolay Aleksandrov
2021-08-16net: bridge: mcast: account for ipv6 size when dumping querier stateNikolay Aleksandrov
2021-08-16net: bridge: mcast: drop sizeof for nest attribute's zero sizeNikolay Aleksandrov