summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2021-01-27net: bridge: multicast: add per-port EHT hosts limitNikolay Aleksandrov
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2021-01-26net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentationNikolay Aleksandrov
2021-01-25bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERRJiapeng Zhong
2021-01-23net: mrp: move struct definitions out of uapiRasmus Villemoes
2021-01-22net: bridge: multicast: mark IGMPv3/MLDv2 fast-leave deletesNikolay Aleksandrov
2021-01-22net: bridge: multicast: handle block pg delete for all casesNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT host filter_mode handlingNikolay Aleksandrov
2021-01-22net: bridge: multicast: optimize TO_INCLUDE EHT timeoutsNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT include and exclude handlingNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT allow/block handlingNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT host delete functionNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT source set handling functionsNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT host handling functionsNikolay Aleksandrov
2021-01-22net: bridge: multicast: add EHT structures and definitionsNikolay Aleksandrov
2021-01-22net: bridge: multicast: calculate idx position without changing ptrNikolay Aleksandrov
2021-01-22net: bridge: multicast: __grp_src_block_incl can modify pgNikolay Aleksandrov
2021-01-22net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functionsNikolay Aleksandrov
2021-01-22net: bridge: multicast: rename src_size to addr_sizeNikolay Aleksandrov
2021-01-18net: bridge: check vlan with eth_type_vlan() methodMenglong Dong
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2021-01-09net: bridge: fix misspellings using codespell toolMenglong Dong
2021-01-07net: bridge: notify switchdev of disappearance of old FDB entry upon migrationVladimir Oltean
2020-12-14net: bridge: Fix a warning when del bridge sysfsWang Hai
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-07bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang
2020-12-04net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-01bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson
2020-11-28netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart
2020-11-25bridge: mrp: Implement LC mode for MRPHoratiu Vultur
2020-11-22netfilter: nft_reject_bridge: fix build errors due to code movementRandy Dunlap
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