bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-22 19:52:20 to 2020-12-01 05:52:27 UTC [more...]

[Bridge] [PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-01  5:52 UTC  (66+ messages)
` [Bridge] [PATCH 106/141] net: bridge: "
                  ` [Bridge] [Intel-wired-lan] [PATCH 000/141] "

[Bridge] [PATCH net-next 0/9] mlxsw: Add support for 802.1ad bridging
 2020-11-30 15:43 UTC  (11+ messages)
` [Bridge] [PATCH net-next 1/9] mlxsw: reg: Add Switch Port VLAN Classification Register
` [Bridge] [PATCH net-next 2/9] mlxsw: reg: Add et_vlan field to SPVID register
` [Bridge] [PATCH net-next 3/9] mlxsw: spectrum: Only treat 802.1q packets as tagged packets
` [Bridge] [PATCH net-next 4/9] mlxsw: Make EtherType configurable when pushing VLAN at ingress
` [Bridge] [PATCH net-next 5/9] mlxsw: spectrum_switchdev: Create common functions for VLAN-aware bridge
` [Bridge] [PATCH net-next 6/9] mlxsw: spectrum_switchdev: Add support of QinQ traffic
` [Bridge] [PATCH net-next 7/9] bridge: switchdev: Notify about VLAN protocol changes
` [Bridge] [PATCH net-next 8/9] mlxsw: Add QinQ configuration vetoes
` [Bridge] [PATCH net-next 9/9] selftests: forwarding: Add QinQ veto testing

[Bridge] [PATCH v3 iproute2] bridge: add support for L2 multicast groups
 2020-11-29 20:58 UTC  (2+ messages)

[Bridge] [RFC PATCH] batman-adv: Reserve needed_headroom for fragments
 2020-11-26  8:58 UTC  (2+ messages)

[Bridge] [PATCH net-next v2] bridge: mrp: Implement LC mode for MRP
 2020-11-25 21:34 UTC  (2+ messages)

[Bridge] [PATCH net-next] bridge: mrp: Implement LC mode for MRP
 2020-11-23 22:41 UTC  (7+ messages)

[Bridge] [PATCH net-next] net: bridge: switch to net core statistics counters handling
 2020-11-21 22:41 UTC  (2+ messages)

[Bridge] [PATCH net-next] net: bridge: replace struct br_vlan_stats with pcpu_sw_netstats
 2020-11-19  1:27 UTC  (2+ messages)

[Bridge] [PATCH net] net: bridge: add missing counters to ndo_get_stats64 callback
 2020-11-16 23:50 UTC  (2+ messages)

[Bridge] [PATCH net-next] bridge: mrp: Use hlist_head instead of list_head for mrp
 2020-11-10  1:11 UTC  (2+ messages)

[Bridge] [RFC net-next 00/28] ndo_ioctl rework
 2020-11-09 11:25 UTC  (34+ messages)
` [Bridge] [RFC net-next 01/28] net: split out SIOCDEVPRIVATE handling from dev_ioctl
` [Bridge] [RFC net-next 02/28] staging: rtlwifi: use siocdevprivate
` [Bridge] [RFC net-next 03/28] staging: wlan-ng: "
` [Bridge] [RFC net-next 04/28] hostap: use ndo_siocdevprivate
` [Bridge] [RFC net-next 05/28] wireless: remove old ioctls
` [Bridge] [RFC net-next 06/28] bridge: use ndo_siocdevprivate
` [Bridge] [RFC net-next 07/28] phonet: use siocdevprivate
` [Bridge] [RFC net-next 08/28] tulip: use ndo_siocdevprivate
` [Bridge] [RFC net-next 09/28] bonding: use siocdevprivate
` [Bridge] [RFC net-next 10/28] appletalk: use ndo_siocdevprivate
` [Bridge] [RFC net-next 11/28] hamachi: "
` [Bridge] [RFC net-next 12/28] tehuti: "
` [Bridge] [RFC net-next 13/28] eql: "
` [Bridge] [RFC net-next 14/28] fddi: "
` [Bridge] [RFC net-next 15/28] net: usb: "
` [Bridge] [RFC net-next 16/28] slip/plip: "
` [Bridge] [RFC net-next 17/28] qeth: "
` [Bridge] [RFC net-next 18/28] cxgb3: "
` [Bridge] [RFC net-next 19/28] dev_ioctl: pass SIOCDEVPRIVATE data separately
` [Bridge] [RFC net-next 20/28] dev_ioctl: split out ndo_eth_ioctl
` [Bridge] [RFC net-next 21/28] wan: use ndo_siocdevprivate
` [Bridge] [RFC net-next 22/28] hamradio: "
` [Bridge] [RFC net-next 23/28] airo: "
` [Bridge] [RFC net-next 24/28] ip_tunnel: "
` [Bridge] [RFC net-next 25/28] hippi: "
` [Bridge] [RFC net-next 26/28] sb1000: "
` [Bridge] [RFC net-next 27/28] ppp: "
` [Bridge] [RFC net-next 28/28] net: socket: return changed ifreq from SIOCDEVPRIVATE

[Bridge] [PATCH v2 iproute2-next] bridge: add support for L2 multicast groups
 2020-11-06 16:40 UTC  (2+ messages)

[Bridge] [PATCH net-next 00/16] selftests: net: bridge: add tests for MLDv2
 2020-11-05  0:58 UTC  (18+ messages)
` [Bridge] [PATCH net-next 01/16] selftests: net: bridge: factor out mcast_packet_test
` [Bridge] [PATCH net-next 02/16] selftests: net: lib: add support for IPv6 mcast packet test
` [Bridge] [PATCH net-next 03/16] selftests: net: bridge: factor out and rename sg state functions
` [Bridge] [PATCH net-next 04/16] selftests: net: bridge: add initial MLDv2 include test
` [Bridge] [PATCH net-next 05/16] selftests: net: bridge: add test for mldv2 inc -> allow report
` [Bridge] [PATCH net-next 06/16] selftests: net: bridge: add test for mldv2 inc -> is_include report
` [Bridge] [PATCH net-next 07/16] selftests: net: bridge: add test for mldv2 inc -> is_exclude report
` [Bridge] [PATCH net-next 08/16] selftests: net: bridge: add test for mldv2 inc -> to_exclude report
` [Bridge] [PATCH net-next 09/16] selftests: net: bridge: add test for mldv2 exc -> allow report
` [Bridge] [PATCH net-next 10/16] selftests: net: bridge: add test for mldv2 exc -> is_include report
` [Bridge] [PATCH net-next 11/16] selftests: net: bridge: add test for mldv2 exc -> is_exclude report
` [Bridge] [PATCH net-next 12/16] selftests: net: bridge: add test for mldv2 exc -> to_exclude report
` [Bridge] [PATCH net-next 13/16] selftests: net: bridge: add test for mldv2 inc -> block report
` [Bridge] [PATCH net-next 14/16] selftests: net: bridge: add test for mldv2 exc "
` [Bridge] [PATCH net-next 15/16] selftests: net: bridge: add test for mldv2 exclude timeout
` [Bridge] [PATCH net-next 16/16] selftests: net: bridge: add test for mldv2 *, g auto-add

[Bridge] [PATCH] net: bridge: disable multicast while delete bridge
 2020-11-04 14:14 UTC  (3+ messages)

[Bridge] [PATCH net-next] net: bridge: mcast: fix stub definition of br_multicast_querier_exists
 2020-11-01  0:30 UTC  (2+ messages)

[Bridge] [PATCH net-next] net: bridge: explicitly convert between mdb entry state and port group flags
 2020-10-31  0:59 UTC  (2+ messages)

[Bridge] [PATCH v4 net-next] net: bridge: mcast: add support for raw L2 multicast groups
 2020-10-31  0:57 UTC  (2+ messages)

[Bridge] [PATCH net-next 00/16] selftests: net: bridge: add tests for IGMPv3
 2020-10-30 17:53 UTC  (18+ messages)
` [Bridge] [PATCH net-next 01/16] selftests: net: bridge: rename current igmp tests to igmpv2
` [Bridge] [PATCH net-next 02/16] selftests: net: bridge: igmp: add support for packet source address
` [Bridge] [PATCH net-next 03/16] selftests: net: bridge: igmp: check for specific udp ip protocol
` [Bridge] [PATCH net-next 04/16] selftests: net: bridge: igmp: add IGMPv3 entries' state helpers
` [Bridge] [PATCH net-next 05/16] selftests: net: bridge: add tests for igmpv3 is_include and inc -> allow reports
` [Bridge] [PATCH net-next 06/16] selftests: net: bridge: add test for igmpv3 inc -> is_include report
` [Bridge] [PATCH net-next 07/16] selftests: net: bridge: add test for igmpv3 inc -> is_exclude report
` [Bridge] [PATCH net-next 08/16] selftests: net: bridge: add test for igmpv3 inc -> to_exclude report
` [Bridge] [PATCH net-next 09/16] selftests: net: bridge: add test for igmpv3 exc -> allow report
` [Bridge] [PATCH net-next 10/16] selftests: net: bridge: add test for igmpv3 exc -> is_include report
` [Bridge] [PATCH net-next 11/16] selftests: net: bridge: add test for igmpv3 exc -> is_exclude report
` [Bridge] [PATCH net-next 12/16] selftests: net: bridge: add test for igmpv3 exc -> to_exclude report
` [Bridge] [PATCH net-next 13/16] selftests: net: bridge: add test for igmpv3 inc -> block report
` [Bridge] [PATCH net-next 14/16] selftests: net: bridge: add test for igmpv3 exc "
` [Bridge] [PATCH net-next 15/16] selftests: net: bridge: add test for igmpv3 exclude timeout
` [Bridge] [PATCH net-next 16/16] selftests: net: bridge: add test for igmpv3 *, g auto-add

[Bridge] [PATCH net-next v7 00/10] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
 2020-10-30  2:58 UTC  (14+ messages)
` [Bridge] [PATCH net-next v7 01/10] net: bridge: extend the process of special frames
` [Bridge] [PATCH net-next v7 02/10] bridge: cfm: Add BRIDGE_CFM to Kconfig
` [Bridge] [PATCH net-next v7 03/10] bridge: uapi: cfm: Added EtherType used by the CFM protocol
` [Bridge] [PATCH net-next v7 04/10] bridge: cfm: Kernel space implementation of CFM. MEP create/delete
` [Bridge] [PATCH net-next v7 05/10] bridge: cfm: Kernel space implementation of CFM. CCM frame TX added
` [Bridge] [PATCH net-next v7 06/10] bridge: cfm: Kernel space implementation of CFM. CCM frame RX added
` [Bridge] [PATCH net-next v7 07/10] bridge: cfm: Netlink SET configuration Interface
` [Bridge] [PATCH net-next v7 08/10] bridge: cfm: Netlink GET "
` [Bridge] [PATCH net-next v7 09/10] bridge: cfm: Netlink GET status Interface
` [Bridge] [PATCH net-next v7 10/10] bridge: cfm: Netlink Notifications

[Bridge] [PATCH v3 net-next] net: bridge: mcast: add support for raw L2 multicast groups
 2020-10-28 21:52 UTC  (2+ messages)

[Bridge] [RFC PATCH v2] net: bridge: mcast: add support for raw L2 multicast groups
 2020-10-25 17:20 UTC 

[Bridge] [RFC PATCH] net: bridge: multicast: add support for L2 entries
 2020-10-25 10:49 UTC  (5+ messages)

[Bridge] [RFC PATCH iproute2] bridge: add support for L2 multicast groups
 2020-10-22 19:52 UTC  (2+ messages)


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 NNTP newsgroup(s).