summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-04-06net/mlx5: fix kfree mismatch in indir_table.cXiaoming Ni
2021-04-06net/mlx5: Fix HW spec violation configuring uplinkEli Cohen
2021-04-06net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter
2021-04-06nfp: flower: add support for packet-per-second policingPeng Zhang
2021-04-06net: hns3: clear VF down state bit before request link statusGuangbin Huang
2021-04-06Merge tag 'linux-can-fixes-for-5.12-20210406' of git://git.kernel.org/pub/scm...David S. Miller
2021-04-06time64.h: Consolidated PSEC_PER_SEC definitionAndy Shevchenko
2021-04-06stmmac: intel: Drop duplicate ID in the list of PCI device IDsAndy Shevchenko
2021-04-06pcnet32: Use pci_resource_len to validate PCI resourceGuenter Roeck
2021-04-06netdevsim: remove unneeded semicolonQiheng Lin
2021-04-06net: ethernet: mtk_eth_soc: remove unneeded semicolonQiheng Lin
2021-04-06net: cdc_ether: record speed in status methodGrant Grundler
2021-04-06net: cdc_ncm: record speed in status methodOliver Neukum
2021-04-06usbnet: add method for reporting speed without MIIOliver Neukum
2021-04-06usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum
2021-04-06virtio_net: Do not pull payload in skb->headEric Dumazet
2021-04-06net: broadcom: bcm4908enet: Fix a double free in bcm4908_enet_dma_allocLv Yunlong
2021-04-06can: mcp251x: fix support for half duplex SPI host controllersMarc Kleine-Budde
2021-04-06iwlwifi: mvm: fix beacon protection checksJohannes Berg
2021-04-06iwlwifi: mvm: rfi: don't lock mvm->mutex when sending config commandGregory Greenman
2021-04-06iwlwifi: pcie: add support for So-F devicesLuca Coelho
2021-04-06iwlwifi: fw: fix notification wait lockingJohannes Berg
2021-04-06iwlwifi: add support for Qu with AX201 deviceMatt Chen
2021-04-06iwlwifi: pcie: properly set LTR workarounds on 22000 devicesJohannes Berg
2021-04-06iwlwifi: fix 11ax disabled bit in the regulatory capability flagsLuca Coelho
2021-04-05net: smsc911x: skip acpi_device_id table when !CONFIG_ACPIKrzysztof Kozlowski
2021-04-05net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta
2021-04-05net: hns3: Remove un-necessary 'else-if' in the hclge_reset_event()Salil Mehta
2021-04-05net: hns3: Remove the left over redundant check & assignmentSalil Mehta
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin
2021-04-05qede: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET
2021-04-05qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'Christophe JAILLET
2021-04-05sfc: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET
2021-04-05ibmvnic: Use 'skb_frag_address()' instead of hand coding itChristophe JAILLET
2021-04-05net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'Christophe JAILLET
2021-04-05net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman
2021-04-04Merge tag 'mlx5-updates-2021-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-04-04net/mlx5: Implement sriov_get_vf_total_msix/count() callbacksLeon Romanovsky
2021-04-04net/mlx5: Dynamically assign MSI-X vectors countLeon Romanovsky
2021-04-03net: stmmac: Add support for XDP_REDIRECT actionOng Boon Leong
2021-04-03net: stmmac: Add support for XDP_TX actionOng Boon Leong
2021-04-03net: stmmac: Add initial XDP supportOng Boon Leong
2021-04-03net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptorsOng Boon Leong
2021-04-03net: stmmac: make SPH enable/disable to be configurableOng Boon Leong
2021-04-03net: stmmac: set IRQ affinity hint for multi MSI vectorsOng Boon Leong
2021-04-02net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham
2021-04-02net/mlx5e: Dynamic alloc arfs table for netdev when neededVu Pham
2021-04-02net/mlx5e: Reject tc rules which redirect from a VF to itselfAriel Levkovich
2021-04-02net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()Roi Dayan