aboutsummaryrefslogtreecommitdiffstats
path: root/tools/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-05arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel2-1/+17
2018-12-05bpf: add __weak hook for allocating executable memoryArd Biesheuvel1-2/+12
2018-12-04selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer1-1/+54
2018-12-04libbpf: add bpf_prog_test_run_xattrLorenz Bauer3-0/+43
2018-12-04tools: sync uapi/linux/bpf.hLorenz Bauer1-2/+5
2018-12-04bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer2-4/+18
2018-12-03samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee1-1/+3
2018-12-03bpf: fix documentation for eBPF helpersQuentin Monnet1-45/+45
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov4-0/+50
2018-12-03libbpf: Fix license in README.rstAndrey Ignatov1-1/+1
2018-12-02bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau1-0/+2
2018-11-30samples: bpf: get ifindex from ifnameMatteo Croce1-2/+7
2018-11-30samples: bpf: improve xdp1 exampleMatteo Croce1-10/+8
2018-11-30bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller1-0/+17
2018-11-30bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller1-0/+44
2018-11-30bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller1-18/+24
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller8-9/+45
2018-11-30bpf: Fix verifier log string check for bad alignment.David Miller1-1/+1
2018-11-30tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet3-26/+75
2018-11-30tools: bpftool: mark offloaded programs more explicitly in plain outputQuentin Monnet1-1/+1
2018-11-30tools: bpftool: fix bash completion for new map types (queue and stack)Quentin Monnet1-1/+1
2018-11-30tools: bpftool: fix bash completion for bpftool prog (attach|detach)Quentin Monnet1-24/+49
2018-11-30tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()Quentin Monnet2-13/+3
2018-11-30arm64/bpf: use movn/movk/movk sequence to generate kernel addressesArd Biesheuvel1-11/+6
2018-11-30tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song2-0/+3
2018-11-29net: Don't default Aquantia USB driver to 'y'David S. Miller1-1/+0
2018-11-29net: explain __skb_checksum_complete() with commentsCong Wang2-1/+18
2018-11-29tcp: remove loop to compute wscaleEric Dumazet1-5/+3
2018-11-29qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.Michael Shteinbok3-2/+4
2018-11-29dpaa2-eth: Add "fall through" commentsIoana Ciocoi Radulescu1-0/+2
2018-11-29net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi1-0/+10
2018-11-29net: ethernet: ave: Set initial wol state to disabledKunihiko Hayashi1-1/+5
2018-11-29net: ethernet: ave: Add suspend/resume supportKunihiko Hayashi1-0/+44
2018-11-28bpf: Fix various lib and testsuite build failures on 32-bit.David Miller2-6/+6
2018-11-28selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLSNaresh Kamboju1-0/+1
2018-11-28bpf: test_sockmap, add options for msg_pop_data() helperJohn Fastabend2-17/+180
2018-11-28bpf: add msg_pop_data helper to toolsJohn Fastabend2-1/+17
2018-11-28bpf: helper to pop data from messagesJohn Fastabend4-6/+209
2018-11-28s390/qeth: fix length check in SNMP processingJulian Wiedmann1-15/+12
2018-11-28net: qualcomm: rmnet: remove set but not used variables 'ip_family, fc_seq, qos_id'YueHaibing1-7/+0
2018-11-28qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_info'YueHaibing1-11/+2
2018-11-28net: neterion: vxge: remove set but not used variables 'max_frags' and 'txdl_priv'YueHaibing1-7/+0
2018-11-28dpaa2-eth: Add xdp countersIoana Ciocoi Radulescu3-0/+10
2018-11-28dpaa2-eth: Cleanup channel statsIoana Ciocoi Radulescu3-16/+7
2018-11-28dpaa2-eth: Add support for XDP_TXIoana Ciocoi Radulescu2-1/+52
2018-11-28dpaa2-eth: Map Rx buffers as bidirectionalIoana Ciocoi Radulescu1-7/+7
2018-11-28dpaa2-eth: Release buffers back to pool on XDP_DROPIoana Ciocoi Radulescu2-3/+33
2018-11-28dpaa2-eth: Move functionIoana Ciocoi Radulescu1-17/+17
2018-11-28dpaa2-eth: Allow XDP header adjustmentsIoana Ciocoi Radulescu1-3/+40
2018-11-28dpaa2-eth: Add basic XDP supportIoana Ciocoi Radulescu2-1/+194