summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: freescale: use ethtool string helpersRosen Penev2024-11-014-22/+13
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+2
* dpaa2-switch: Fix error checking in dpaa2_switch_seed_bp()Dan Carpenter2024-08-211-3/+4
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-2/+2
* Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-201-1/+1
|\
| * xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2024-05-081-1/+1
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-082-2/+2
* | dpaa2-switch: flower: validate control flagsAsbjørn Sloth Tønnesen2024-04-231-0/+6
* | net/dpaa2: Avoid explicit cpumask var allocation on stackDawei Li2024-04-031-5/+9
|/
* dpaa2-switch: cleanup the egress flood of an unused FDBIoana Ciornei2023-12-231-0/+6
* dpaa2-switch: move a check to the prechangeupper stageIoana Ciornei2023-12-231-15/+16
* dpaa2-switch: reorganize the [pre]changeupper eventsIoana Ciornei2023-12-231-25/+52
* dpaa2-switch: do not clear any interrupts automaticallyIoana Ciornei2023-12-231-2/+2
* dpaa2-switch: add ENDPOINT_CHANGED to the irq_maskIoana Ciornei2023-12-231-1/+1
* dpaa2-switch: print an error when the vlan is already configuredIoana Ciornei2023-12-231-2/+4
* dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capableIoana Ciornei2023-12-231-0/+1
* dpaa2-switch: set interface MAC address only on endpoint changeIoana Ciornei2023-12-231-3/+2
* dpaa2-switch: do not ask for MDB, VLAN and FDB replayIoana Ciornei2023-12-141-9/+2
* dpaa2-switch: fix size of the dma_unmapIoana Ciornei2023-12-141-3/+4
* dpaa2-eth: recycle the RX buffer only after all processing doneIoana Ciornei2023-11-261-2/+6
* dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei2023-11-262-5/+5
* net: dpaa2-switch: Remove redundant initialization owner in dpaa2_switch_drvLi Zetao2023-08-081-1/+0
* net: dpaa2-eth: Remove redundant initialization owner in dpaa2_eth_driverLi Zetao2023-08-081-1/+0
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-041-0/+1
|\
| * eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-11/+11
|/
* Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-303-9/+3
|\
| * bus: fsl-mc: Make remove function return voidUwe Kleine-König2023-05-313-9/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-231-1/+6
|\ \
| * | net: dpaa2-mac: add 25gbase-r supportJosua Mayer2023-06-201-1/+6
| |/
* | net: dpaa2: use pcs-lynx's check for fwnode availabilityRussell King (Oracle)2023-06-091-6/+5
* | net: dpaa2-mac: use lynx_pcs_create_fwnode()Russell King (Oracle)2023-06-091-8/+10
* | net: dpaa2-mac: allow lynx PCS to manage mdiodev lifetimeRussell King (Oracle)2023-06-091-4/+1
* | net: dpaa2-mac: use correct interface to free mdiodevRussell King (Oracle)2023-05-301-3/+2
|/
* net: dpaa2-mac: use Autoneg bit rather than an_enabledRussell King (Oracle)2023-03-231-1/+2
* net: dpaa2-eth: do not always set xsk support in xdp_features flagLorenzo Bianconi2023-02-201-1/+3
* drivers: net: turn on XDP featuresMarek Majtyka2023-02-031-0/+4
* dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-281-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-091-0/+4
|\
| * dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switc...Yuan Can2022-12-071-0/+4
* | net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()Vladimir Oltean2022-12-013-8/+5
* | net: dpaa2-switch: serialize changes to priv->mac with a mutexVladimir Oltean2022-12-013-10/+55
* | net: dpaa2-eth: serialize changes to priv->mac with a mutexVladimir Oltean2022-12-013-16/+91
* | net: dpaa2-eth: connect to MAC before requesting the "endpoint changed" IRQVladimir Oltean2022-12-011-9/+9
* | net: dpaa2-switch replace direct MAC access with dpaa2_switch_port_has_mac()Vladimir Oltean2022-12-011-1/+1
* | net: dpaa2: publish MAC stringset to ethtool -S even if MAC is missingVladimir Oltean2022-12-012-18/+5
* | net: dpaa2-switch: assign port_priv->mac after dpaa2_mac_connect() callVladimir Oltean2022-12-011-9/+12
* | net: dpaa2-eth: assign priv->mac after dpaa2_mac_connect() callVladimir Oltean2022-12-011-9/+12
* | net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()Vladimir Oltean2022-12-011-3/+0