aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-13sfc: fix dereference of table before it is null checkedColin Ian King1-4/+1
2020-05-13net: phy: at803x: add cable diagnostics supportMichael Walle1-0/+176
2020-05-13ipv6: set msg_control_is_user in do_ipv6_getsockoptChristoph Hellwig1-0/+1
2020-05-13Merge branch 'net-phy-broadcom-cable-tester-support'David S. Miller4-7/+317
2020-05-13net: phy: bcm54140: add cable diagnostics supportMichael Walle1-0/+3
2020-05-13net: phy: broadcom: add cable test supportMichael Walle3-0/+247
2020-05-13net: phy: broadcom: add bcm_phy_modify_exp()Michael Walle2-0/+34
2020-05-13net: phy: broadcom: add exp register access methods without buslockMichael Walle2-7/+33
2020-05-13net: phy: tja11xx: add cable-test supportOleksij Rempel1-1/+105
2020-05-13Merge branch 'bpf_iter-fixes'Alexei Starovoitov15-86/+183
2020-05-13net: ignore sock_from_file errors in __scm_install_fdChristoph Hellwig1-1/+1
2020-05-13samples/bpf: Remove compiler warningsYonghong Song3-6/+6
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song10-12/+60
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song3-4/+4
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song6-61/+61
2020-05-13bpf: Add comments to interpret bpf_prog return valuesYonghong Song1-0/+6
2020-05-13bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song2-4/+4
2020-05-13tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0Yonghong Song1-0/+43
2020-05-13Merge branch 'dwmac-meson8b-Ethernet-RX-delay-configuration'David S. Miller2-35/+134
2020-05-13net: stmmac: dwmac-meson8b: add support for the RX delay configurationMartin Blumenstingl1-23/+62
2020-05-13net: stmmac: dwmac-meson8b: Make the clock enabling code re-usableMartin Blumenstingl1-5/+18
2020-05-13net: stmmac: dwmac-meson8b: Fetch the "timing-adjustment" clockMartin Blumenstingl1-0/+8
2020-05-13net: stmmac: dwmac-meson8b: Add the PRG_ETH0_ADJ_* bitsMartin Blumenstingl1-0/+21
2020-05-13net: stmmac: dwmac-meson8b: Move the documentation for the TX delayMartin Blumenstingl1-4/+4
2020-05-13net: stmmac: dwmac-meson8b: use FIELD_PREP instead of open-coding itMartin Blumenstingl1-2/+3
2020-05-13dt-bindings: net: dwmac-meson: Document the "timing-adjustment" clockMartin Blumenstingl1-3/+7
2020-05-13dt-bindings: net: meson-dwmac: Add the amlogic,rx-delay-ns propertyMartin Blumenstingl1-0/+13
2020-05-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller23-258/+618
2020-05-13Merge branch 'benchmark-runner'Alexei Starovoitov16-66/+1162
2020-05-13selftest/bpf: Add BPF triggering benchmarkAndrii Nakryiko5-1/+238
2020-05-13selftest/bpf: Fmod_ret prog and implement test_overhead as part of benchAndrii Nakryiko6-2/+240
2020-05-13selftests/bpf: Add benchmark runner infrastructureAndrii Nakryiko5-1/+608
2020-05-13selftests/bpf: Extract parse_num_list into generic testing_helpers.cAndrii Nakryiko5-64/+78
2020-05-13Merge branch 'net-dsa-felix-tc-taprio-and-CBS-offload-support'David S. Miller3-1/+239
2020-05-13net: dsa: felix: add support Credit Based Shaper(CBS) for hardware offloadXiaoliang Yang1-1/+49
2020-05-13net: dsa: felix: Configure Time-Aware Scheduler via taprio offloadXiaoliang Yang3-0/+164
2020-05-13net: dsa: felix: qos classified based on pcpXiaoliang Yang1-0/+26
2020-05-13libbpf: Fix probe code to return EPERM if encounteredEelco Chaudron1-7/+29
2020-05-13selftests/bpf: Install generated test progsYauheni Kaliuta1-0/+1
2020-05-13Bluetooth: L2CAP: add support for waiting disconnection respArchie Pusaka1-7/+23
2020-05-13Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka1-2/+17
2020-05-13Bluetooth: serdev: Constify serdev_device_opsRikard Falkeborn1-3/+1
2020-05-13Bluetooth: btusb: Add support for Intel Bluetooth Device Typhoon Peak (8087:0032)Raghuram Hegde1-0/+2
2020-05-13Bluetooth: btusb: Implement hdev->prevent_wakeAbhishek Pandit-Subedi1-0/+8
2020-05-13Bluetooth: Add hook for driver to prevent wake from suspendAbhishek Pandit-Subedi2-2/+5
2020-05-13Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi3-3/+3
2020-05-13Bluetooth: Modify LE window and interval for suspendAbhishek Pandit-Subedi1-1/+1
2020-05-13Bluetooth: Fix incorrect type for window and intervalAbhishek Pandit-Subedi1-1/+1
2020-05-12net: dsa: tag_sja1105: appease sparse checks for ethertype accessorsVladimir Oltean1-2/+2
2020-05-12erspan: Check IFLA_GRE_ERSPAN_VER is set.William Tu1-1/+2