summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
...
* | | enetc: Introduce basic PF and VF ENETC ethernet driversClaudiu Manoil2019-01-2512-0/+3384
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-211-0/+6
|\| |
| * | dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur2019-01-181-0/+6
| |/
* | dpaa2-eth: add debugfs statisticsIoana Radulescu2019-01-195-1/+302
* | dpaa2-eth: transform dpaa2_eth_queue_count into a macroIoana Ciornei2019-01-191-6/+4Star
* | dpaa2-eth: Fix ndo_stop routineIoana Ciocoi Radulescu2019-01-181-34/+34
|/
* fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2018-12-292-2/+2
* dpaa2-eth: Add QBMAN related statsIoana Radulescu2018-12-191-0/+41
* net: fec: remove workaround to restart phylib state machine on MDIO timeoutHeiner Kallweit2018-12-192-13/+0Star
* ucc_geth: Add change_carrier() for Fixed PHYsJoakim Tjernlund2018-12-171-0/+2
* gianfar: Add change_carrier() for Fixed PHYsJoakim Tjernlund2018-12-171-0/+1
* dpaa_eth: Add change_carrier() for Fixed PHYsJoakim Tjernlund2018-12-171-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-3/+2Star
|\
| * ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne2018-12-051-3/+2Star
* | net: Use of_node_name_eq for node name comparisonsRob Herring2018-12-061-2/+2
* | dpaa2-eth: Add "fall through" commentsIoana Ciocoi Radulescu2018-11-291-0/+2
* | dpaa2-eth: Add xdp countersIoana Ciocoi Radulescu2018-11-283-0/+10
* | dpaa2-eth: Cleanup channel statsIoana Ciocoi Radulescu2018-11-283-16/+7Star
* | dpaa2-eth: Add support for XDP_TXIoana Ciocoi Radulescu2018-11-282-1/+52
* | dpaa2-eth: Map Rx buffers as bidirectionalIoana Ciocoi Radulescu2018-11-281-7/+7
* | dpaa2-eth: Release buffers back to pool on XDP_DROPIoana Ciocoi Radulescu2018-11-282-3/+33
* | dpaa2-eth: Move functionIoana Ciocoi Radulescu2018-11-281-17/+17
* | dpaa2-eth: Allow XDP header adjustmentsIoana Ciocoi Radulescu2018-11-281-3/+40
* | dpaa2-eth: Add basic XDP supportIoana Ciocoi Radulescu2018-11-282-1/+194
* | dpaa_eth: add ethtool coalesce controlMadalin Bucur2018-11-231-0/+71
* | net: fsl: Use device_type helpers to access the node typeRob Herring2018-11-181-1/+1
* | dpaa2-eth: bql supportIoana Ciocoi Radulescu2018-11-172-15/+46
* | dpaa2-eth: Update callback signatureIoana Ciocoi Radulescu2018-11-172-9/+6Star
* | dpaa2-eth: Don't use multiple queues per channelIoana Ciocoi Radulescu2018-11-172-2/+3
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-114-14/+18
* | dpaa2-ptp: defer probe when portal allocation failedIoana Ciornei2018-11-101-1/+4
* | dpaa2-eth: defer probe on object allocateIoana Ciornei2018-11-101-10/+22
* | gianfar: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-091-5/+3Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-192-4/+16
|\
| * net: fec: don't dump RX FIFO register when not availableFugang Duan2018-10-162-4/+16
* | dpaa2-eth: remove unused FD fieldIoana Radulescu2018-10-161-2/+2
* | dpaa2-eth: mark unused parameter in dpaa2_eth_tx_confIoana Ciornei2018-10-161-1/+1
* | dpaa2-eth: remove unused priv parameterIoana Ciornei2018-10-161-6/+4Star
* | dpaa2-eth: fix uninitialized variable warningsIoana Ciornei2018-10-161-3/+3
* | dpaa2-eth: make dpaa2_eth_set_dist_key staticIoana Ciornei2018-10-161-2/+2
* | dpaa2-eth: Fix Kconfig dependenciesIoana Radulescu2018-10-161-1/+0Star
* | dpaa2-eth: Don't account Tx confirmation frames on NAPI pollIoana Ciocoi Radulescu2018-10-082-26/+47
* | net: dpaa2: fix and improve dpaa2-ptp driverYangbo Lu2018-10-081-16/+9Star
* | net: dpaa2: remove unused code for dprtcYangbo Lu2018-10-083-723/+0Star
* | net: dpaa2: rename rtc as ptp in dpaa2-ptp driverYangbo Lu2018-10-081-15/+15
* | net: dpaa2: fix dependency of config FSL_DPAA2_ETHYangbo Lu2018-10-081-1/+1
* | net: dpaa2: move DPAA2 PTP driver out of staging/Yangbo Lu2018-10-088-10/+1267
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-4/+4
|\|
| * net: fec: fix rare tx timeoutRickard x Andersson2018-10-021-4/+4
* | dpaa_eth: Remove useless declarationNathan Chancellor2018-10-031-2/+0Star