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