summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-02ibmvnic: remove unnecessary rmb() inside ibmvnic_pollLijun Pan1-1/+0
2021-02-02ibmvnic: rework to ensure SCRQ entry reads are properly orderedLijun Pan1-19/+11
2021-02-02Merge tag 'mlx5-dr-2021-01-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski13-44/+2169
2021-02-02net: dsa: hellcreek: Report FDB table occupancyKurt Kanzenbach2-7/+40
2021-02-02net: dsa: hellcreek: Report VLAN table occupancyKurt Kanzenbach2-0/+64
2021-01-30net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean5-12/+391
2021-01-30net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean1-0/+2
2021-01-30net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean4-35/+154
2021-01-30net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean3-12/+10
2021-01-30net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leaveVladimir Oltean1-27/+36
2021-01-30net: mscc: ocelot: store a namespaced VCAP filter IDVladimir Oltean3-8/+18
2021-01-30net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean3-291/+5
2021-01-30vmxnet3: Remove buf_info from device accessible structuresRonak Doshi2-33/+15
2021-01-30net: dsa: hellcreek: Add missing TAPRIO dependencyKurt Kanzenbach1-0/+1
2021-01-30net: hns3: add debugfs support for tm nodes, priority and qset infoGuangbin Huang5-1/+218
2021-01-30net: hns3: add interfaces to query information of tm priority/qsetGuangbin Huang3-1/+234
2021-01-30Merge tag 'linux-can-next-for-5.12-20210129' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-37/+29
2021-01-30net: mhi: Get rid of local rx queue countLoic Poulain1-8/+5
2021-01-30net: mhi: Get RX queue size from MHI coreLoic Poulain1-3/+3
2021-01-30net/ethernet: convert to use module_platform_driver in octeon_mgmt.cdingsenjie1-12/+1
2021-01-30net/mlx5: DR, Allow SW steering for sw_owner_v2 devicesYevgeny Kliteynik4-16/+29
2021-01-30net/mlx5: DR, Copy all 64B whenever replacing STE in the head of miss-listYevgeny Kliteynik1-4/+15
2021-01-30net/mlx5: DR, Use HW specific logic API when writing STEYevgeny Kliteynik6-13/+60
2021-01-30net/mlx5: DR, Use the right size when writing partial STE into HWYevgeny Kliteynik2-5/+9
2021-01-30net/mlx5: DR, Add STEv1 modify header logicYevgeny Kliteynik2-0/+273
2021-01-30net/mlx5: DR, Add STEv1 action apply logicYevgeny Kliteynik2-0/+458
2021-01-30net/mlx5: DR, Add STEv1 setters and gettersYevgeny Kliteynik2-0/+133
2021-01-30net/mlx5: DR, Allow native protocol support for HW STEv1Yevgeny Kliteynik1-4/+8
2021-01-30net/mlx5: DR, Add HW STEv1 match logicYevgeny Kliteynik4-2/+911
2021-01-30net/mlx5: DR, Add match STEv1 structs to ifcYevgeny Kliteynik1-0/+273
2021-01-30net/mlx5: DR, Fix potential shift wrapping of 32-bit valueYevgeny Kliteynik1-2/+2
2021-01-30net/mlx5: CT: Add support for matching on ct_state reply flagPaul Blakey1-3/+10
2021-01-30hv_netvsc: Copy packets sent by Hyper-V out of the receive bufferAndrea Parri (Microsoft)4-86/+150
2021-01-29can: mcp251xfd: mcp251xfd_probe(): use dev_err_probe() to simplify error hand...Marc Kleine-Budde1-16/+12
2021-01-29can: mcp251xfd: mcp251xfd_chip_clock_enable(): simplify returnMarc Kleine-Budde1-3/+1
2021-01-29can: mcp251xfd: add missing _MASK postfix to MCP251XFD_OBJ_FLAGS_DLCMarc Kleine-Budde2-3/+3
2021-01-29can: mcp251xfd: unify error messages and commetsMarc Kleine-Budde1-4/+4
2021-01-29can: mcp251xfd: mcp251xfd_probe(): add imx6 to errata tableMarc Kleine-Budde1-0/+1
2021-01-29can: mcp251xfd: mcp251xfd_probe(): remove known bad combinations from errata ...Marc Kleine-Budde1-10/+7
2021-01-29can: mcp251xfd: mcp251xfd_probe(): sort errata table alphabetically, fix inde...Marc Kleine-Budde1-2/+2
2021-01-29can: mcp251xfd: mcp251xfd_probe(): fix errata referenceMarc Kleine-Budde1-1/+1
2021-01-29octeontx2-af: Fix 'physical' typosBjorn Helgaas3-3/+3
2021-01-29nexthop: Use enum to encode notification typeIdo Schimmel2-22/+55
2021-01-29net: ipa: don't pass size to ipa_cmd_transfer_add()Alex Elder1-4/+2
2021-01-29net: ipa: don't pass tag value to ipa_cmd_ip_tag_status_add()Alex Elder1-4/+4
2021-01-29net: ipa: signal when tag transfer completesAlex Elder5-1/+45
2021-01-29net: ipa: drop packet if status has valid tagAlex Elder1-2/+16
2021-01-29net: ipa: minor update to handling of packet with statusAlex Elder1-13/+17
2021-01-29net: ipa: rename "tag status" symbolsAlex Elder3-21/+28
2021-01-29lan743x: fix endianness when accessing descriptorsAlexey Denisov2-43/+43