summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean6-56/+45
2021-10-21net: dsa: introduce helpers for iterating through ports using dpVladimir Oltean1-0/+28
2021-10-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller18-154/+2021
2021-10-21Merge branch 'mscc-ocelot-all-ports-vlan-untagged-egress'David S. Miller5-94/+223
2021-10-21net: mscc: ocelot: track the port pvid using a pointerVladimir Oltean2-25/+13
2021-10-21net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean4-15/+17
2021-10-21net: mscc: ocelot: allow a config where all bridge VLANs are egress-untaggedVladimir Oltean2-36/+113
2021-10-21net: mscc: ocelot: convert the VLAN masks to a listVladimir Oltean2-18/+72
2021-10-21net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFGVladimir Oltean2-8/+16
2021-10-21ice: Add tc-flower filter support for channelKiran Patil6-8/+438
2021-10-21ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil5-10/+913
2021-10-21ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil13-137/+671
2021-10-21fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen5-15/+25
2021-10-20phy: micrel: ksz8041nl: do not use power down modeStefan Agner1-2/+3
2021-10-20net: enetc: unmap DMA in enetc_send_cmd()Tim Gardner1-7/+11
2021-10-20net-core: use netdev_* calls for kernel messagesJesse Brandeburg1-12/+10
2021-10-20batman-adv: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-20mac802154: use dev_addr_set() - manualJakub Kicinski2-8/+9
2021-10-20mac802154: use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-20batman-adv: prepare for const netdev->dev_addrJakub Kicinski5-13/+14
2021-10-20soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()Tim Gardner1-6/+5
2021-10-20net: dsa: qca8k: tidy for loop in setup and add cpu port checkAnsuel Smith1-30/+44
2021-10-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller17-286/+764
2021-10-20Merge branch 'dev_addr-conversions-part-three'David S. Miller6-17/+31
2021-10-20ethernet: via-velocity: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-20ethernet: via-rhine: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-20ethernet: tlan: use eth_hw_addr_set()Jakub Kicinski1-4/+6
2021-10-20ethernet: tehuti: use eth_hw_addr_set()Jakub Kicinski1-2/+4
2021-10-20ethernet: stmmac: use eth_hw_addr_set()Jakub Kicinski1-2/+6
2021-10-20ethernet: netsec: use eth_hw_addr_set()Jakub Kicinski1-7/+9
2021-10-20Merge branch 'sja1105-next'David S. Miller5-47/+157
2021-10-20net: dsa: sja1105: parse {rx, tx}-internal-delay-ps properties for RGMII delaysVladimir Oltean3-47/+107
2021-10-20dt-bindings: net: dsa: sja1105: add {rx,tx}-internal-delay-psVladimir Oltean2-0/+46
2021-10-20dt-bindings: net: dsa: inherit the ethernet-controller DT schemaVladimir Oltean1-0/+3
2021-10-20dt-bindings: net: dsa: sja1105: fix example so all ports have a phy-handle of...Vladimir Oltean1-0/+1
2021-10-20Merge branch 'net-sched-fixes-after-recent-qdisc-running-changes'Jakub Kicinski1-4/+8
2021-10-20net: sched: remove one pair of atomic operationsEric Dumazet1-4/+8
2021-10-20net: sched: fix logic error in qdisc_run_begin()Eric Dumazet1-1/+1
2021-10-19ice: fix an error code in ice_ena_vfs()Dan Carpenter1-1/+2
2021-10-19ice: use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva2-4/+4
2021-10-19ice: Make use of the helper function devm_add_action_or_reset()Cai Huoqing1-3/+1
2021-10-19ice: Refactor PR ethtool opsWojciech Drewek1-25/+74
2021-10-19ice: Manage act flags for switchdev offloadsWojciech Drewek5-138/+21
2021-10-19ice: Forbid trusted VFs in switchdev modeWojciech Drewek1-5/+5
2021-10-19ice: fix software generating extra interruptsJesse Brandeburg2-11/+16
2021-10-19ice: fix rate limit update after coalesce changeJesse Brandeburg2-8/+13
2021-10-19ice: update dim usage and moderationJesse Brandeburg4-87/+142
2021-10-19ice: Add support for VF rate limitingBrett Creeley7-4/+486
2021-10-19net: ethernet: ixp4xx: Make use of dma_pool_zalloc() instead of dma_pool_allo...Cai Huoqing1-3/+2
2021-10-19ieee802154: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-2/+0