summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ravb: Initialize GbEthernet E-MACBiju Das2021-10-022-13/+62
| * ravb: Add half_duplex to struct ravb_hw_infoBiju Das2021-10-022-8/+31
| * ravb: Add magic_pkt to struct ravb_hw_infoBiju Das2021-10-022-1/+5
| * ravb: Add tsrq to struct ravb_hw_infoBiju Das2021-10-022-2/+8
| * ravb: Exclude gPTP feature support for RZ/G2LBiju Das2021-10-021-36/+49
| * ravb: Initialize GbEthernet DMACBiju Das2021-10-022-2/+31
| * ravb: Add support for RZ/G2L SoCBiju Das2021-10-022-0/+64
| * ravb: Add nc_queue to struct ravb_hw_infoBiju Das2021-10-022-49/+94
| * ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das2021-10-022-15/+15
| * ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das2021-10-022-6/+6
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-02132-1149/+8204
|\
| * Merge branch 'libbpf: Support uniform BTF-defined key/value specification acr...Andrii Nakryiko2021-10-0214-40/+62
| |\
| | * selftests/bpf: Use BTF-defined key/value for map definitionsHengqi Chen2021-10-0213-40/+38
| | * libbpf: Support uniform BTF-defined key/value specification across all BPF mapsHengqi Chen2021-10-021-0/+24
| |/
| * bpf/tests: Add test of LDX_MEM with operand aliasingJohan Almbladh2021-10-011-0/+58
| * bpf/tests: Add test of ALU shifts with operand register aliasingJohan Almbladh2021-10-011-13/+149
| * bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinationsJohan Almbladh2021-10-011-0/+422
| * bpf/tests: Add exhaustive tests of ALU register combinationsJohan Almbladh2021-10-011-71/+763
| * bpf/tests: Minor restructuring of ALU testsJohan Almbladh2021-10-011-72/+65
| * bpf/tests: Add more tests for ALU and ATOMIC register clobberingJohan Almbladh2021-10-011-70/+197
| * bpf/tests: Add tests to check source register zero-extensionJohan Almbladh2021-10-011-0/+143
| * bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudesJohan Almbladh2021-10-011-1/+503
| * bpf/tests: Add zero-extension checks in BPF_ATOMIC testsJohan Almbladh2021-10-011-5/+17