summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2021-04-071-1/+1
* Merge tag 'mlx5-updates-2021-04-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-0714-278/+1097
|\
| * net/mlx5e: TC, Add support to offload sample actionChris Mi2021-04-075-2/+328
| * net/mlx5e: TC, Handle sampled packetsChris Mi2021-04-074-3/+35
| * net/mlx5e: TC, Refactor tc update skb functionChris Mi2021-04-071-26/+33
| * net/mlx5e: TC, Add sampler restore handle APIChris Mi2021-04-071-0/+108
| * net/mlx5e: TC, Add sampler object APIChris Mi2021-04-071-0/+131
| * net/mlx5e: TC, Add sampler termination table APIChris Mi2021-04-076-0/+129
| * net/mlx5e: TC, Parse sample actionChris Mi2021-04-074-0/+44
| * net/mlx5: Instantiate separate mapping objects for FDB and NIC tablesChris Mi2021-04-078-48/+43
| * net/mlx5: Map register values to restore objectsChris Mi2021-04-076-38/+59
| * net/mlx5: E-switch, Set per vport table default group numberChris Mi2021-04-071-1/+4
| * net/mlx5: E-switch, Generalize per vport table APIChris Mi2021-04-073-7/+29
| * net/mlx5: E-switch, Rename functions to follow naming convention.Chris Mi2021-04-073-17/+17
| * net/mlx5: E-switch, Move vport table functions to a new fileChris Mi2021-04-074-182/+183
* | nfc/fdp: remove unnecessary assignment and labelwengjianfeng2021-04-071-26/+16
* | mlxsw: core: Remove critical trip points from thermal zonesVadim Pasternak2021-04-071-21/+6
* | stmmac: intel: Enable SERDES PHY rx clk for PSEVoon Weifeng2021-04-072-0/+11
|/
* nfp: flower: add support for packet-per-second policingPeng Zhang2021-04-072-46/+119
* time64.h: Consolidated PSEC_PER_SEC definitionAndy Shevchenko2021-04-073-6/+6
* stmmac: intel: Drop duplicate ID in the list of PCI device IDsAndy Shevchenko2021-04-071-30/+30
* netdevsim: remove unneeded semicolonQiheng Lin2021-04-071-1/+1
* net: ethernet: mtk_eth_soc: remove unneeded semicolonQiheng Lin2021-04-071-1/+1
* nfc: s3fwrn5: remove unnecessary labelwengjianfeng2021-04-071-8/+4
* net: cdc_ether: record speed in status methodGrant Grundler2021-04-071-7/+20
* net: cdc_ncm: record speed in status methodOliver Neukum2021-04-071-38/+17
* usbnet: add method for reporting speed without MIIOliver Neukum2021-04-071-0/+23
* usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum2021-04-079-26/+29
* net: smsc911x: skip acpi_device_id table when !CONFIG_ACPIKrzysztof Kozlowski2021-04-061-0/+2
* net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta2021-04-061-1/+2
* net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin2021-04-051-1/+1
* qede: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET2021-04-051-5/+2
* qede: Remove a erroneous ++ in 'qede_rx_build_jumbo()'Christophe JAILLET2021-04-051-1/+1
* sfc: Use 'skb_add_rx_frag()' instead of hand coding itChristophe JAILLET2021-04-051-7/+4
* ibmvnic: Use 'skb_frag_address()' instead of hand coding itChristophe JAILLET2021-04-051-3/+2
* net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'Christophe JAILLET2021-04-051-2/+2
* net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He2021-04-052-8/+71
* Merge tag 'mlx5-updates-2021-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-0413-197/+321
|\
| * net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham2021-04-034-67/+90
| * net/mlx5e: Dynamic alloc arfs table for netdev when neededVu Pham2021-04-032-54/+69
| * net/mlx5e: Reject tc rules which redirect from a VF to itselfAriel Levkovich2021-04-031-0/+13
| * net/mlx5: Use ida_alloc_range() instead of ida_simple_alloc()Roi Dayan2021-04-033-11/+11
| * net/mlx5: E-Switch, move QoS specific fields to existing qos structParav Pandit2021-04-031-2/+0
| * net/mlx5: E-Switch, cut down mlx5_vport_info structure size by 8 bytesParav Pandit2021-04-031-0/+2
| * net/mlx5: Pair mutex_destory with mutex_init for rate limit tableParav Pandit2021-04-031-1/+3
| * net/mlx5: Allocate rate limit table when rate is configuredParav Pandit2021-04-031-9/+37
| * net/mlx5: Use helper to increment, decrement rate entry refcountParav Pandit2021-04-031-16/+18
| * net/mlx5: Use helpers to allocate and free rl table entriesParav Pandit2021-04-031-19/+36
| * net/mlx5: Do not hold mutex while reading table constantsParav Pandit2021-04-031-4/+6
| * net/mlx5: Use unsigned int for free_countParav Pandit2021-04-031-1/+1