Show patches with: Submitter = Vladimir Oltean       |    State = Action Required       |    Archived = No       |   532 patches
« 1 2 3 45 6 »
Patch Series S/W/F Date Submitter Delegate State
[net-next] net: stmmac: the XPCS obscures a potential "PHY not found" error [net-next] net: stmmac: the XPCS obscures a potential "PHY not found" error --- 2021-05-27 Vladimir Oltean New
[RFC,v2,linux-next,13/14] net: dsa: sja1105: expose the SGMII PCS as an mdio_device Add NXP SJA1110 support to the sja1105 DSA driver --- 2021-05-26 Vladimir Oltean New
[RFC,v2,linux-next,11/14] net: dsa: sja1105: add support for the SJA1110 switch family Add NXP SJA1110 support to the sja1105 DSA driver --- 2021-05-26 Vladimir Oltean New
[net-next,13/13] net: dsa: sja1105: add support for the SJA1110 SGMII/2500base-x PCS Add NXP SJA1110 support to the sja1105 DSA driver --- 2021-05-24 Vladimir Oltean New
[net-next,09/13] dt-bindings: net: dsa: sja1105: add compatible strings for SJA1110 Add NXP SJA1110 support to the sja1105 DSA driver --- 2021-05-24 Vladimir Oltean New
[net-next,9/9] net: dsa: sja1105: allow the frame buffer size to be customized SJA1105 DSA driver preparation for new switch introduction (SJA1110) --- 2021-05-24 Vladimir Oltean New
[net-next,7/9] net: dsa: sja1105: use sja1105_xfer_u32 for the reset procedure SJA1105 DSA driver preparation for new switch introduction (SJA1110) --- 2021-05-24 Vladimir Oltean New
[net-next,5/9] net: dsa: sja1105: skip CGU configuration if it's unnecessary SJA1105 DSA driver preparation for new switch introduction (SJA1110) --- 2021-05-24 Vladimir Oltean New
[net-next,1/9] net: dsa: sja1105: parameterize the number of ports SJA1105 DSA driver preparation for new switch introduction (SJA1110) --- 2021-05-24 Vladimir Oltean New
[net,6/6] net: dsa: sja1105: update existing VLANs from the bridge VLAN list [net,1/6] net: dsa: sja1105: fix VL lookup command packing for P/Q/R/S --- 2021-05-24 Vladimir Oltean New
[net,3/6] net: dsa: sja1105: add error handling in sja1105_setup() [net,1/6] net: dsa: sja1105: fix VL lookup command packing for P/Q/R/S --- 2021-05-24 Vladimir Oltean New
[net,1/6] net: dsa: sja1105: fix VL lookup command packing for P/Q/R/S [net,1/6] net: dsa: sja1105: fix VL lookup command packing for P/Q/R/S --- 2021-05-24 Vladimir Oltean New
[net-next] dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFER [net-next] dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFER --- 2021-05-21 Vladimir Oltean New
[net-next,2/2] net: dsa: sja1105: don't use burst SPI reads for port statistics Ethtool statistics counters cleanup for SJA1105 DSA driver --- 2021-05-21 Vladimir Oltean New
[net-next,1/2] net: dsa: sja1105: stop reporting the queue levels in ethtool port counters Ethtool statistics counters cleanup for SJA1105 DSA driver --- 2021-05-21 Vladimir Oltean New
[v3,net-next,1/2] net: dsa: sja1105: send multiple spi_messages instead of using cs_change Adapt the sja1105 DSA driver to the SPI controller's transfer limits --- 2021-05-20 Vladimir Oltean New
[v2,net-next,2/2] net: dsa: sja1105: adapt to a SPI controller with a limited max transfer size Untitled series #129695 --- 2021-05-20 Vladimir Oltean New
[net-next] net: mdio: provide shim implementation of devm_of_mdiobus_register [net-next] net: mdio: provide shim implementation of devm_of_mdiobus_register --- 2021-05-18 Vladimir Oltean New
[net] net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_count [net] net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_count --- 2021-05-09 Vladimir Oltean New
[net-next] net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=n [net-next] net: bridge: fix error in br_multicast_add_port when CONFIG_NET_SWITCHDEV=n --- 2021-04-21 Vladimir Oltean New
[net-next,5/5] net: enetc: add support for flow control Flow control for NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,4/5] arm64: dts: ls1028a: declare the Integrated Endpoint Register Block node Flow control for NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,3/5] net: enetc: add a mini driver for the Integrated Endpoint Register Block Flow control for NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,2/5] dt-bindings: net: fsl: enetc: add the IERB documentation Flow control for NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,1/5] net: enetc: create a common enetc_pf_to_port helper Flow control for NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,10/10] net: enetc: apply the MDIO workaround for XDP_REDIRECT too Fixups for XDP on NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,09/10] net: enetc: fix buffer leaks with XDP_TX enqueue rejections Fixups for XDP on NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,08/10] net: enetc: handle the invalid XDP action the same way as XDP_DROP Fixups for XDP on NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,07/10] net: enetc: use dedicated TX rings for XDP Fixups for XDP on NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,06/10] net: enetc: increase TX ring size Fixups for XDP on NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,05/10] net: enetc: remove unneeded xdp_do_flush_map() Fixups for XDP on NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,04/10] net: enetc: stop XDP NAPI processing when build_skb() fails Fixups for XDP on NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,03/10] net: enetc: recycle buffers for frames with RX errors Fixups for XDP on NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,02/10] net: enetc: rename the buffer reuse helpers Fixups for XDP on NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,01/10] net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf path Fixups for XDP on NXP ENETC --- 2021-04-16 Vladimir Oltean New
[net-next,1/2] net: bridge: switchdev: refactor br_switchdev_fdb_notify [net-next,1/2] net: bridge: switchdev: refactor br_switchdev_fdb_notify --- 2021-04-14 Vladimir Oltean New
[net-next] net: bridge: propagate error code and extack from br_mc_disabled_update [net-next] net: bridge: propagate error code and extack from br_mc_disabled_update --- 2021-04-14 Vladimir Oltean New
[net,2/3] net: dsa: sja1105: use 4095 as the private VLAN for untagged traffic Fixes for sja1105 best-effort VLAN filtering --- 2021-04-07 Vladimir Oltean New
[net,1/3] net: dsa: sja1105: use the bridge pvid in best_effort_vlan_filtering mode Fixes for sja1105 best-effort VLAN filtering --- 2021-04-07 Vladimir Oltean New
[net-next,9/9] net: enetc: add support for XDP_REDIRECT XDP for NXP ENETC --- 2021-03-31 Vladimir Oltean New
[net-next,6/9] net: enetc: add support for XDP_DROP and XDP_PASS XDP for NXP ENETC --- 2021-03-31 Vladimir Oltean New
[net-next,4/9] net: enetc: clean the TX software BD on the TX confirmation path XDP for NXP ENETC --- 2021-03-31 Vladimir Oltean New
[net-next,2/9] net: enetc: move skb creation into enetc_build_skb XDP for NXP ENETC --- 2021-03-31 Vladimir Oltean New
[net-next,1/2] net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filter [net-next,1/2] net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filter --- 2021-03-24 Vladimir Oltean New
[v3,net] net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridge [v3,net] net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridge --- 2021-03-24 Vladimir Oltean New
[v4,net-next,11/11] net: ocelot: replay switchdev events when joining bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[v4,net-next,10/11] net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAG Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[v4,net-next,09/11] net: dsa: sync up switchdev objects and port attributes when joining the bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[v4,net-next,08/11] net: dsa: inherit the actual bridge port flags at join time Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[v4,net-next,07/11] net: dsa: pass extack to dsa_port_{bridge,lag}_join Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[v4,net-next,06/11] net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[v4,net-next,05/11] net: bridge: add helper to replay VLANs installed on port Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[v4,net-next,04/11] net: bridge: add helper to replay port and local fdb entries Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[v4,net-next,03/11] net: bridge: add helper to replay port and host-joined mdb entries Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[v4,net-next,02/11] net: bridge: add helper to retrieve the current ageing time Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[v4,net-next,01/11] net: bridge: add helper for retrieving the current bridge port STP state Better support for sandwiched LAGs with bridge and DSA --- 2021-03-22 Vladimir Oltean New
[net] net: bridge: don't notify switchdev for local FDB addresses [net] net: bridge: don't notify switchdev for local FDB addresses --- 2021-03-22 Vladimir Oltean New
[net-next] net: move the ptype_all and ptype_base declarations to include/linux/netdevice.h [net-next] net: move the ptype_all and ptype_base declarations to include/linux/netdevice.h --- 2021-03-22 Vladimir Oltean New
[net-next] net: make xps_needed and xps_rxqs_needed static [net-next] net: make xps_needed and xps_rxqs_needed static --- 2021-03-22 Vladimir Oltean New
[net-next] net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64 [net-next] net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64 --- 2021-03-22 Vladimir Oltean New
[net-next] net: dsa: mv88e6xxx: fix up kerneldoc some more [net-next] net: dsa: mv88e6xxx: fix up kerneldoc some more --- 2021-03-22 Vladimir Oltean New
[net] net: ipconfig: ic_dev can be NULL in ic_close_devs [net] net: ipconfig: ic_dev can be NULL in ic_close_devs --- 2021-03-22 Vladimir Oltean New
[net-next,2/2] net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGS [net-next,1/2] net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports --- 2021-03-21 Vladimir Oltean New
[net-next,1/2] net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports [net-next,1/2] net/sched: cls_flower: use ntohs for struct flow_dissector_key_ports --- 2021-03-21 Vladimir Oltean New
[net-next] Revert "net: dsa: sja1105: Clear VLAN filtering offload netdev feature" [net-next] Revert "net: dsa: sja1105: Clear VLAN filtering offload netdev feature" --- 2021-03-20 Vladimir Oltean New
[v2,net,3/3] net: dsa: let drivers state that they need VLAN filtering while standalone Clear rx-vlan-filter feature in DSA when necessary --- 2021-03-20 Vladimir Oltean New
[v2,net,2/3] net: dsa: don't advertise 'rx-vlan-filter' if VLAN filtering not global Clear rx-vlan-filter feature in DSA when necessary --- 2021-03-20 Vladimir Oltean New
[v3,net-next,10/12] net: dsa: replay VLANs installed on port when joining the bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-20 Vladimir Oltean New
[v3,net-next,09/12] net: dsa: replay port and local fdb entries when joining the bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-20 Vladimir Oltean New
[v3,net-next,08/12] net: dsa: replay port and host-joined mdb entries when joining the bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-20 Vladimir Oltean New
[v3,net-next,07/12] net: dsa: sync ageing time when joining the bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-20 Vladimir Oltean New
[v3,net-next,06/12] net: dsa: sync multicast router state when joining the bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-20 Vladimir Oltean New
[v3,net-next,05/12] net: dsa: sync up VLAN filtering state when joining the bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-20 Vladimir Oltean New
[v3,net-next,04/12] net: dsa: sync up with bridge port's STP state when joining Better support for sandwiched LAGs with bridge and DSA --- 2021-03-20 Vladimir Oltean New
[v3,net-next,03/12] net: dsa: inherit the actual bridge port flags at join time Better support for sandwiched LAGs with bridge and DSA --- 2021-03-20 Vladimir Oltean New
[net-next] net: enetc: teardown CBDR during PF/VF unbind [net-next] net: enetc: teardown CBDR during PF/VF unbind --- 2021-03-19 Vladimir Oltean New
[RFC,v2,net-next,16/16] net: bridge: switchdev: let drivers inform which bridge ports are offloaded Better support for sandwiched LAGs with bridge and DSA --- 2021-03-18 Vladimir Oltean New
[RFC,v2,net-next,15/16] net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_join Better support for sandwiched LAGs with bridge and DSA --- 2021-03-18 Vladimir Oltean New
[RFC,v2,net-next,14/16] net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-18 Vladimir Oltean New
[RFC,v2,net-next,11/16] net: ocelot: support multiple bridges Better support for sandwiched LAGs with bridge and DSA --- 2021-03-18 Vladimir Oltean New
[RFC,v2,net-next,10/16] net: dsa: replay VLANs installed on port when joining the bridge Better support for sandwiched LAGs with bridge and DSA --- 2021-03-18 Vladimir Oltean New
[RFC,v2,net-next,03/16] net: dsa: inherit the actual bridge port flags at join time Better support for sandwiched LAGs with bridge and DSA --- 2021-03-18 Vladimir Oltean New
[v2,net-next,11/12] Documentation: networking: switchdev: clarify device driver behavior Documentation updates for switchdev and DSA --- 2021-03-16 Vladimir Oltean New
[v2,net-next,10/12] Documentation: networking: dsa: add paragraph for the HSR/PRP offload Documentation updates for switchdev and DSA --- 2021-03-16 Vladimir Oltean New
[v2,net-next,08/12] Documentation: networking: dsa: add paragraph for the LAG offload Documentation updates for switchdev and DSA --- 2021-03-16 Vladimir Oltean New
[v2,net-next,07/12] Documentation: networking: dsa: mention integration with devlink Documentation updates for switchdev and DSA --- 2021-03-16 Vladimir Oltean New
[v2,net-next,05/12] Documentation: networking: dsa: remove TODO about porting more vendor drivers Documentation updates for switchdev and DSA --- 2021-03-16 Vladimir Oltean New
[v2,net-next,03/12] Documentation: networking: dsa: remove static port count from limitations Documentation updates for switchdev and DSA --- 2021-03-16 Vladimir Oltean New
[net-next,12/12] net: enetc: make enetc_refill_rx_ring update the consumer index [net-next,01/12] net: enetc: move the CBDR API to enetc_cbdr.c --- 2021-03-10 Vladimir Oltean New
[net-next,08/12] net: enetc: simplify callers of enetc_rxbd_next [net-next,01/12] net: enetc: move the CBDR API to enetc_cbdr.c --- 2021-03-10 Vladimir Oltean New
[net-next,07/12] net: enetc: don't initialize unused ports from a separate code path [net-next,01/12] net: enetc: move the CBDR API to enetc_cbdr.c --- 2021-03-10 Vladimir Oltean New
[net-next,06/12] net: enetc: pass bd_count as an argument to enetc_setup_cbdr [net-next,01/12] net: enetc: move the CBDR API to enetc_cbdr.c --- 2021-03-10 Vladimir Oltean New
[net-next,05/12] net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdr [net-next,01/12] net: enetc: move the CBDR API to enetc_cbdr.c --- 2021-03-10 Vladimir Oltean New
[net-next,02/12] net: enetc: save the DMA device for enetc_free_cbdr [net-next,01/12] net: enetc: move the CBDR API to enetc_cbdr.c --- 2021-03-10 Vladimir Oltean New
[net-next,01/12] net: enetc: move the CBDR API to enetc_cbdr.c [net-next,01/12] net: enetc: move the CBDR API to enetc_cbdr.c --- 2021-03-10 Vladimir Oltean New
[RFC,net,1/4] net: dsa: on 'bridge vlan add', check for 8021q uppers of all bridge ports Clear rx-vlan-filter feature in DSA when necessary --- 2021-03-09 Vladimir Oltean New
[devicetree] arm64: dts: ls1028a: set up the real link speed for ENETC port 2 [devicetree] arm64: dts: ls1028a: set up the real link speed for ENETC port 2 --- 2021-03-08 Vladimir Oltean New
[net,2/2] net: enetc: allow hardware timestamping on TX queues with tc-etf enabled [net,1/2] net: enetc: set MAC RX FIFO to recommended value --- 2021-03-07 Vladimir Oltean New
[net,1/2] net: enetc: set MAC RX FIFO to recommended value [net,1/2] net: enetc: set MAC RX FIFO to recommended value --- 2021-03-07 Vladimir Oltean New
[v2,net] net: dsa: fix switchdev objects on bridge master mistakenly being applied on ports [v2,net] net: dsa: fix switchdev objects on bridge master mistakenly being applied on ports --- 2021-03-07 Vladimir Oltean New
« 1 2 3 45 6 »