summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge: Fix possible races between assigning rx_handler_data and setting IFF_...Zhang Zhengming2021-04-291-2/+3
* net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-04-271-25/+8
* netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-264-12/+12
* netfilter: ebtables: remove the 3 ebtables pointers from struct netFlorian Westphal2021-04-264-51/+54
* net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=nVladimir Oltean2021-04-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-174-6/+49
|\
| * netfilter: bridge: add pre_exit hooks for ebtable unregistrationFlorian Westphal2021-04-104-6/+48
* | net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2021-04-161-2/+1
* | net: bridge: switchdev: refactor br_switchdev_fdb_notifyTobias Waldekranz2021-04-161-30/+11
* | net: bridge: propagate error code and extack from br_mc_disabled_updateFlorian Fainelli2021-04-144-16/+27
* | netfilter: ebtables: use net_generic infraFlorian Westphal2021-04-061-5/+34
* | netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal2021-03-313-86/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-0/+2
|\|
| * net: bridge: don't notify switchdev for local FDB addressesVladimir Oltean2021-03-231-0/+2
* | netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau2021-03-242-0/+3
* | net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau2021-03-243-1/+95
* | net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso2021-03-241-0/+27
* | net: bridge: Fix missing return assignment from br_vlan_replay_one callColin Ian King2021-03-241-1/+1
* | bridge: mrp: Disable roles before deleting the MRP instanceHoratiu Vultur2021-03-241-0/+7
* | net: bridge: add helper to replay VLANs installed on portVladimir Oltean2021-03-231-0/+73
* | net: bridge: add helper to replay port and local fdb entriesVladimir Oltean2021-03-231-0/+50
* | net: bridge: add helper to replay port and host-joined mdb entriesVladimir Oltean2021-03-231-17/+131
* | net: bridge: add helper to retrieve the current ageing timeVladimir Oltean2021-03-231-0/+13
* | net: bridge: add helper for retrieving the current bridge port STP stateVladimir Oltean2021-03-231-0/+14
* | net: bridge: when suppression is enabled exclude RARP packetsNikolay Aleksandrov2021-03-221-1/+3
* | net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64Vladimir Oltean2021-03-221-1/+1
* | net: bridge: mcast: factor out common allow/block EHT handlingNikolay Aleksandrov2021-03-161-71/+27
* | net: bridge: mcast: remove unreachable EHT codeNikolay Aleksandrov2021-03-161-42/+15
* | net: bridge: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
|/
* bridge: mrp: Update br_mrp to use new return values of br_mrp_switchdevHoratiu Vultur2021-02-161-16/+27
* bridge: mrp: Extend br_mrp_switchdev to detect better the errorsHoratiu Vultur2021-02-162-77/+118
* bridge: mrp: Add 'enum br_mrp_hw_support'Horatiu Vultur2021-02-161-0/+14
* net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=nVladimir Oltean2021-02-151-1/+2
* net: bridge: propagate extack through switchdev_port_attr_setVladimir Oltean2021-02-147-17/+21
* net: bridge: propagate extack through store_bridge_parmVladimir Oltean2021-02-144-46/+142
* net: bridge: remove __br_vlan_filter_toggleVladimir Oltean2021-02-143-10/+4
* net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-121-3/+3
* net: bridge: don't print in br_switchdev_set_port_flagVladimir Oltean2021-02-124-14/+21
* net: bridge: offload all port flags at once in br_setportVladimir Oltean2021-02-122-76/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-103-9/+10
|\
| * bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_stateHoratiu Vultur2021-02-083-9/+10
* | net: bridge: use switchdev for port flags set through sysfs tooVladimir Oltean2021-02-081-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2021-02-061-3/+2
|\ \
| * | netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2021-01-271-3/+2
* | | net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Xu Wang2021-02-061-1/+1
* | | net: bridge: add warning comments to avoid extending sysfsNikolay Aleksandrov2021-01-292-0/+8
* | | net: bridge: mcast: drop hosts limit sysfs supportNikolay Aleksandrov2021-01-291-26/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-0/+29
|\ \ \ | | |/ | |/|
| * | net: mrp: move struct definitions out of uapiRasmus Villemoes2021-01-231-0/+29
* | | net: bridge: multicast: make tracked EHT hosts limit configurableNikolay Aleksandrov2021-01-274-1/+61