aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-27bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest1-1/+1
2021-04-26Merge branch 'CO-RE relocation selftests fixes'Alexei Starovoitov18-77/+108
2021-04-26selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko1-8/+12
2021-04-26selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko9-48/+24
2021-04-26selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko1-4/+12
2021-04-26libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-REAndrii Nakryiko1-2/+4
2021-04-26selftests/bpf: Add remaining ASSERT_xxx() variantsAndrii Nakryiko7-15/+56
2021-04-25Merge branch 'bpf: Tracing and lsm programs re-attach'Alexei Starovoitov6-58/+157
2021-04-25selftests/bpf: Use ASSERT macros in lsm testJiri Olsa1-17/+10
2021-04-25selftests/bpf: Test that module can't be unloaded with attached trampolineJiri Olsa1-0/+23
2021-04-25selftests/bpf: Add re-attach test to lsm testJiri Olsa1-10/+38
2021-04-25selftests/bpf: Add re-attach test to fexit_testJiri Olsa1-15/+37
2021-04-25selftests/bpf: Add re-attach test to fentry_testJiri Olsa1-15/+37
2021-04-25bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa2-8/+19
2021-04-25Merge branch 'bnxt_en-next'David S. Miller5-82/+166
2021-04-25bnxt_en: Implement .ndo_features_check().Michael Chan2-2/+42
2021-04-25bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS.Michael Chan2-3/+14
2021-04-25bnxt_en: Add PCI IDs for Hyper-V VF devices.Michael Chan1-1/+18
2021-04-25bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.Michael Chan1-1/+10
2021-04-25bnxt_en: Move bnxt_approve_mac().Michael Chan1-26/+27
2021-04-25bnxt_en: allow VF config ops when PF is closedEdwin Peer1-4/+0
2021-04-25bnxt_en: allow promiscuous mode for trusted VFsEdwin Peer3-7/+11
2021-04-25bnxt_en: Add support for fw managed link down feature.Michael Chan2-1/+3
2021-04-25bnxt_en: Add a new phy_flags field to the main driver structure.Michael Chan3-34/+22
2021-04-25bnxt_en: report signal mode in link up messagesEdwin Peer1-3/+19
2021-04-25macvlan: Add nodst option to macvlan type sourceJethro Beekman2-5/+15
2021-04-25Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller20-434/+724
2021-04-25net: ethernet: ixp4xx: Support device tree probingLinus Walleij3-63/+150
2021-04-25net: ethernet: ixp4xx: Retire ancient phy retrievealLinus Walleij1-5/+5
2021-04-25net: ethernet: ixp4xx: Add DT bindingsLinus Walleij1-0/+102
2021-04-25r8152: remove some bit operationsHayes Wang1-7/+7
2021-04-25hv_netvsc: Make netvsc/VF binding check both MAC and serial numberDexuan Cui1-2/+12
2021-04-25ch_ktls: Remove redundant variable resultJiapeng Chong1-6/+4
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller69-866/+3141
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit6-53/+140
2021-04-24net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit1-29/+58
2021-04-24net/mlx5: SF, Use helpers for allocation and freeParav Pandit1-37/+60
2021-04-24net/mlx5: SF, Consider own vhca events of SF devicesParav Pandit1-1/+11
2021-04-24net/mlx5: SF, Store and use start function idParav Pandit1-2/+8
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit3-3/+15
2021-04-24net/mlx5: SF, Rely on hw table for SF devlink port allocationParav Pandit3-8/+9
2021-04-24net/mlx5: E-Switch, Consider SF ports of host PFParav Pandit2-0/+56
2021-04-24net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit11-323/+380
2021-04-24net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit3-11/+14
2021-04-24net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit3-16/+22
2021-04-23bpf: Document the pahole release info related to libbpf in bpf_devel_QA.rstTiezhu Yang1-0/+13
2021-04-23phy: nxp-c45-tja11xx: add interrupt supportRadu Pirea (NXP OSS)1-0/+33
2021-04-23net/atm: Fix spelling mistake "requed" -> "requeued"Colin Ian King1-1/+1
2021-04-23selftests/net: bump timeout to 5 minutesPo-Hsu Lin2-0/+3
2021-04-23Merge branch 'mptcp-msg-flags'David S. Miller3-27/+99