summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2023-03-17bridge: mcast: Implement MDB net device operationsIdo Schimmel
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-03-08netfilter: move br_nf_check_hbh_len to utilsXin Long
2023-03-08netfilter: bridge: move pskb_trim_rcsum out of br_nf_check_hbh_lenXin Long
2023-03-08netfilter: bridge: check len before accessing more nh dataXin Long
2023-03-08netfilter: bridge: call pskb_may_pull in br_nf_check_hbh_lenXin Long
2023-03-08netfilter: bridge: introduce broute meta statementSriram Yagnaraman
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-02-22netfilter: ebtables: fix table blob use-after-freeFlorian Westphal
2023-02-14net: bridge: make kobj_type structure constantThomas Weißschuh
2023-02-10bridge: mcast: Move validation to a policyIdo Schimmel
2023-02-10bridge: mcast: Remove pointless sequence generation counter assignmentIdo Schimmel
2023-02-10bridge: mcast: Use correct define in MDB dumpIdo Schimmel
2023-02-06net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata
2023-02-06net: bridge: Maintain number of MDB entries in net_bridge_mcast_portPetr Machata
2023-02-06net: bridge: Change a cleanup in br_multicast_new_port_group() to gotoPetr Machata
2023-02-06net: bridge: Add br_multicast_del_port_group()Petr Machata
2023-02-06net: bridge: Move extack-setting to br_multicast_new_port_group()Petr Machata
2023-02-06net: bridge: Add extack to br_multicast_new_port_group()Petr Machata
2023-02-06net: bridge: Set strict_start_type at two policiesPetr Machata
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky
2023-02-01bridge: use skb_ip_totlen in br netfilterXin Long
2023-01-31netfilter: br_netfilter: disable sabotage_in hook after first suppressionFlorian Westphal
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-12bridge: mcast: Support replacement of MDB port group entriesIdo Schimmel
2022-12-12bridge: mcast: Allow user space to specify MDB entry routing protocolIdo Schimmel
2022-12-12bridge: mcast: Allow user space to add (*, G) with a source list and filter modeIdo Schimmel
2022-12-12bridge: mcast: Add support for (*, G) with a source list and filter modeIdo Schimmel
2022-12-12bridge: mcast: Avoid arming group timer when (S, G) corresponds to a sourceIdo Schimmel
2022-12-12bridge: mcast: Add a flag for user installed source entriesIdo Schimmel
2022-12-12bridge: mcast: Expose __br_multicast_del_group_src()Ido Schimmel
2022-12-12bridge: mcast: Expose br_multicast_new_group_src()Ido Schimmel
2022-12-12bridge: mcast: Add a centralized error pathIdo Schimmel
2022-12-12bridge: mcast: Place netlink policy before validation functionsIdo Schimmel
2022-12-12bridge: mcast: Split (*, G) and (S, G) addition into different functionsIdo Schimmel
2022-12-12bridge: mcast: Do not derive entry type from its filter modeIdo Schimmel
2022-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-12-07bridge: mcast: Constify 'group' argument in br_multicast_new_port_group()Ido Schimmel
2022-12-07bridge: mcast: Remove redundant function argumentsIdo Schimmel
2022-12-07bridge: mcast: Move checks out of critical sectionIdo Schimmel
2022-12-07bridge: mcast: Remove br_mdb_parse()Ido Schimmel
2022-12-07bridge: mcast: Use MDB group key from configuration structureIdo Schimmel
2022-12-07bridge: mcast: Propagate MDB configuration structure furtherIdo Schimmel
2022-12-07bridge: mcast: Use MDB configuration structure where possibleIdo Schimmel
2022-12-07bridge: mcast: Remove redundant checksIdo Schimmel
2022-12-07bridge: mcast: Centralize netlink attribute parsingIdo Schimmel
2022-11-30netfilter: conntrack: merge ipv4+ipv6 confirm functionsFlorian Westphal
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman