bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-11 19:42:04 to 2020-11-08 08:27:12 UTC [more...]

[Bridge] [RFC net-next 00/28] ndo_ioctl rework
 2020-11-08  8:27 UTC  (31+ 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 net-next] bridge: mrp: Use hlist_head instead of list_head for mrp
 2020-11-06 21:50 UTC 

[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  (6+ messages)

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

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

[Bridge] [RFC PATCH] net: bridge: call br_multicast_del_port before the port leaves
 2020-10-16 16:50 UTC  (3+ messages)

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

[Bridge] [PATCH net-next v2 00/12] net: add and use function dev_fetch_sw_netstats for fetching pcpu_sw_netstats
 2020-10-14  8:33 UTC  (21+ messages)
` [Bridge] [PATCH net-next v2 01/12] net: add "
` [Bridge] [PATCH net-next v2 02/12] IB/hfi1: use new function dev_fetch_sw_netstats
` [Bridge] [PATCH net-next v2 03/12] net: macsec: "
` [Bridge] [PATCH net-next v2 04/12] net: usb: qmi_wwan: "
` [Bridge] [PATCH net-next v2 05/12] net: usbnet: "
` [Bridge] [PATCH net-next v2 06/12] qtnfmac: "
` [Bridge] [PATCH net-next v2 07/12] net: bridge: "
` [Bridge] [PATCH net-next v2 08/12] net: dsa: "
` [Bridge] [PATCH net-next v2 09/12] iptunnel: "
` [Bridge] [PATCH net-next v2 10/12] mac80211: "
` [Bridge] [PATCH net-next v2 11/12] net: openvswitch: "
` [Bridge] [PATCH net-next v2 12/12] xfrm: "

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

[Bridge] [PATCH net-next 00/12] net: add and use function dev_fetch_sw_netstats for fetching pcpu_sw_netstats
 2020-10-12  7:10 UTC  (19+ messages)
` [Bridge] [PATCH net-next 01/12] net: core: add "
` [Bridge] [PATCH net-next 04/12] net: usb: qmi_wwan: use new function dev_fetch_sw_netstats
` [Bridge] [PATCH net-next 06/12] qtnfmac: "
` [Bridge] [PATCH net-next 08/12] net: dsa: "
` [Bridge] [PATCH net-next 09/12] iptunnel: "
` [Bridge] [PATCH net-next 10/12] mac80211: "
` [Bridge] [PATCH net-next 11/12] net: openvswitch: "
` [Bridge] [PATCH net-next 12/12] xfrm: "


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).