summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-07net/mlx5: Map register values to restore objectsChris Mi6-38/+59
2021-04-07net/mlx5: E-switch, Set per vport table default group numberChris Mi1-1/+4
2021-04-07net/mlx5: E-switch, Generalize per vport table APIChris Mi3-7/+29
2021-04-07net/mlx5: E-switch, Rename functions to follow naming convention.Chris Mi3-17/+17
2021-04-07net/mlx5: E-switch, Move vport table functions to a new fileChris Mi4-182/+183
2021-04-07nfp: flower: add support for packet-per-second policingPeng Zhang2-46/+119
2021-04-07time64.h: Consolidated PSEC_PER_SEC definitionAndy Shevchenko1-0/+2
2021-04-07stmmac: intel: Drop duplicate ID in the list of PCI device IDsAndy Shevchenko1-30/+30
2021-04-07netdevsim: remove unneeded semicolonQiheng Lin1-1/+1
2021-04-07net: ethernet: mtk_eth_soc: remove unneeded semicolonQiheng Lin1-1/+1
2021-04-07net: cdc_ether: record speed in status methodGrant Grundler1-7/+20
2021-04-07net: cdc_ncm: record speed in status methodOliver Neukum1-38/+17
2021-04-07usbnet: add method for reporting speed without MIIOliver Neukum1-0/+23
2021-04-07usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum9-26/+29
2021-04-06net: smsc911x: skip acpi_device_id table when !CONFIG_ACPIKrzysztof Kozlowski1-0/+2
2021-04-06net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta1-1/+2
2021-04-06net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin1-1/+1
2021-04-05qede: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET1-5/+2
2021-04-05qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'Christophe JAILLET1-1/+1
2021-04-05sfc: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET1-7/+4
2021-04-05ibmvnic: Use 'skb_frag_address()' instead of hand coding itChristophe JAILLET1-3/+2
2021-04-05net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'Christophe JAILLET1-2/+2
2021-04-05net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He2-8/+71
2021-04-04Merge tag 'mlx5-updates-2021-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller13-197/+321
2021-04-04net: stmmac: Add support for XDP_REDIRECT actionOng Boon Leong2-11/+84
2021-04-04net: stmmac: Add support for XDP_TX actionOng Boon Leong2-18/+232
2021-04-04net: stmmac: Add initial XDP supportOng Boon Leong5-27/+197
2021-04-04net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptorsOng Boon Leong1-30/+26
2021-04-04net: stmmac: make SPH enable/disable to be configurableOng Boon Leong2-5/+8
2021-04-04net: stmmac: set IRQ affinity hint for multi MSI vectorsOng Boon Leong1-2/+13
2021-04-03net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham4-67/+90
2021-04-03net/mlx5e: Dynamic alloc arfs table for netdev when neededVu Pham2-54/+69
2021-04-03net/mlx5e: Reject tc rules which redirect from a VF to itselfAriel Levkovich1-0/+13
2021-04-03net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()Roi Dayan3-11/+11
2021-04-03net/mlx5: E-Switch, move QoS specific fields to existing qos structParav Pandit1-2/+0
2021-04-03net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytesParav Pandit1-0/+2
2021-04-03net/mlx5: Pair mutex_destory with mutex_init for rate limit tableParav Pandit1-1/+3
2021-04-03net/mlx5: Allocate rate limit table when rate is configuredParav Pandit1-9/+37
2021-04-03net/mlx5: Use helper to increment, decrement rate entry refcountParav Pandit1-16/+18
2021-04-03net/mlx5: Use helpers to allocate and free rl table entriesParav Pandit1-19/+36
2021-04-03net/mlx5: Do not hold mutex while reading table constantsParav Pandit1-4/+6
2021-04-03net/mlx5: Use unsigned int for free_countParav Pandit1-1/+1
2021-04-03net/mlx5: E-Switch, move QoS specific fields to existing qos structParav Pandit2-15/+15
2021-04-03net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytesParav Pandit1-3/+3
2021-04-03net/mlx5: CT: Add support for matching on ct_state inv and rel flagsAriel Levkovich1-2/+24
2021-04-03dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei3-2/+47
2021-04-03dpaa2-eth: add rx copybreak supportIoana Ciornei2-3/+36
2021-04-03dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2-15/+17
2021-04-03ionic: advertise support for hardware timestampsShannon Nelson1-0/+25
2021-04-03ionic: ethtool ptp statsShannon Nelson1-4/+34