summaryrefslogtreecommitdiffstats
path: root/security/tomoyo (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-27libbpf: Return err if bpf_object__load failedMao Wenan1-1/+1
2020-04-26selftests/bpf: Add cls_redirect classifierLorenz Bauer4-0/+1575
2020-04-26bpf: Make verifier log more relevant by defaultAndrii Nakryiko2-5/+31
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski7-2/+44
2020-04-26xsk: Fix typo in xsk_umem_consume_tx and xsk_generic_xmit commentsTobias Klauser1-2/+2
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski1-1/+1
2020-04-26net: bpf: Allow TC programs to call BPF_FUNC_skb_change_headLorenzo Colitti1-0/+2
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev5-79/+87
2020-04-26bpf, riscv: Fix tail call count off by one in RV32 BPF JITLuke Nelson1-2/+3
2020-04-26bpf_helpers.h: Add note for building with vmlinux.h or linux/types.hYoshiki Komachi1-0/+6
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev4-18/+29
2020-04-26tools/bpf/bpftool: Remove duplicate headersJagadeesh Pagadala3-3/+0
2020-04-26bpf: Remove set but not used variable 'dst_known'Mao Wenan1-3/+1
2020-04-26net: hns3: remove an unnecessary check in hclge_set_umv_space()Huazhong Tan1-2/+1
2020-04-26net: openvswitch: use div_u64() for 64-by-32 divisionsTonghao Zhang1-1/+1
2020-04-26net: openvswitch: suitable access to the dp_metersTonghao Zhang1-3/+3
2020-04-26hinic: add net_device_ops associated with vfLuo bin3-1/+383
2020-04-26hinic: add sriov feature supportLuo bin23-193/+1195
2020-04-26hinic: add mailbox function supportLuo bin10-10/+1456
2020-04-26net/mlx4_core: Add missing iounmap() in error pathZou Wei1-0/+1
2020-04-26dccp: remove unused inline function dccp_set_seqnoYueHaibing1-5/+0
2020-04-26qlcnic: remove unused inline function qlcnic_hw_write_wx_2MYueHaibing1-6/+0
2020-04-26liquidio: remove unused inline functionsYueHaibing1-12/+0
2020-04-26ptp: clockmatrix: remove unnecessary comparisonYang Yingliang1-1/+1
2020-04-26hsr: remove unnecessary code in hsr_dev_change_mtu()Taehee Yoo1-3/+1
2020-04-26tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal3-2/+27
2020-04-26dpaa2-eth: add channel stat to debugfsIoana Ciornei4-4/+10
2020-04-26octeontx2-pf: Remove unneeded semicolonZheng Bin1-1/+1
2020-04-26net: phy: dp83867: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-26net: hns3: optimize the filter table entries handling when resettingJian Shen8-105/+94
2020-04-26net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen2-13/+19
2020-04-26net: hns3: refactor the promisc mode settingJian Shen8-46/+122
2020-04-26net: hns3: add support for dumping UC and MC MAC listJian Shen2-0/+53
2020-04-26net: hns3: refactor the MAC address configureJian Shen6-218/+860
2020-04-26net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()Jian Shen1-1/+1
2020-04-26net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()Jian Shen1-9/+5
2020-04-26net: hns3: refine for unicast MAC VLAN space managementJian Shen1-48/+24
2020-04-25selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev4-40/+16
2020-04-25tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko1-1/+1
2020-04-25bpf: Make bpf_link_fops staticZou Wei1-1/+1
2020-04-25bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau1-1/+7
2020-04-25selftests/bpf: Add test for freplace program with expected_attach_typeToke Høiland-Jørgensen3-18/+58
2020-04-25bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen1-0/+8
2020-04-25bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko1-2/+9
2020-04-25bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing1-1/+1
2020-04-25bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson1-4/+18
2020-04-25bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson1-1/+3
2020-04-25bpf: Fix reStructuredText markupJakub Wilk2-2/+2
2020-04-25ptp: idt82p33: remove unnecessary comparisonYang Yingliang1-1/+1
2020-04-25net: ipv6: remove unused inline function ip6_set_txhashYueHaibing1-1/+0