aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski57-79/+77
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski7-10/+10
2021-10-02net: usb: use eth_hw_addr_set()Jakub Kicinski8-9/+9
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski63-85/+83
2021-10-02net: use eth_hw_addr_set()Jakub Kicinski4-4/+4
2021-10-02arch: use eth_hw_addr_set()Jakub Kicinski2-2/+2
2021-10-02selftests: net: mscc: ocelot: add a test for egress VLAN modificationVladimir Oltean1-0/+39
2021-10-02selftests: net: mscc: ocelot: rename the VLAN modification test to ingressVladimir Oltean1-3/+3
2021-10-02selftests: net: mscc: ocelot: bring up the ports automaticallyVladimir Oltean1-0/+5
2021-10-02net: dsa: tag_ocelot: set the classified VLAN during xmitVladimir Oltean1-0/+39
2021-10-02net: mscc: ocelot: write full VLAN TCI in the injection headerVladimir Oltean2-3/+3
2021-10-02net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0Vladimir Oltean2-20/+115
2021-10-02dt-bindings: net: renesas,etheravb: Update example to match realityGeert Uytterhoeven1-0/+3
2021-10-02dt-bindings: net: renesas,ether: Update example to match realityGeert Uytterhoeven1-5/+12
2021-10-02net:dev: Change napi_gro_complete return type to voidGyumin Hwang1-3/+2
2021-10-02ionic: add lif param to ionic_qcq_disableShannon Nelson1-12/+12
2021-10-02ionic: have ionic_qcq_disable decide on sending to hardwareShannon Nelson1-19/+20
2021-10-02ionic: add polling to adminq waitShannon Nelson2-6/+31
2021-10-02ionic: widen queue_lock use around lif init and deinitShannon Nelson1-3/+11
2021-10-02ionic: move lif mutex setup and deleteShannon Nelson1-5/+10
2021-10-02ionic: check for binary values in FW ver stringShannon Nelson1-3/+14
2021-10-02ionic: remove debug statsShannon Nelson7-225/+0
2021-10-02ravb: Initialize GbEthernet E-MACBiju Das2-13/+62
2021-10-02ravb: Add half_duplex to struct ravb_hw_infoBiju Das2-8/+31
2021-10-02ravb: Add magic_pkt to struct ravb_hw_infoBiju Das2-1/+5
2021-10-02ravb: Add tsrq to struct ravb_hw_infoBiju Das2-2/+8
2021-10-02ravb: Exclude gPTP feature support for RZ/G2LBiju Das1-36/+49
2021-10-02ravb: Initialize GbEthernet DMACBiju Das2-2/+31
2021-10-02ravb: Add support for RZ/G2L SoCBiju Das2-0/+64
2021-10-02ravb: Add nc_queue to struct ravb_hw_infoBiju Das2-49/+94
2021-10-02ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das2-15/+15
2021-10-02ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"Biju Das2-6/+6
2021-10-01net/core: disable NET_RX_BUSY_POLL on PREEMPT_RTSebastian Andrzej Siewior1-1/+1
2021-10-01selftests/bpf: Use BTF-defined key/value for map definitionsHengqi Chen13-40/+38
2021-10-01libbpf: Support uniform BTF-defined key/value specification across all BPF mapsHengqi Chen1-0/+24
2021-10-01bpf/tests: Add test of LDX_MEM with operand aliasingJohan Almbladh1-0/+58
2021-10-01bpf/tests: Add test of ALU shifts with operand register aliasingJohan Almbladh1-13/+149
2021-10-01bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinationsJohan Almbladh1-0/+422
2021-10-01bpf/tests: Add exhaustive tests of ALU register combinationsJohan Almbladh1-71/+763
2021-10-01bpf/tests: Minor restructuring of ALU testsJohan Almbladh1-72/+65
2021-10-01bpf/tests: Add more tests for ALU and ATOMIC register clobberingJohan Almbladh1-70/+197
2021-10-01bpf/tests: Add tests to check source register zero-extensionJohan Almbladh1-0/+143
2021-10-01bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudesJohan Almbladh1-1/+503
2021-10-01bpf/tests: Add zero-extension checks in BPF_ATOMIC testsJohan Almbladh1-5/+17
2021-10-01bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizesJohan Almbladh1-0/+254
2021-10-01fix up for "net: add new socket option SO_RESERVE_MEM"Stephen Rothwell3-0/+6
2021-10-01Revert "Merge branch 'mctp-kunit-tests'"David S. Miller6-632/+0
2021-10-01sparc: add SO_RESERVE_MEM definition.David S. Miller1-0/+3
2021-10-01devlink: report maximum number of snapshots with regionsJacob Keller4-2/+13
2021-10-01mctp: Add input reassembly testsJeremy Kerr1-0/+134