summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2020-12-07bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang1-0/+10
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit1-1/+0
2020-11-18net: bridge: replace struct br_vlan_stats with pcpu_sw_netstatsHeiner Kallweit1-11/+3
2020-11-09bridge: mrp: Use hlist_head instead of list_head for mrpHoratiu Vultur1-1/+1
2020-10-31net: bridge: mcast: fix stub definition of br_multicast_querier_existsVladimir Oltean1-1/+2
2020-10-30net: bridge: mcast: add support for raw L2 multicast groupsNikolay Aleksandrov1-2/+8
2020-10-29bridge: cfm: Netlink Notifications.Henrik Bjoernlund1-2/+20
2020-10-29bridge: cfm: Netlink GET status Interface.Henrik Bjoernlund1-0/+6
2020-10-29bridge: cfm: Netlink GET configuration Interface.Henrik Bjoernlund1-0/+6
2020-10-29bridge: cfm: Netlink SET configuration Interface.Henrik Bjoernlund1-1/+16
2020-10-29bridge: cfm: Kernel space implementation of CFM. MEP create/delete.Henrik Bjoernlund1-0/+10
2020-10-29bridge: cfm: Add BRIDGE_CFM to Kconfig.Henrik Bjoernlund1-0/+3
2020-10-29net: bridge: extend the process of special framesHenrik Bjoernlund1-7/+12
2020-09-23net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov1-0/+1
2020-09-23net: bridge: mcast: handle port group filter modesNikolay Aleksandrov1-0/+20
2020-09-23net: bridge: mcast: install S,G entries automatically based on reportsNikolay Aleksandrov1-0/+1
2020-09-23net: bridge: mcast: add sg_port rhashtableNikolay Aleksandrov1-2/+8
2020-09-23net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov1-1/+2
2020-09-23net: bridge: mdb: add support for add/del/dump of entries with sourceNikolay Aleksandrov1-0/+14
2020-09-07net: bridge: mcast: destroy all entries via gcNikolay Aleksandrov1-3/+10
2020-09-07net: bridge: mcast: support for IGMPv3/MLDv2 ALLOW_NEW_SOURCES reportNikolay Aleksandrov1-0/+7
2020-09-07net: bridge: mdb: use mdb and port entries in notificationsNikolay Aleksandrov1-2/+2
2020-09-07net: bridge: mcast: add support for group query retransmitNikolay Aleksandrov1-0/+8
2020-09-07net: bridge: mcast: add support for group-and-source specific queriesNikolay Aleksandrov1-0/+1
2020-09-07net: bridge: mcast: add support for group source listNikolay Aleksandrov1-1/+25
2020-09-07net: bridge: mcast: factor out port group delNikolay Aleksandrov1-0/+3
2020-09-07net: bridge: mdb: arrange internal structs so fast-path fields are closeNikolay Aleksandrov1-5/+9
2020-07-13net: bridge: fix undefined br_vlan_can_enter_range in tunnel codeNikolay Aleksandrov1-0/+6
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-02bridge: mrp: Add br_mrp_fill_infoHoratiu Vultur1-0/+7
2020-06-28bridge: mrp: Fix endian conversion and some other warningsHoratiu Vultur1-1/+1
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-06-25net: bridge: enfore alignment for ethernet addressThomas Martitz1-1/+1
2020-06-24net: bridge: add option to allow activity notifications for any fdb entriesNikolay Aleksandrov1-0/+4
2020-05-10net: bridge: allow enslaving some DSA master network devicesVladimir Oltean1-3/+3
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-4/+1
2020-05-06net: bridge: return false in br_mrp_enabled()Jason Yan1-1/+1
2020-04-27net: bridge: Add checks for enabling the STP.Horatiu Vultur1-1/+2
2020-04-27bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur1-0/+31
2020-04-27bridge: mrp: Extend bridge interfaceHoratiu Vultur1-0/+4
2020-03-17net: bridge: vlan options: rename br_vlan_opts_eq to br_vlan_opts_eq_rangeNikolay Aleksandrov1-2/+2
2020-01-24net: bridge: vlan: add per-vlan stateNikolay Aleksandrov1-2/+41
2020-01-24net: bridge: vlan: add basic option setting supportNikolay Aleksandrov1-0/+8
2020-01-24net: bridge: vlan: add basic option dumping supportNikolay Aleksandrov1-0/+8
2020-01-15net: bridge: vlan: notify on vlan add/delete/change flagsNikolay Aleksandrov1-0/+12
2020-01-15net: bridge: vlan: add rtnetlink group and notify supportNikolay Aleksandrov1-0/+11
2020-01-15net: bridge: vlan: add new rtm message supportNikolay Aleksandrov1-0/+6
2020-01-15net: bridge: vlan: add rtm definitions and dump supportNikolay Aleksandrov1-0/+14
2020-01-15net: bridge: netlink: add extack error messages when processing vlansNikolay Aleksandrov1-11/+27