summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-22qed: Fix ILT and XRCD bitmap memory leaksYuval Basson2-0/+6
2020-07-22Merge branch 'Phylink-PCS-updates'David S. Miller2-131/+344
2020-07-22net: phylink: add interface to configure clause 22 PCS PHYRussell King2-0/+40
2020-07-22net: phylink: add struct phylink_pcsRussell King2-23/+56
2020-07-22net: phylink: re-implement interface configuration with PCSRussell King2-23/+100
2020-07-22net: phylink: in-band pause mode advertisement update for PCSRussell King2-6/+56
2020-07-22net: phylink: simplify fixed-link case for ksettings_set methodRussell King1-11/+20
2020-07-22net: phylink: use config.an_enabled in ksettings_set methodRussell King1-2/+1
2020-07-22net: phylink: simplify phy case for ksettings_set methodRussell King1-57/+47
2020-07-22net: phylink: simplify ksettings_set() implementationRussell King1-13/+12
2020-07-22net: phylink: avoid mac_config callsRussell King1-2/+4
2020-07-22net: phylink: update PCS when changing interface during resolutionRussell King1-1/+8
2020-07-22net: phylink: ensure link is down when changing interfaceRussell King1-1/+11
2020-07-22net: phylink: rearrange resolve mac_config() callRussell King1-13/+8
2020-07-22net: phylink: rejig link state trackingRussell King1-7/+7
2020-07-22net: phylink: update ethtool reporting for fixed-link modesRussell King1-0/+2
2020-07-22Merge branch 'enetc-Add-adaptive-interrupt-coalescing'David S. Miller5-44/+257
2020-07-22enetc: Add adaptive interrupt coalescingClaudiu Manoil4-7/+73
2020-07-22enetc: Add interrupt coalescing supportClaudiu Manoil4-10/+132
2020-07-22enetc: Drop redundant ____cacheline_aligned_in_smpClaudiu Manoil1-1/+1
2020-07-22enetc: Fix interrupt coalescing register namingClaudiu Manoil3-7/+7
2020-07-22enetc: Factor out the traffic start/stop proceduresClaudiu Manoil1-25/+49
2020-07-22enetc: Refine buffer descriptor ring sizesClaudiu Manoil2-4/+5
2020-07-22net: mdio-mux-gpio: use devm_gpiod_get_array()Jisheng Zhang1-8/+3
2020-07-22bpftool: Use only nftw for file tree parsingTony Ambardar2-59/+82
2020-07-21Merge branch 'bpf_iter-BTF_ID-at-build-time'Alexei Starovoitov12-73/+153
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich10-16/+33
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song8-9/+38
2020-07-21selftests/bpf: Fix test_lwt_seg6local.sh hangsIlya Leoshkevich1-1/+1
2020-07-21bpf: Make btf_sock_ids globalYonghong Song3-28/+62
2020-07-21Merge branch 'compressed-JITed-insn'Alexei Starovoitov4-153/+643
2020-07-21bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song3-14/+39
2020-07-21tools/bpf: Sync btf_ids.h to toolsYonghong Song2-1/+11
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song3-36/+18
2020-07-21tools/bpftool: Fix error handing in do_skeleton()YueHaibing1-1/+4
2020-07-21bpf, riscv: Use compressed instructions in the rv64 JITLuke Nelson1-134/+147
2020-07-21libbpf bpf_helpers: Use __builtin_offsetof for offsetofIan Rogers1-1/+1
2020-07-21bpf, riscv: Add encodings for compressed instructionsLuke Nelson1-0/+452
2020-07-21s390/bpf: Use bpf_skip() in bpf_jit_prologue()Ilya Leoshkevich1-4/+5
2020-07-21bpf, riscv: Modify JIT ctx to support compressed instructionsLuke Nelson4-19/+44
2020-07-21s390/bpf: Tolerate not converging code shrinkingIlya Leoshkevich1-1/+26
2020-07-21s390/bpf: Use brcl for jumping to exit_ip if necessaryIlya Leoshkevich1-2/+6
2020-07-21s390/bpf: Fix sign extension in branch_kuIlya Leoshkevich1-15/+4
2020-07-21selftests: bpf: test_kmod.sh: Fix running out of srctreeIlya Leoshkevich1-3/+9
2020-07-21bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi1-4/+7
2020-07-21bpf, netns: Fix build without CONFIG_INETJakub Sitnicki1-0/+4
2020-07-21net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default valuesVladimir Oltean1-3/+0
2020-07-21net: dsa: qca8k: implement the port MTU callbacksJonathan McDowell2-0/+34
2020-07-21net: hsr: remove redundant null checkWang Hai1-4/+2
2020-07-21net/fealnx: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-38/+53