bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-16 13:12:52 to 2024-02-17 20:13:18 UTC [more...]

[PATCH 00/12] net: constify struct device_type usage
 2024-02-17 20:13 UTC  (8+ messages)
` [PATCH 01/12] net: usbnet: constify the "
` [PATCH 02/12] net: dsa: "
` [PATCH 03/12] net: bridge: "
` [PATCH 04/12] net: vxlan: "
` [PATCH 05/12] net: ppp: "
` [PATCH 06/12] net: geneve: "
` [PATCH 07/12] net: hsr: "

[PATCH v5 net 0/2] net: bridge: switchdev: Ensure MDB events are delivered exactly once
 2024-02-16  9:40 UTC  (4+ messages)
` [PATCH v5 net 1/2] net: bridge: switchdev: Skip MDB replays of deferred events on offload
` [PATCH v5 net 2/2] net: bridge: switchdev: Ensure deferred event delivery on unoffload

[PATCH v4 net 0/2] net: bridge: switchdev: Ensure MDB events are delivered exactly once
 2024-02-14 21:28 UTC  (6+ messages)
` [PATCH v4 net 1/2] net: bridge: switchdev: Skip MDB replays of deferred events on offload
` [PATCH v4 net 2/2] net: bridge: switchdev: Ensure deferred event delivery on unoffload

[Bridge] [PATCH] net: bridge: Fix refcnt issues in dev_ioctl
 2024-02-12 15:28 UTC  (2+ messages)

[PATCH v3 net] net: bridge: switchdev: Skip MDB replays of pending events
 2024-02-07 16:36 UTC  (8+ messages)

[PATCH v2 net-next 0/5] net: switchdev: Tracepoints
 2024-02-02 18:34 UTC  (12+ messages)
` [PATCH v2 net-next 1/5] net: switchdev: Wrap enums in mapper macros
` [PATCH v2 net-next 2/5] net: switchdev: Add helpers to display switchdev objects as strings
` [PATCH v2 net-next 3/5] net: switchdev: Relay all replay messages through a central function
` [PATCH v2 net-next 4/5] net: switchdev: Prepare deferred notifications before enqueuing them
` [PATCH v2 net-next 5/5] net: switchdev: Add tracepoints

[PATCH v2 net] net: bridge: switchdev: Skip MDB replays of pending events
 2024-02-01 14:46 UTC  (2+ messages)

[PATCH net 0/2] net: bridge: switchdev: Skip MDB replays of pending events
 2024-02-01  7:45 UTC  (12+ messages)
` [PATCH net 1/2] net: switchdev: Add helper to check if an object event is pending
` [PATCH net 2/2] net: bridge: switchdev: Skip MDB replays of pending events

[PATCH net-next] net: bridge: Use KMEM_CACHE instead of kmem_cache_create
 2024-02-01  0:50 UTC  (6+ messages)

[Bridge] [PATCH net-next 02/17] net: switchdev: Add a helper to replay objects on a bridge port
 2024-01-31 15:47 UTC  (2+ messages)
  `  "

net: switchdev: Port-to-Bridge Synchronization
 2024-01-31 13:10 UTC  (4+ messages)

[PATCH net v2] bridge: mcast: fix disabled snooping after long uptime
 2024-01-31  2:40 UTC  (3+ messages)

[PATCH net] bridge: mcast: fix disabled snooping after long uptime
 2024-01-27  1:27 UTC  (2+ messages)

[PATCH net-next 0/5] net: switchdev: Tracepoints
 2024-01-26  6:07 UTC  (8+ messages)
` [PATCH net-next 1/5] net: switchdev: Wrap enums in mapper macros
` [PATCH net-next 2/5] net: switchdev: Add helpers to display switchdev objects as strings
` [PATCH net-next 3/5] net: switchdev: Relay all replay messages through a central function
` [PATCH net-next 4/5] net: switchdev: Prepare deferred notifications before enqueuing them
` [PATCH net-next 5/5] net: switchdev: Add tracepoints

[PATCH v3 0/4] netlink: bridge: fix nf_bridge->physindev use after free
 2024-01-17 14:15 UTC  (10+ messages)
` [PATCH v3 1/4] netfilter: nfnetlink_log: use proper helper for fetching physinif
` [PATCH v3 2/4] netfilter: nf_queue: remove excess nf_bridge variable
` [PATCH v3 3/4] netfilter: propagate net to nf_bridge_get_physindev
` [PATCH v3 4/4] netfilter: bridge: replace physindev with physinif in nf_bridge_info

[PATCH AUTOSEL 5.15 45/47] bridge: cfm: fix enum typo in br_cc_ccm_tx_parse
 2024-01-16 19:57 UTC 

[PATCH AUTOSEL 6.1 65/68] bridge: cfm: fix enum typo in br_cc_ccm_tx_parse
 2024-01-16 19:54 UTC 

[PATCH AUTOSEL 6.6 098/104] bridge: cfm: fix enum typo in br_cc_ccm_tx_parse
 2024-01-16 19:47 UTC 

