summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2020-12-01bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson
2020-11-25bridge: mrp: Implement LC mode for MRPHoratiu Vultur
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-18net: bridge: replace struct br_vlan_stats with pcpu_sw_netstatsHeiner Kallweit
2020-11-16net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit
2020-11-09bridge: mrp: Use hlist_head instead of list_head for mrpHoratiu Vultur
2020-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2020-10-31net: bridge: mcast: fix stub definition of br_multicast_querier_existsVladimir Oltean
2020-10-31netfilter: nft_reject: unify reject init and dump into nft_rejectJose M. Guisado Gomez
2020-10-31netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez
2020-10-30net: bridge: explicitly convert between mdb entry state and port group flagsVladimir Oltean
2020-10-30net: bridge: mcast: add support for raw L2 multicast groupsNikolay Aleksandrov
2020-10-29bridge: cfm: Netlink Notifications.Henrik Bjoernlund
2020-10-29bridge: cfm: Netlink GET status Interface.Henrik Bjoernlund
2020-10-29bridge: cfm: Netlink GET configuration Interface.Henrik Bjoernlund
2020-10-29bridge: cfm: Netlink SET configuration Interface.Henrik Bjoernlund
2020-10-29bridge: cfm: Kernel space implementation of CFM. CCM frame RX added.Henrik Bjoernlund
2020-10-29bridge: cfm: Kernel space implementation of CFM. CCM frame TX added.Henrik Bjoernlund
2020-10-29bridge: cfm: Kernel space implementation of CFM. MEP create/delete.Henrik Bjoernlund
2020-10-29bridge: cfm: Add BRIDGE_CFM to Kconfig.Henrik Bjoernlund
2020-10-29net: bridge: extend the process of special framesHenrik Bjoernlund
2020-10-20netfilter: ebtables: Fixes dropping of small packets in bridge natTimothée COCAULT
2020-10-13net: bridge: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08bridge: Netlink interface fix.Henrik Bjoernlund
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov
2020-09-25net: bridge: mcast: remove only S,G port groups from sg_port hashNikolay Aleksandrov
2020-09-23net: bridge: mcast: when forwarding handle filter mode and blocked flagNikolay Aleksandrov
2020-09-23net: bridge: mcast: handle host stateNikolay Aleksandrov
2020-09-23net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov
2020-09-23net: bridge: mcast: handle port group filter modesNikolay Aleksandrov
2020-09-23net: bridge: mcast: install S,G entries automatically based on reportsNikolay Aleksandrov
2020-09-23net: bridge: mcast: add sg_port rhashtableNikolay Aleksandrov
2020-09-23net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov
2020-09-23net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G)Nikolay Aleksandrov
2020-09-23net: bridge: mdb: add support for add/del/dump of entries with sourceNikolay Aleksandrov
2020-09-23net: bridge: mdb: add support to extend add/del commandsNikolay Aleksandrov
2020-09-23net: bridge: mcast: rename br_ip's u member to dstNikolay Aleksandrov
2020-09-23net: bridge: mcast: use br_ip's src for src groups and querier addressNikolay Aleksandrov
2020-09-23net: bridge: mdb: use extack in br_mdb_add() and br_mdb_add_group()Nikolay Aleksandrov
2020-09-23net: bridge: mdb: move all port and bridge checks to br_mdb_addNikolay Aleksandrov
2020-09-23net: bridge: mdb: use extack in br_mdb_parse()Nikolay Aleksandrov
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-21net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCUVladimir Oltean
2020-09-18net: bridge: delete duplicated wordsRandy Dunlap
2020-09-16net: bridge: mcast: don't ignore return value of __grp_src_toex_exclNikolay Aleksandrov
2020-09-15bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter