summaryrefslogtreecommitdiff
path: root/net/bridge/br_netlink.c
AgeCommit message (Expand)Author
2026-06-12net: bridge: use atomic ops to read/change p->flags (III)Eric Dumazet
2026-06-12bridge: use atomic ops to read/change p->flags in br_netlink.cEric Dumazet
2026-06-05bridge: read p->flags once in br_port_fill_attrs()Eric Dumazet
2026-06-05bridge: provide lockless access to p->config_pendingEric Dumazet
2026-06-05bridge: provide lockless access to p->port_idEric Dumazet
2026-06-05bridge: provide lockless access to p->priorityEric Dumazet
2026-06-05bridge: provide lockless access to p->designated_portEric Dumazet
2026-06-05bridge: provide lockless access to p->designated_costEric Dumazet
2026-06-05bridge: provide lockless access to p->path_costEric Dumazet
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-27bridge: Fix sleep in atomic context in netlink pathIdo Schimmel
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-21net: bridge: prevent too big nested attributes in br_fill_linkxstats()Eric Dumazet
2026-05-14bridge: Add port-level netlink handling for neigh_forward_gratDanielle Ratson
2026-04-10net: bridge: add stp_mode attribute for STP mode selectionAndy Roulin
2025-10-14net: bridge: correct debug message function name in br_fill_ifinfoAlok Tiwari
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima
2024-10-10bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-04-22bridge/br_netlink.c: no need to return void functionHangbin Liu
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2023-10-17net: bridge: Set strict_start_type for br_policyJohannes Nixdorf
2023-10-17net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf
2023-07-19bridge: Add backup nexthop ID supportIdo Schimmel
2023-04-21bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel
2023-02-06net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata
2023-02-06net: bridge: Set strict_start_type at two policiesPetr Machata
2022-11-03bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz
2022-11-02bridge: Fix flushing of dynamic FDB entriesIdo Schimmel
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26bridge: Do not send empty IFLA_AF_SPEC attributeBenjamin Poirier
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-04-13net: bridge: fdb: add support for fine-grained flushingNikolay Aleksandrov
2022-03-23net: bridge: mst: Restrict info size queries to bridge portsTobias Waldekranz
2022-03-22net: bridge: mst: prevent NULL deref in br_mst_info_size()Eric Dumazet
2022-03-17net: bridge: mst: Support setting and reporting MST port statesTobias Waldekranz
2022-02-23net: bridge: Add support for bridge port in locked modeHans Schultz
2021-12-29net: bridge: mcast: add and enforce startup query interval minimumNikolay Aleksandrov
2021-12-29net: bridge: mcast: add and enforce query interval minimumNikolay Aleksandrov
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung
2021-10-05net: bridge: fix under estimation in br_get_linkxstats_size()Eric Dumazet
2021-10-05net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet
2021-08-20net: bridge: mcast: br_multicast_set_port_router takes multicast context as a...Nikolay Aleksandrov
2021-08-14net: bridge: mcast: dump ipv4 querier stateNikolay Aleksandrov
2021-08-11net: bridge: vlan: add support for mcast router global optionNikolay Aleksandrov
2021-08-11net: bridge: vlan: add support for mcast querier global optionNikolay Aleksandrov
2021-08-11net: bridge: mcast: move querier state to the multicast contextNikolay Aleksandrov
2021-08-11net: bridge: vlan: add support for mcast igmp/mld version global optionsNikolay Aleksandrov