summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-27netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso1-13/+18
2021-04-27netfilter: nftables: add loop check helper functionPablo Neira Ayuso1-9/+21
2021-04-27netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso1-11/+11
2021-04-27bpf, docs: Fix literal block for example codeHengqi Chen1-1/+1
2021-04-27bpf, cpumap: Bulk skb using netif_receive_skb_listLorenzo Bianconi1-9/+9
2021-04-27bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2-6/+4
2021-04-27bpf: Lock bpf_trace_printk's tmp buf before it is written toFlorent Revest1-1/+1
2021-04-27Merge branch 'CO-RE relocation selftests fixes'Alexei Starovoitov18-77/+108
2021-04-27selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko1-8/+12
2021-04-27selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko9-48/+24
2021-04-27selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko1-4/+12
2021-04-27libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-REAndrii Nakryiko1-2/+4
2021-04-27selftests/bpf: Add remaining ASSERT_xxx() variantsAndrii Nakryiko7-15/+56
2021-04-26net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong1-1/+3
2021-04-26net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti1-3/+3
2021-04-26net: Fix typo in comment about ancillary dataArnaldo Carvalho de Melo1-1/+1
2021-04-26dt-bindings: net: convert rockchip-dwmac to json-schemaEzequiel Garcia2-76/+120
2021-04-26dt-bindings: net: dwmac: Add Rockchip DWMAC supportEzequiel Garcia1-2/+11
2021-04-26arm64: dts: rockchip: Remove unnecessary reset in rk3328.dtsiEzequiel Garcia1-2/+2
2021-04-26net: hso: fix NULL-deref on disconnect regressionJohan Hovold1-1/+1
2021-04-26Merge tag 'linux-can-next-for-5.13-20210426' of git://git.kernel.org/pub/scm/...David S. Miller4-5/+9
2021-04-26net: davicom: Remove redundant assignment to retJiapeng Chong1-1/+0
2021-04-26pcnet32: Remove redundant variable prev_link and curr_linkJiapeng Chong1-2/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller63-1264/+1499
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller28-98/+184
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal15-60/+70
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso12-124/+271
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso3-176/+182
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso5-120/+107
2021-04-26Merge branch 'bpf: Tracing and lsm programs re-attach'Alexei Starovoitov6-58/+157
2021-04-26selftests/bpf: Use ASSERT macros in lsm testJiri Olsa1-17/+10
2021-04-26selftests/bpf: Test that module can't be unloaded with attached trampolineJiri Olsa1-0/+23
2021-04-26selftests/bpf: Add re-attach test to lsm testJiri Olsa1-10/+38
2021-04-26selftests/bpf: Add re-attach test to fexit_testJiri Olsa1-15/+37
2021-04-26selftests/bpf: Add re-attach test to fentry_testJiri Olsa1-15/+37
2021-04-26bpf: Allow trampoline re-attach for tracing and lsm programsJiri Olsa2-8/+19
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso10-340/+286
2021-04-26netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso5-71/+69
2021-04-26Merge branch 'bnxt_en-next'David S. Miller5-82/+166
2021-04-26bnxt_en: Implement .ndo_features_check().Michael Chan2-2/+42
2021-04-26bnxt_en: Support IFF_SUPP_NOFCS feature to transmit without ethernet FCS.Michael Chan2-3/+14
2021-04-26bnxt_en: Add PCI IDs for Hyper-V VF devices.Michael Chan1-1/+18
2021-04-26bnxt_en: Call bnxt_approve_mac() after the PF gives up control of the VF MAC.Michael Chan1-1/+10
2021-04-26bnxt_en: Move bnxt_approve_mac().Michael Chan1-26/+27
2021-04-26bnxt_en: allow VF config ops when PF is closedEdwin Peer1-4/+0
2021-04-26bnxt_en: allow promiscuous mode for trusted VFsEdwin Peer3-7/+11
2021-04-26bnxt_en: Add support for fw managed link down feature.Michael Chan2-1/+3
2021-04-26bnxt_en: Add a new phy_flags field to the main driver structure.Michael Chan3-34/+22
2021-04-26bnxt_en: report signal mode in link up messagesEdwin Peer1-3/+19
2021-04-26macvlan: Add nodst option to macvlan type sourceJethro Beekman2-5/+15