summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-06-16net: ipa: call gsi_evt_ring_rx_update() unconditionallyAlex Elder
2022-06-16net: ipa: pass GSI pointer to gsi_evt_ring_rx_update()Alex Elder
2022-06-16net: ipa: don't pass channel when mapping transactionAlex Elder
2022-06-16net: ipa: don't assume one channel per event ringAlex Elder
2022-06-16net: phy: dp83867: implement support for io_impedance_ctrl nvmem cellRasmus Villemoes
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-16net: axienet: add missing error return code in axienet_probe()Yang Yingliang
2022-06-16net: mana: Add support of XDP_REDIRECT actionHaiyang Zhang
2022-06-16net: mana: Add the Linux MANA PF driverDexuan Cui
2022-06-16net: ethernet: stmmac: reset force speed bit for ipq806xChristian 'Ansuel' Marangi
2022-06-16net: ethernet: stmmac: add missing sgmii configure for ipq806xChristian 'Ansuel' Marangi
2022-06-15mlxbf_gige: remove own module name define and use KBUILD_MODNAME insteadDavid Thompson
2022-06-15net: sparx5: Allow mdb entries to both CPU and portsCasper Andersson
2022-06-15bcm63xx_enet: switch to napi_build_skb() to reuse skbuff_headsSieng Piaw Liew
2022-06-15net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso
2022-06-15i40e: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi
2022-06-15net: phy: marvell-88x2222: set proper phydev->portIvan Bornyakov
2022-06-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-06-15net: ipa: rework gsi_channel_tx_update()Alex Elder
2022-06-15net: ipa: stop counting total RX bytes and transactionsAlex Elder
2022-06-15net: ipa: simplify TX completion statisticsAlex Elder
2022-06-15net: ipa: introduce gsi_trans_tx_committed()Alex Elder
2022-06-15net: ipa: rename two transaction fieldsAlex Elder
2022-06-15net: ipa: use "tre_ring" for all TRE ring local variablesAlex Elder
2022-06-14net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constantFrank Wunderlich
2022-06-14net: dsa: mt7530: rework mt753[01]_setupFrank Wunderlich
2022-06-14net: dsa: mt7530: rework mt7530_hw_vlan_{add,del}Frank Wunderlich
2022-06-14mlxsw: Revert "Prepare for XM implementation - LPM trees"Petr Machata
2022-06-14mlxsw: Revert "Prepare for XM implementation - prefix insertion and removal"Petr Machata
2022-06-14mlxsw: Revert "Introduce initial XM router support"Petr Machata
2022-06-14net: bgmac: Fix an erroneous kfree() in bgmac_remove()Christophe JAILLET
2022-06-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2022-06-14ice: Fix memory corruption in VF driverPrzemyslaw Patynowski
2022-06-14ice: Fix queue config fail handlingPrzemyslaw Patynowski
2022-06-14ice: Sync VLAN filtering features for DVMRoman Storozhenko
2022-06-14ice: Fix PTP TX timestamp offset calculationMichal Michalik
2022-06-14mlxsw: spectrum_cnt: Reorder counter poolsPetr Machata
2022-06-13amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker
2022-06-13net: phy: fixed_phy: set phy_mask before calling mdiobus_register()Rasmus Villemoes
2022-06-13net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASKShay Drory
2022-06-13net/mlx5: group fdb cleanup to single functionShay Drory
2022-06-13net/mlx5: Add support EXECUTE_ASO action for flow entryJianbo Liu
2022-06-13net/mlx5: Manage ICM of type modify-header patternYevgeny Kliteynik
2022-06-13octeontx2-vf: Add support for adaptive interrupt coalescingSuman Ghosh
2022-06-13net: smsc95xx: add support for Microchip EVB-LAN8670-USBParthiban Veerasooran
2022-06-13nfp: support 48-bit DMA addressing for NFP3800Yinjun Zhang
2022-06-13xilinx: Fix build on x86.David S. Miller
2022-06-13net: axienet: Use iowrite64 to write all 64b descriptor pointersAndy Chiu
2022-06-13net: axienet: make the 64b addresable DMA depends on 64b archecturesAndy Chiu
2022-06-13net: ipa: derive channel from transactionAlex Elder