summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorLines
2020-12-14net: bridge: Fix a warning when del bridge sysfsWang Hai-1/+4
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-0/+2
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+44
2020-12-07bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang-9/+41
2020-12-04net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong-1/+3
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2020-12-01bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson-2/+14
2020-11-28netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart-2/+5
2020-11-25bridge: mrp: Implement LC mode for MRPHoratiu Vultur-3/+15
2020-11-22netfilter: nft_reject_bridge: fix build errors due to code movementRandy Dunlap-0/+2
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit-28/+10
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2020-11-18net: bridge: replace struct br_vlan_stats with pcpu_sw_netstatsHeiner Kallweit-19/+12
2020-11-16net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit-0/+1
2020-11-09bridge: mrp: Use hlist_head instead of list_head for mrpHoratiu Vultur-17/+17
2020-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-250/+7
2020-10-31net: bridge: mcast: fix stub definition of br_multicast_querier_existsVladimir Oltean-1/+2
2020-10-31netfilter: nft_reject: unify reject init and dump into nft_rejectJose M. Guisado Gomez-58/+2
2020-10-31netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez-192/+5
2020-10-30net: bridge: explicitly convert between mdb entry state and port group flagsVladimir Oltean-1/+5
2020-10-30net: bridge: mcast: add support for raw L2 multicast groupsNikolay Aleksandrov-10/+41
2020-10-29bridge: cfm: Netlink Notifications.Henrik Bjoernlund-21/+147
2020-10-29bridge: cfm: Netlink GET status Interface.Henrik Bjoernlund-3/+124
2020-10-29bridge: cfm: Netlink GET configuration Interface.Henrik Bjoernlund-2/+194
2020-10-29bridge: cfm: Netlink SET configuration Interface.Henrik Bjoernlund-2/+480
2020-10-29bridge: cfm: Kernel space implementation of CFM. CCM frame RX added.Henrik Bjoernlund-0/+301
2020-10-29bridge: cfm: Kernel space implementation of CFM. CCM frame TX added.Henrik Bjoernlund-0/+339
2020-10-29bridge: cfm: Kernel space implementation of CFM. MEP create/delete.Henrik Bjoernlund-0/+334
2020-10-29bridge: cfm: Add BRIDGE_CFM to Kconfig.Henrik Bjoernlund-0/+17
2020-10-29net: bridge: extend the process of special framesHenrik Bjoernlund-12/+60
2020-10-20netfilter: ebtables: Fixes dropping of small packets in bridge natTimothée COCAULT-3/+3
2020-10-13net: bridge: use new function dev_fetch_sw_netstatsHeiner Kallweit-20/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+11
2020-10-08bridge: Netlink interface fix.Henrik Bjoernlund-15/+11
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-15/+33
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo-15/+31
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov-0/+2
2020-09-25net: bridge: mcast: remove only S,G port groups from sg_port hashNikolay Aleksandrov-4/+5
2020-09-23net: bridge: mcast: when forwarding handle filter mode and blocked flagNikolay Aleksandrov-1/+14
2020-09-23net: bridge: mcast: handle host stateNikolay Aleksandrov-0/+58
2020-09-23net: bridge: mcast: add support for blocked port groupsNikolay Aleksandrov-6/+46
2020-09-23net: bridge: mcast: handle port group filter modesNikolay Aleksandrov-2/+215
2020-09-23net: bridge: mcast: install S,G entries automatically based on reportsNikolay Aleksandrov-39/+138
2020-09-23net: bridge: mcast: add sg_port rhashtableNikolay Aleksandrov-65/+111
2020-09-23net: bridge: mcast: add rt_protocol field to the port group structNikolay Aleksandrov-19/+33
2020-09-23net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G)Nikolay Aleksandrov-0/+18
2020-09-23net: bridge: mdb: add support for add/del/dump of entries with sourceNikolay Aleksandrov-28/+128
2020-09-23net: bridge: mdb: add support to extend add/del commandsNikolay Aleksandrov-3/+19
2020-09-23net: bridge: mcast: rename br_ip's u member to dstNikolay Aleksandrov-21/+21
2020-09-23net: bridge: mcast: use br_ip's src for src groups and querier addressNikolay Aleksandrov-30/+30