obj-y = base.o device.o platform.o obj-$(CONFIG_OF_DYNAMIC) += dynamic.o obj-$(CONFIG_OF_FLATTREE) += fdt.o obj-$(CONFIG_OF_EARLY_FLATTREE) += fdt_address.o obj-$(CONFIG_OF_PROMTREE) += pdt.o obj-$(CONFIG_OF_ADDRESS) += address.o obj-$(CONFIG_OF_IRQ) += irq.o obj-$(CONFIG_OF_NET) += of_net.o obj-$(CONFIG_OF_UNITTEST) += unittest.o obj-$(CONFIG_OF_MDIO) += of_mdio.o obj-$(CONFIG_OF_PCI) += of_pci.o obj-$(CONFIG_OF_PCI_IRQ) += of_pci_irq.o obj-$(CONFIG_OF_RESERVED_MEM) += of_reserved_mem.o obj-$(CONFIG_OF_RESOLVE) += resolver.o obj-$(CONFIG_OF_OVERLAY) += overlay.o obj-$(CONFIG_OF_NUMA) += of_numa.o obj-$(CONFIG_OF_UNITTEST) += unittest-data/ /a> : linux-net-next.git
Unnamed repository; edit this file 'description' to name the repository.Russell King
summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2020-02-26net: mvpp2: use resolved link config in mac_link_up()HEADmasterRussell King
2020-02-26net: mvneta: use resolved link config in mac_link_up()Russell King
2020-02-26net: macb: use resolved link config in mac_link_up()Russell King
2020-02-26net: dpaa2-mac: use resolved link config in mac_link_up()Russell King
2020-02-26net: axienet: use resolved link config in mac_link_up()Russell King
2020-02-26net: phylink: propagate resolved link config via mac_link_up()Russell King
2020-02-24net: ethernet: stmmac: don't warn about missing optional wakeup IRQAhmad Fatoum
2020-02-24net: ethernet: stmmac: demote warnings about missing optional clocksAhmad Fatoum
2020-02-24net: bcmgenet: reduce severity of missing clock warningsJeremy Linton
2020-02-24net: bcmgenet: Fetch MAC address from the adapterJeremy Linton
2020-02-24net: bcmgenet: Initial bcmgenet ACPI supportJeremy Linton
2020-02-24net: bcmgenet: enable automatic phy discoveryJeremy Linton
2020-02-24net: bcmgenet: refactor phy mode configurationJeremy Linton
2020-02-24freescale: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-24netronome: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-24toshiba: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-24chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-24mlxsw: spectrum_trap: Add ACL devlink-trap supportJiri Pirko
2020-02-24mlxsw: spectrum_trap: Introduce dummy group with thin policerJiri Pirko
2020-02-24mlxsw: core: Extend MLXSW_RXL_DIS to register disabled trap groupJiri Pirko
2020-02-24mlxsw: core: Allow to enable/disable rx_listener for trapJiri Pirko
2020-02-24mlxsw: acl_flex_actions: Trap all ACL dropped packets to DISCARD_*_ACL trapsJiri Pirko
2020-02-24mlxsw: spectrum_acl: Pass the ingress indication down to flex actionJiri Pirko
2020-02-24mlxsw: spectrum_flower: Disable mixed bound blocks to contain action dropJiri Pirko
2020-02-24mlxsw: spectrum_acl: Track ingress and egress block bindingsJiri Pirko
2020-02-24mlxsw: spectrum_trap: Prepare mlxsw_core_trap_action_set() to handle not only...Jiri Pirko
2020-02-24mlxsw: spectrum_trap: Use listener->en/dis_action instead of hard-coded valuesJiri Pirko
2020-02-24mlxsw: core: Allow to register disabled traps using MLXSW_RXL_DISJiri Pirko
2020-02-24mlxsw: spectrum_trap: Set unreg_action to be SET_FW_DEFAULTJiri Pirko
2020-02-24net/atheros: Clean atheros code from driver versionLeon Romanovsky