summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples, bpf: Refactor kprobe, tail call kern progs map definitionDaniel T. Lee2020-05-198-91/+93
* samples, bpf: Add tracex7 test file to .gitignoreDaniel T. Lee2020-05-191-0/+1
* samples, bpf: Refactor tail call user progs with libbpfDaniel T. Lee2020-05-193-31/+103
* samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee2020-05-199-64/+252
* samples, bpf: Refactor pointer error check with libbpfDaniel T. Lee2020-05-193-15/+6
* bpf: Selftests, add ktls tests to test_sockmapJohn Fastabend2020-05-161-26/+44
* bpf: Selftests, add blacklist to test_sockmapJohn Fastabend2020-05-161-2/+31
* bpf: Selftests, add whitelist option to test_sockmapJohn Fastabend2020-05-161-1/+30
* bpf: Selftests, provide verbose option for selftests executionJohn Fastabend2020-05-161-108/+71
* bpf: Selftests, break down test_sockmap into subtestsJohn Fastabend2020-05-161-375/+348
* bpf: Selftests, improve test_sockmap total bytes counterJohn Fastabend2020-05-161-3/+8
* bpf: Selftests, print error in test_sockmap error casesJohn Fastabend2020-05-161-8/+17
* bpf: Selftests, sockmap test prog run without setting cgroupJohn Fastabend2020-05-161-6/+22
* bpf: Selftests, remove prints from sockmap testsJohn Fastabend2020-05-162-174/+9
* bpf: Selftests, move sockmap bpf prog header into progsJohn Fastabend2020-05-161-0/+0
* selftests/bpf: Move test_align under test_progsStanislav Fomichev2020-05-161-61/+7
* selftests/bpf: Fix test_align verifier log patternsStanislav Fomichev2020-05-161-20/+21
* libbpf, hashmap: Fix signedness warningsIan Rogers2020-05-161-3/+2
* libbpf, hashmap: Remove unused #includeIan Rogers2020-05-161-1/+0
* bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann2020-05-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-15342-1523/+3458
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-1578-204/+459
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-1514-43/+137
| | |\
| | | * Merge branch 'restrict-bpf_probe_read'Alexei Starovoitov2020-05-158-35/+101
| | | |\
| | | | * bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-153-32/+88
| | | | * bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-151-1/+3
| | | | * bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-155-2/+10
| | | |/
| | | * selftests/bpf: Enforce returning 0 for fentry/fexit programsYonghong Song2020-05-141-2/+2
| | | * bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-141-0/+17
| | | * security: Fix the default value of secid_to_secctx hookAnders Roxell2020-05-141-1/+1
| | | * libbpf: Fix register naming in PT_REGS s390 macrosSumanth Korikkar2020-05-141-2/+2
| | | * bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko2020-05-142-1/+14
| | | * samples: bpf: Fix build errorMatteo Croce2020-05-141-2/+0
| | * | selftests: mptcp: pm: rm the right tmp fileMatthieu Baerts2020-05-151-1/+1
| | * | dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei2020-05-152-12/+18
| | * | MAINTAINERS: Mark networking drivers as Maintained.David S. Miller2020-05-151-1/+1
| | * | ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover2020-05-151-3/+4
| | * | ipmr: Fix RCU list debugging warningAmol Grover2020-05-151-1/+2
| | * | drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.cMadhuparna Bhowmik2020-05-151-1/+2
| | * | net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810Kevin Lo2020-05-152-2/+7
| | * | tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet2020-05-151-3/+4
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-05-146-9/+40
| | |\ \
| | | * | netfilter: nft_set_rbtree: Add missing expired checksPhil Sutter2020-05-121-0/+11
| | | * | netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expirationPablo Neira Ayuso2020-05-121-3/+5
| | | * | netfilter: conntrack: fix infinite loop on rmmodFlorian Westphal2020-05-111-1/+12
| | | * | netfilter: flowtable: Remove WQ_MEM_RECLAIM from workqueueRoi Dayan2020-05-111-1/+1
| | | * | netfilter: flowtable: Add pending bit for offload workPaul Blakey2020-05-112-1/+8
| | | * | netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-102-3/+3
| | * | | MAINTAINERS: Add Jakub to networking drivers.David S. Miller2020-05-141-0/+1
| | * | | MAINTAINERS: another add of Karsten Graul for S390 networkingUrsula Braun2020-05-141-0/+1