[PATCH AUTOSEL 6.7 101/108] bridge: cfm: fix enum typo in br_cc_ccm_tx_parse
 2024-01-16 19:40 UTC 

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-12 14:52 UTC  (12+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
` [PATCH 2/3] arch and include: "
` [PATCH 3/3] treewide: Update LLVM Bugzilla links

[PATCH net-next v2] bridge: cfm: fix enum typo in br_cc_ccm_tx_parse
 2023-12-26 22:40 UTC  (3+ messages)

[PATCH v1] bridge: cfm: fix enum typo in br_cc_ccm_tx_parse
 2023-12-20 16:53 UTC  (4+ messages)

[PATCH net-next 0/9] Add MDB bulk deletion support
 2023-12-20 11:30 UTC  (21+ messages)
` [PATCH net-next 1/9] bridge: add MDB state mask uAPI attribute
` [PATCH net-next 2/9] rtnetlink: bridge: Use a different policy for MDB bulk delete
` [PATCH net-next 3/9] net: Add MDB bulk deletion device operation
` [PATCH net-next 4/9] rtnetlink: bridge: Invoke MDB bulk deletion when needed
` [PATCH net-next 5/9] bridge: mdb: Add MDB bulk deletion support
` [PATCH net-next 6/9] vxlan: "
` [PATCH net-next 7/9] rtnetlink: bridge: Enable MDB bulk deletion
` [PATCH net-next 8/9] selftests: bridge_mdb: Add MDB bulk deletion test
` [PATCH net-next 9/9] selftests: vxlan_mdb: "

[PATCH net-next 07/24] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
 2023-12-15 17:07 UTC 

Proszę o kontakt
 2023-11-17  8:50 UTC 

[Bridge] [PATCH] can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
 2023-11-17  8:10 UTC  (3+ messages)
    `  "

Mecenas prosi o kontakt
 2023-11-15  8:30 UTC 

[syzbot] [can?] possible deadlock in j1939_sk_errqueue (2)
 2023-11-15  3:54 UTC 

[PATCH] MAINTAINERS: update lists.linuxfoundation.org migrated lists
 2023-11-08 20:45 UTC  (2+ messages)

[Bridge] PSA: the bridge list will be moving to lists.linux.dev
 2023-11-07 19:38 UTC  (2+ messages)
`  "

[Bridge] [PATCH net-next] net: bridge: fill in MODULE_DESCRIPTION()
 2023-10-27 10:20 UTC  (2+ messages)

[Bridge] [PATCH net-next v2 00/13] Add MDB get support
 2023-10-27 10:00 UTC  (17+ messages)
` [Bridge] [PATCH net-next v2 01/13] bridge: mcast: Dump MDB entries even when snooping is disabled
` [Bridge] [PATCH net-next v2 02/13] bridge: mcast: Account for missing attributes
` [Bridge] [PATCH net-next v2 03/13] bridge: mcast: Factor out a helper for PG entry size calculation
` [Bridge] [PATCH net-next v2 04/13] bridge: mcast: Rename MDB entry get function
` [Bridge] [PATCH net-next v2 05/13] vxlan: mdb: Adjust function arguments
` [Bridge] [PATCH net-next v2 06/13] vxlan: mdb: Factor out a helper for remote entry size calculation
` [Bridge] [PATCH net-next v2 07/13] bridge: add MDB get uAPI attributes
` [Bridge] [PATCH net-next v2 08/13] net: Add MDB get device operation
` [Bridge] [PATCH net-next v2 09/13] bridge: mcast: Add MDB get support
` [Bridge] [PATCH net-next v2 10/13] vxlan: mdb: "
` [Bridge] [PATCH net-next v2 11/13] rtnetlink: "
` [Bridge] [PATCH net-next v2 12/13] selftests: bridge_mdb: Use MDB get instead of dump
` [Bridge] [PATCH net-next v2 13/13] selftests: vxlan_mdb: "

[Bridge] Fw: [Bug 218047] New: linux network bridge kernel set group_fwd_mask 65535
 2023-10-26 17:21 UTC 

[Bridge] [PATCH iproute2-next v5] iplink: bridge: Add support for bridge FDB learning limits
 2023-10-19 15:40 UTC  (4+ messages)

[Bridge] [PATCH net-next 1/2] bridge: Add a limit on FDB entries
 2023-10-19 15:39 UTC 

[Bridge] [PATCH net-next v5 0/5] bridge: Add a limit on learned FDB entries
 2023-10-18  1:00 UTC  (11+ messages)
` [Bridge] [PATCH net-next v5 1/5] net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
` [Bridge] [PATCH net-next v5 2/5] net: bridge: Track and limit dynamically learned FDB entries
` [Bridge] [PATCH net-next v5 3/5] net: bridge: Add netlink knobs for number / max "
` [Bridge] [PATCH net-next v5 4/5] net: bridge: Set strict_start_type for br_policy
` [Bridge] [PATCH net-next v5 5/5] selftests: forwarding: bridge_fdb_learning_limit: Add a new selftest

[Bridge] [PATCH net-next 00/13] Add MDB get support
 2023-10-17 12:53 UTC  (30+ messages)
` [Bridge] [PATCH net-next 01/13] bridge: mcast: Dump MDB entries even when snooping is disabled
` [Bridge] [PATCH net-next 02/13] bridge: mcast: Account for missing attributes
` [Bridge] [PATCH net-next 03/13] bridge: mcast: Factor out a helper for PG entry size calculation
` [Bridge] [PATCH net-next 04/13] bridge: mcast: Rename MDB entry get function
` [Bridge] [PATCH net-next 05/13] vxlan: mdb: Adjust function arguments
` [Bridge] [PATCH net-next 06/13] vxlan: mdb: Factor out a helper for remote entry size calculation
` [Bridge] [PATCH net-next 07/13] bridge: add MDB get uAPI attributes
` [Bridge] [PATCH net-next 08/13] net: Add MDB get device operation
` [Bridge] [PATCH net-next 09/13] bridge: mcast: Add MDB get support
` [Bridge] [PATCH net-next 10/13] vxlan: mdb: "
` [Bridge] [PATCH net-next 11/13] rtnetlink: "
` [Bridge] [PATCH net-next 12/13] selftests: bridge_mdb: Use MDB get instead of dump
` [Bridge] [PATCH net-next 13/13] selftests: vxlan_mdb: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).