summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_private.h
Commit message (Expand)AuthorAgeFilesLines
* bridge: mrp: Use hlist_head instead of list_head for mrpHoratiu Vultur2020-11-091-1/+1
* net: bridge: mcast: fix stub definition of br_multicast_querier_existsVladimir Oltean2020-10-311-1/+2
* net: bridge: mcast: add support for raw L2 multicast groupsNikolay Aleksandrov2020-10-301-2/+8
* bridge: cfm: Netlink Notifications.Henrik Bjoernlund2020-10-291-2/+20
* bridge: cfm: Netlink GET status Interface.Henrik Bjoernlund2020-10-291-0/+6
* bridge: cfm: Netlink GET configuration Interface.Henrik Bjoernlund2020-10-291-0/+6
* bridge: cfm: Netlink SET configuration Interface.Henrik Bjoernlund2020-10-291-1/+16
* bridge: cfm: Kernel space implementation of CFM. MEP create/delete.Henrik Bjoernlund2020-10-291-0/+10
* bridge: cfm: Add BRIDGE_CFM to Kconfig.Henrik Bjoernlund2020-10-291-0/+3
* net: bridge: extend the process of special framesHenrik Bjoernlund2020-10-291-7/+12
* net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov2020-09-231-0/+1
* net: bridge: mcast: handle port group filter modesNikolay Aleksandrov2020-09-231-0/+20
* net: bridge: mcast: install S,G entries automatically based on reportsNikolay Aleksandrov2020-09-231-0/+1
* net: bridge: mcast: add sg_port rhashtableNikolay Aleksandrov2020-09-231-2/+8
* net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov2020-09-231-1/+2
* net: bridge: mdb: add support for add/del/dump of entries with sourceNikolay Aleksandrov2020-09-231-0/+14
* net: bridge: mcast: destroy all entries via gcNikolay Aleksandrov2020-09-071-3/+10
* net: bridge: mcast: support for IGMPv3/MLDv2 ALLOW_NEW_SOURCES reportNikolay Aleksandrov2020-09-071-0/+7
* net: bridge: mdb: use mdb and port entries in notificationsNikolay Aleksandrov2020-09-071-2/+2
* net: bridge: mcast: add support for group query retransmitNikolay Aleksandrov2020-09-071-0/+8
* net: bridge: mcast: add support for group-and-source specific queriesNikolay Aleksandrov2020-09-071-0/+1
* net: bridge: mcast: add support for group source listNikolay Aleksandrov2020-09-071-1/+25
* net: bridge: mcast: factor out port group delNikolay Aleksandrov2020-09-071-0/+3
* net: bridge: mdb: arrange internal structs so fast-path fields are closeNikolay Aleksandrov2020-09-071-5/+9
* net: bridge: fix undefined br_vlan_can_enter_range in tunnel codeNikolay Aleksandrov2020-07-131-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-1/+1
|\
| * bridge: mrp: Fix endian conversion and some other warningsHoratiu Vultur2020-06-281-1/+1
* | bridge: mrp: Add br_mrp_fill_infoHoratiu Vultur2020-07-021-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-1/+1
|\|
| * net: bridge: enfore alignment for ethernet addressThomas Martitz2020-06-251-1/+1
* | net: bridge: add option to allow activity notifications for any fdb entriesNikolay Aleksandrov2020-06-241-0/+4
|/
* net: bridge: allow enslaving some DSA master network devicesVladimir Oltean2020-05-101-3/+3
* netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet2020-05-071-4/+1
* net: bridge: return false in br_mrp_enabled()Jason Yan2020-05-061-1/+1
* net: bridge: Add checks for enabling the STP.Horatiu Vultur2020-04-271-1/+2
* bridge: mrp: Integrate MRP into the bridgeHoratiu Vultur2020-04-271-0/+31
* bridge: mrp: Extend bridge interfaceHoratiu Vultur2020-04-271-0/+4
* net: bridge: vlan options: rename br_vlan_opts_eq to br_vlan_opts_eq_rangeNikolay Aleksandrov2020-03-171-2/+2
* net: bridge: vlan: add per-vlan stateNikolay Aleksandrov2020-01-241-2/+41
* net: bridge: vlan: add basic option setting supportNikolay Aleksandrov2020-01-241-0/+8
* net: bridge: vlan: add basic option dumping supportNikolay Aleksandrov2020-01-241-0/+8
* net: bridge: vlan: notify on vlan add/delete/change flagsNikolay Aleksandrov2020-01-151-0/+12
* net: bridge: vlan: add rtnetlink group and notify supportNikolay Aleksandrov2020-01-151-0/+11
* net: bridge: vlan: add new rtm message supportNikolay Aleksandrov2020-01-151-0/+6
* net: bridge: vlan: add rtm definitions and dump supportNikolay Aleksandrov2020-01-151-0/+14
* net: bridge: netlink: add extack error messages when processing vlansNikolay Aleksandrov2020-01-151-11/+27
* net: bridge: vlan: add helpers to check for vlan id/range validityNikolay Aleksandrov2020-01-151-0/+31
* net: bridge: add STP xstatsVivien Didelot2019-12-141-0/+2
* net: bridge: fdb: eliminate extra port state tests from fast-pathNikolay Aleksandrov2019-11-041-0/+5
* net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov2019-11-011-1/+1