summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha2021-10-0412-308/+1590
* qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0Prabhakar Kushwaha2021-10-043-263/+800
* qed: Update common_hsi for FW ver 8.59.1.0Prabhakar Kushwaha2021-10-042-9/+106
* qed: Split huge qed_hsi.h header fileOmkar Kulkarni2021-10-0423-3747/+3794
* qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-0432-3896/+3888
* qed: Fix kernel-doc warningsPrabhakar Kushwaha2021-10-0421-1917/+2186
* Merge branch 'ipv6-ioam-encap'David S. Miller2021-10-047-138/+422
|\
| * selftests: net: Test for the IOAM encapsulation with IPv6Justin Iurman2021-10-041-50/+159
| * ipv6: ioam: Add support for the ip6ip6 encapsulationJustin Iurman2021-10-043-54/+242
| * ipv6: ioam: Prerequisite patch for ioam6_iptunnelJustin Iurman2021-10-041-35/+20
| * ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman2021-10-043-7/+9
|/
* net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet2021-10-042-2/+3
* Merge branch 'mctp-kunit-tests'David S. Miller2021-10-036-0/+644
|\
| * mctp: Add input reassembly testsJeremy Kerr2021-10-031-0/+134
| * mctp: Add route input to socket testsJeremy Kerr2021-10-031-0/+132
| * mctp: Add packet rx testsJeremy Kerr2021-10-031-3/+64
| * mctp: Add test utilsJeremy Kerr2021-10-033-0/+90
| * mctp: Add initial test structure and fragmentation testJeremy Kerr2021-10-033-0/+227
|/
* net: wwan: iosm: correct devlink extra paramsM Chetan Kumar2021-10-024-124/+75
* Merge branch 'hw_addr_set'David S. Miller2021-10-02149-207/+205
|\
| * ethernet: use eth_hw_addr_set() - castsJakub Kicinski2021-10-023-3/+3
| * fddi: use eth_hw_addr_set()Jakub Kicinski2021-10-021-2/+3
| * ethernet: s2io: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
| * ethernet: chelsio: use eth_hw_addr_set()Jakub Kicinski2021-10-025-6/+7
| * net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-025-6/+6
| * ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-0257-79/+77
| * net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-027-10/+10
| * net: usb: use eth_hw_addr_set()Jakub Kicinski2021-10-028-9/+9
| * ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-0263-85/+83
| * net: use eth_hw_addr_set()Jakub Kicinski2021-10-024-4/+4
| * arch: use eth_hw_addr_set()Jakub Kicinski2021-10-022-2/+2
|/
* Merge branch 'ocelot-vlan'David S. Miller2021-10-026-26/+204
|\
| * selftests: net: mscc: ocelot: add a test for egress VLAN modificationVladimir Oltean2021-10-021-0/+39
| * selftests: net: mscc: ocelot: rename the VLAN modification test to ingressVladimir Oltean2021-10-021-3/+3
| * selftests: net: mscc: ocelot: bring up the ports automaticallyVladimir Oltean2021-10-021-0/+5
| * net: dsa: tag_ocelot: set the classified VLAN during xmitVladimir Oltean2021-10-021-0/+39
| * net: mscc: ocelot: write full VLAN TCI in the injection headerVladimir Oltean2021-10-022-3/+3
| * net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0Vladimir Oltean2021-10-022-20/+115
|/
* dt-bindings: net: renesas,etheravb: Update example to match realityGeert Uytterhoeven2021-10-021-0/+3
* dt-bindings: net: renesas,ether: Update example to match realityGeert Uytterhoeven2021-10-021-5/+12
* net:dev: Change napi_gro_complete return type to voidGyumin Hwang2021-10-021-3/+2
* Merge branch 'ionic-cleanups'David S. Miller2021-10-0210-264/+89
|\
| * ionic: add lif param to ionic_qcq_disableShannon Nelson2021-10-021-12/+12
| * ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson2021-10-021-19/+20
| * ionic: add polling to adminq waitShannon Nelson2021-10-022-6/+31
| * ionic: widen queue_lock use around lif init and deinitShannon Nelson2021-10-021-3/+11
| * ionic: move lif mutex setup and deleteShannon Nelson2021-10-021-5/+10
| * ionic: check for binary values in FW ver stringShannon Nelson2021-10-021-3/+14
| * ionic: remove debug statsShannon Nelson2021-10-027-225/+0
|/
* Merge branch 'ravb-gigabit'David S. Miller2021-10-022-129/+362
|\