summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2021-01-22net: bridge: multicast: add EHT include and exclude handlingNikolay Aleksandrov3-23/+168
2021-01-22net: bridge: multicast: add EHT allow/block handlingNikolay Aleksandrov4-14/+290
2021-01-22net: bridge: multicast: add EHT host delete functionNikolay Aleksandrov1-0/+17
2021-01-22net: bridge: multicast: add EHT source set handling functionsNikolay Aleksandrov3-0/+325
2021-01-22net: bridge: multicast: add EHT host handling functionsNikolay Aleksandrov3-1/+117
2021-01-22net: bridge: multicast: add EHT structures and definitionsNikolay Aleksandrov3-0/+53
2021-01-22net: bridge: multicast: calculate idx position without changing ptrNikolay Aleksandrov1-18/+9
2021-01-22net: bridge: multicast: __grp_src_block_incl can modify pgNikolay Aleksandrov1-3/+11
2021-01-22net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functionsNikolay Aleksandrov1-41/+49
2021-01-22net: bridge: multicast: rename src_size to addr_sizeNikolay Aleksandrov1-39/+39
2021-01-18net: bridge: check vlan with eth_type_vlan() methodMenglong Dong3-12/+5
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-4/+2
2021-01-09net: bridge: fix misspellings using codespell toolMenglong Dong4-7/+7
2021-01-07net: bridge: notify switchdev of disappearance of old FDB entry upon migrationVladimir Oltean1-0/+1
2020-12-14net: bridge: Fix a warning when del bridge sysfsWang Hai1-1/+4
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-0/+2
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+44
2020-12-07bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang3-9/+41
2020-12-04net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong1-1/+3
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2020-12-01bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson1-2/+14
2020-11-28netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart1-2/+5
2020-11-25bridge: mrp: Implement LC mode for MRPHoratiu Vultur1-3/+15
2020-11-22netfilter: nft_reject_bridge: fix build errors due to code movementRandy Dunlap1-0/+2
2020-11-21net: bridge: switch to net core statistics counters handlingHeiner Kallweit3-28/+10
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-11-18net: bridge: replace struct br_vlan_stats with pcpu_sw_netstatsHeiner Kallweit3-19/+12
2020-11-16net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit1-0/+1
2020-11-09bridge: mrp: Use hlist_head instead of list_head for mrpHoratiu Vultur5-17/+17
2020-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2-250/+7
2020-10-31net: bridge: mcast: fix stub definition of br_multicast_querier_existsVladimir Oltean1-1/+2
2020-10-31netfilter: nft_reject: unify reject init and dump into nft_rejectJose M. Guisado Gomez1-58/+2
2020-10-31netfilter: nf_reject: add reject skbuff creation helpersJose M. Guisado Gomez2-192/+5
2020-10-30net: bridge: explicitly convert between mdb entry state and port group flagsVladimir Oltean1-1/+5
2020-10-30net: bridge: mcast: add support for raw L2 multicast groupsNikolay Aleksandrov5-10/+41
2020-10-29bridge: cfm: Netlink Notifications.Henrik Bjoernlund4-21/+147
2020-10-29bridge: cfm: Netlink GET status Interface.Henrik Bjoernlund3-3/+124
2020-10-29bridge: cfm: Netlink GET configuration Interface.Henrik Bjoernlund3-2/+194
2020-10-29bridge: cfm: Netlink SET configuration Interface.Henrik Bjoernlund5-2/+480
2020-10-29bridge: cfm: Kernel space implementation of CFM. CCM frame RX added.Henrik Bjoernlund2-0/+301
2020-10-29bridge: cfm: Kernel space implementation of CFM. CCM frame TX added.Henrik Bjoernlund2-0/+339
2020-10-29bridge: cfm: Kernel space implementation of CFM. MEP create/delete.Henrik Bjoernlund5-0/+334
2020-10-29bridge: cfm: Add BRIDGE_CFM to Kconfig.Henrik Bjoernlund3-0/+17
2020-10-29net: bridge: extend the process of special framesHenrik Bjoernlund4-12/+60
2020-10-20netfilter: ebtables: Fixes dropping of small packets in bridge natTimothée COCAULT3-3/+3
2020-10-13net: bridge: use new function dev_fetch_sw_netstatsHeiner Kallweit1-20/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+11
2020-10-08bridge: Netlink interface fix.Henrik Bjoernlund1-15/+11
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-15/+33
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2-15/+31